Closed ING-Martin closed 5 years ago
Could you please tell me which Maven version you are using:
mvn --version
It looks like you are using a Maven version < 3.1.0 which the depgraph-maven-plugin does not support. Maven (and this plugin) does internally use a library called "Aether" to handle dependency resolution. This library is hosted by the Eclipse Foundation and has nothing to do with the Eclipse IDE. The reason why the plugin is not working with older Maven versions is that Aether was originally hosted by Sonatype and used different package names.
Thanks a lot for your fast reply! I've switched to a newer version an it works like a charm now!
I'll adjust the <prerequisites>
of the plugin to version 3.1.0. Then the build with older maven versions will fail with a better error message.
very good idea!
Thanks for your support!
Hi,
to be honest I'm really not a genius in using maven. But I think the plugin should work if I use this pom.xml
But it's not.
Do you have any suggestion for me? I'm not using "eclipse" so no eclipse-dependencys in my local maven-repo.
Thanks in Advance and please apologize my English. It's not my mothers tongue.