Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Updating updatesite metadata with tycho-p2-plugin

Hi,

I'am in a situation where a need an update site to contains both plugins jar and jar.pack.gz version.

I try to use the tycho-p2-plugin by executing the goal feature-p2-metadata, to update my artifacts.jar so it will take into account the *jar.pack.gz version
of my plugins (previously generated).

The feature-p2-metadata seems to run the p2 application "org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher", this application accepts as argument "reusePackedFiles"
to include discovered jar.pack.gz when publishing. I can't find a way to pass that argument to tycho-p2-plugin.

Is there a better way to achieve this goal ?


Any help will be much appreciated.
Regards

Back to the top