Am 2014-02-02 11:42, schrieb Hervé BOUTEMY:
good idea: at least, it give good hints on what updates are available

so here is it:

$ mvn versions:display-plugin-updates
[INFO] Scanning for projects...
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building The Apache Software Foundation 14-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.1:display-plugin-updates (default-cli) @
apache ---
[INFO]
[INFO] The following plugin updates are available:
[INFO]   maven-compiler-plugin .................................. 2.5.1 -> 3.1
[INFO]   maven-deploy-plugin .................................... 2.8 -> 2.8.1
[INFO]   maven-enforcer-plugin .................................. 1.2 -> 1.3.1
[INFO]   maven-failsafe-plugin ................................ 2.14.1 -> 2.16
[INFO]   maven-install-plugin ................................... 2.5 -> 2.5.1
[INFO]   maven-remote-resources-plugin ............................ 1.4 -> 1.5
[INFO]   maven-scm-plugin ....................................... 1.8.1 -> 1.9
[INFO]   maven-surefire-plugin ................................ 2.14.1 -> 2.16
[INFO]   org.codehaus.mojo:clirr-maven-plugin ................... 2.5 -> 2.6.1
[INFO]
[INFO] All plugins have a version specified.
[INFO]
[INFO] Project defines minimum Maven version as: 2.2.1
[INFO] Plugins require minimum Maven version of: 2.2.1
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO] Require Maven 3.0 to use the following plugin updates:
[INFO]   maven-scm-publish-plugin ........................................ 1.0
[INFO]

Looks good.

Do we want to raise base line to 2.2.1 and enforce it with m-enforcer-p? Probably this done already.

As a side note, the versions plugin does not check the reporting plugins for updates. This has to happen manually.


Michael


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to