What is the difference between dependency-maven-plugin and maven-dependency-plugin?

Actually, they are the same, It's just it was moved and renamed. The dependency-maven-plugin is hosted at Mojo while maven-dependency-plugin is hosted at Apache. But the recommended plugin to use is the maven-dependency-plugin.

[top]