Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Question about product materialization

On Wed, May 30, 2012 at 8:25 PM, Jeff MAURY <jeffmaury@xxxxxxxxxxxxx> wrote:
Hello,

I have a little problem with the tycho product-materialize Mojo.
My product is feature based and included features are my feature (with dependant plugins) plus some other Eclipse features (core, EMF, Xtext) but none of the JDT features.
One of my plugins has an optional dependency on one of the Xtext plugin that itself has a non optional dependency on one of the JDT plugin.
When I build the product, the generated repository is correct (it does not contains any of the JDT plugins).
But when the product is materialized, the generated products contains JDT plugins in the plugins directory.
As the materialization is done by the Eclipse P2 Directory application, do you know if this is a limitation of this one, is there an option to give or is it possible to get traces from this application ?

I think so.
I bumped into this while trying to work out how to use maven-bundle-plugin to wrap non-osgi dependencies, but I didn't save the link.
(Writing this up jogged enough keywords to find it via google)
See http://chamibuddhika.wordpress.com/2011/06/04/dangers-of-resolutionoptional/

Since I'm still new at this stuff, it may not be directly related.

Back to the top