user1566343
user1566343

Reputation: 53

What's the difference between maven-rpm-plugin and rpm-maven-plugin

I see references to both on line but can't find out why. Is there a difference? If so, how?

Upvotes: 5

Views: 1586

Answers (1)

Raghuram
Raghuram

Reputation: 52655

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

Upvotes: 9

Related Questions