Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The OML WB bundle does not have some apache plugins #267

Open
melaasar opened this issue Mar 8, 2018 · 1 comment
Open

The OML WB bundle does not have some apache plugins #267

melaasar opened this issue Mar 8, 2018 · 1 comment

Comments

@melaasar
Copy link
Contributor

melaasar commented Mar 8, 2018

The OML WB 0.9.5.0 bundle for MacOS does not have the following plugins:
org.apache.poi;bundle-version="3.9.0",
org.apache.poi.ooxml;bundle-version="3.9.0"

despite that these plugins are intended to be in the target platform

@NicolasRouquette
Copy link
Member

I noticed that as well. Somehow, building an RCP product only includes the plugins/features that are directly or indirectly in scope of the product's features.

We can try adding these plugins; however, this may increase the size of the OML WB product to > 250Mb, the limit of what we can publish on bintray.

Maven/Tycho produces several big archives:

  • a large zip that seems to have support for all platforms
  • platform-specific archives that are a bit smaller.

The large zip is the concern here; for example:

gov.nasa.jpl.imce.oml.product-0.9.5.1.zip
Size: 247.98 MB
sha256: d1e6ee1a58eca4d4496406252fd52e42634451db0c759bc42d067822ca3dc44c
gov.nasa.jpl.imce.oml.product-0.9.5.1-linux.gtk.x86_64.tar.gz
Size: 237.04 MB
sha256: 763ce7d14eeed47557241808f97db377bd98ccdf46c84422071d2371b92ceddf
gov.nasa.jpl.imce.oml.product-0.9.5.1-win32.win32.x86_64.zip
Size: 237.88 MB
sha256: 1b0f04af363640c6a8ab0028e099046e3152f9c5f80e683888b1fffa8d622c03
gov.nasa.jpl.imce.oml.product-0.9.5.1-macosx.cocoa.x86_64.tar.gz
Size: 236.81 MB
sha256: 677772e4ffb960bf1bbf17b8b12202a00b0f5c8c739926de9c9e7c66eb1f73f7

Do you know how to tell Maven/Tycho NOT publish the gov.nasa.jpl.imce.oml.product-<version>.zip?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants