Evgeny Goldin wrote:
[ERROR] urls[65] = file:/C:/Users/evgeny/.m2/repository/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar [ERROR] urls[70] = file:/C:/Users/evgeny/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
A classpath conflict, your plugin has a transitive dependency (via maven-dependency-plugin) to an ancient version of plexus-utils which uses a different groupId than the plexus-utils:2.0.5 you actually want.
The fix is a matter of adding an exclusion for this artifact to your POM. Benjamin --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
