Le 21/02/2016 18:33, Luca Vercelli a écrit : > I have a general question on Maven. I see that most "pom.xml"'s in Tycho > do not contain explicit versions of dependencies and plugins. My Maven > gives a lots of errors during compilation because of this. Is there a > method to avoid declaring versions?
Warnings or errors? You are probably missing a parent pom defining the versions of the plugins. But if it doesn't break the build you can ignore the messages, the version available in Debian will be picked (it doesn't always work though). Emmanuel Bourg