Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Shared target plaform for many independant module

On 03/02/2017 01:40 PM, MAGGI Benoit wrote:
So my tests modules all have the same parent but their parent isn’t an aggregator.
Whether parent is an aggregator or not shouldn't change anything regarding resolution.
What kind of error messages do you see? That's missing in your initial post.
Do you define the target platform to use as described in https://wiki.eclipse.org/Tycho/Target_Platform#Target_files ? Are you sure this artifact is available for other modules to resolve it in different reactors: Is it `mvn install`ed in your local repository or available on a remote one modules can consume?
Like parent pom, Target definition artifacts are better being published on a remote Maven repo, so they can be consumed by multiple projects.

HTH
--
Mickael Istria
Eclipse developer for Red Hat Developers
My blog - My Tweets

Back to the top