Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Test runtime with platform specific fragments

You should try to explicitly add the fragment as an extraDependency.
It seems to me that because of https://bugs.eclipse.org/bugs/show_bug.cgi?id=394636 , transitive platform-specific dependencies almost always get ignored. If you deal with multiple environments, you'll probably need to spend a hundred lines in your pom.xml to set up profiles. See related scenario: https://bugs.eclipse.org/bugs/show_bug.cgi?id=419147 .

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

Back to the top