versions icon indicating copy to clipboard operation
versions copied to clipboard

Enhancement: check plugins versions with the maven enforcer plugin

Open julio-matarranz opened this issue 1 year ago • 3 comments

Could you make something to check plugins versions too and not only dependencies ? Thank you :)

julio-matarranz avatar Jul 03 '23 08:07 julio-matarranz

Sounds like you are looking for

mvn versions::display-plugin-updates

?

exaSR avatar Jul 20 '23 08:07 exaSR

We have an enforcer rule: maxDependencyUpdates https://www.mojohaus.org/versions/versions-enforcer/index.html

Now is proposition for rule like maxPluginUpdates

slawekjaranowski avatar Sep 11 '23 21:09 slawekjaranowski