Community
Participate
Working Groups
Build Identifier: M20110909-1335 I've created a P2 where I concentrate bundles that we use in our projects. I've included two features that depends on same bundle but each with different versions. but Tycho doesn't built it. Reproducible: Always Steps to Reproduce: 1. create a p2 project 2. create feature 1 including a bundle A with version 1.x 3. create feature 2 including a bundle A with version 2.x 4. run the build
Created attachment 210062 [details] project that reproduce the problem.
Only one version of pom-first dependencies can be used by any given reactor project. This is a fundamental limitation of pomDependencies=consider. In your case, test.p2 project needs to access both vaadin 6.7.4 and 7.0.0.alpha1, which is not possible to express using maven dependencies.
Igor, could you think in any alternative so that I could have this p2 built ? I wondering to know how Orbit deal with such dependencies... thanks
No, nothing immediately comes to mind.