Wrong version resolved after tycho update from 3.0.5 to 4.0.4 #3349
Unanswered
marc-ernst
asked this question in
Q&A
Replies: 2 comments 7 replies
-
Can you share an example? You are maybe missing a dependency in the pom to your bnd-build item? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I have created a small reproducer. I'm not sure how to check the results automatically. If you look into the p2 repository after building with "mvn -Dtycho-version=4.0.4 install" you will find the plugin org.freemarker_2.3.22.v20160210-1233.jar instead of org.freemarker_2.3.32 . |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building osgi plugins using bnd. With 3.0.5 they are resolved fine but with 4.0.4 it takes first the found plug-in from the target platform instead of the one I have build before. I'm using goal "bnd-process" and it's the first module listed in the pom. How can I prevent this without defining and specifying a fixed version number in the plug-in and feature?
Beta Was this translation helpful? Give feedback.
All reactions