Using maven enforcer plugin, how can I ensure that all projects are using a
a plugin version >= than the one I defined?

For example, I want to ensure all the projects in the company (we use a
company super pom) use maven release plugin >= 2.1 version

In the company super pom we are using pluginManagement section. However,
child projects can always override this value and I need to trace which
project has overriden this value.


(crossposted from
http://stackoverflow.com/questions/5208051/maven-enforcer-plugin-plugin-using-version
)


Thanks,

Josh

Reply via email to