This is possible with the enforcer plugin [1] and esspecially the requirePluginVersion rule [2].
Hth, Nick Stolwijk [1] http://maven.apache.org/plugins/maven-enforcer-plugin/ [2] http://maven.apache.org/plugins/maven-enforcer-plugin/rules/requirePluginVersions.html -----Original Message----- From: deckrider [mailto:[EMAIL PROTECTED] Sent: Thu 2/28/2008 18:51 To: Maven Users List Subject: enforce versions for plugins I see that the maven release plugin enforces versioned dependencies. I like this, since it makes the build reproduce-able. However, I think I want the same enforcement for all plugins referenced within pom.xml should depend on exact versions. Is this possible? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
