What is the difference between maven-rpm-plugin and rpm-maven-plugin

I see links to both, but I can’t understand why. Is there any difference? If so, how?

+5
source share
1 answer

maven-rpm-plugin is an older version of the plugin (which I suspect works with maven-1). rpm-maven-plugin is the one that works with current versions of maven. You must use this.

+9
source

All Articles