versions
versions copied to clipboard
Enhancement: check plugins versions with the maven enforcer plugin
Could you make something to check plugins versions too and not only dependencies ? Thank you :)
Sounds like you are looking for
mvn versions::display-plugin-updates
?
We have an enforcer rule: maxDependencyUpdates
https://www.mojohaus.org/versions/versions-enforcer/index.html
Now is proposition for rule like maxPluginUpdates