Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] ignore third party libs during generating feature source?

Hi,

You'd rather use "imports" for 3rd-party stuff instead of "plugin" or "includes", and then to provide this 3rd-party stuff on you repository so it can be resolved at installation. It's always better like that, for both build and installation. If you keep "includes" or "plugin" for 3rd-party artifacts, you'll quickly get conflicts on bundles that are singletons.
About the tycho-source-feature-plugin, it deduces a feature from your feature. If you want to provide something structurally (ie not the same list "plugin"s or "includes") different from your base feature, it's better to maintain your source feature manually instead of relying on tycho-source-feature-plugin.

HTH,
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top