Thanks Jeff,
Yes I know, but how it’s possible to let Tycho discover all the plugin of a feature instead of adding them in the parent pom ?
Ant can resolve the dependancies from a product to the features and then the plugins.
Is there a process to do the same without add the plugin as module in the parent pom? Or maybe Can I use a Tycho order to add the plugins to the
 parent ?
 
Thanks for you help.
 
De : tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx]
De la part de Jeff MAURY
Envoyé : mardi 25 novembre 2014 10:06
À : Tycho user list
Objet : Re: [tycho-user] feature referenced plugin
 
Tycho uses the reactor, the local maven repo and the target platform to resolve dependencies. Your referenced plugin must be at last in order of these 3 locations.
 
 
On Mon, Nov 24, 2014 at 1:39 PM, Vincent GUIGNOT <Vincent.GUIGNOT@xxxxxxxxxxxx> wrote:
Hello,
I’m looking if it’s possible to let  Tycho discovers which plugin to use.
I’ve  a feature which reference 3 plugins. I ‘ve a parent and an updatesite project. All this world is under Tycho with pom.xml.
 
If I add a new plugin referenced by the feature. Is it necessary to add the plugin to the parent ?  Is it possible to let Tycho analyse the plugin referenced
 to include them ?
 
Thanks for your help
 
Regards
 
Vincent
 
 
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user
 
--