Hm, I ran mvn versions:display-plugin-updates on https://github.com/mfriedenhagen/stage2-maven-plugin and got this: --- snip --- [mirko@borg maven-stage-plugin]$ mvn versions:display-plugin-updates [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Mojo Stage Plugin 1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- versions-maven-plugin:1.3:display-plugin-updates (default-cli) @ stage2-maven-plugin --- [INFO] artifact org.apache.maven.plugins:maven-failsafe-plugin: checking for updates from remote-repos [INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking for updates from remote-repos [INFO] artifact org.apache.maven.plugins:maven-site-plugin: checking for updates from remote-repos [INFO] artifact org.apache.maven.plugins:maven-surefire-plugin: checking for updates from remote-repos [INFO] artifact org.codehaus.mojo:buildnumber-maven-plugin: checking for updates from remote-repos [INFO] artifact org.codehaus.mojo:cobertura-maven-plugin: checking for updates from remote-repos [INFO] artifact org.codehaus.mojo:findbugs-maven-plugin: checking for updates from remote-repos [INFO] artifact org.codehaus.mojo:mrm-maven-plugin: checking for updates from remote-repos [INFO] artifact org.codehaus.plexus:plexus-maven-plugin: checking for updates from remote-repos [INFO] [INFO] All plugins with a version specified are using the latest versions. [INFO] [WARNING] The following plugins do not have their version specified: [WARNING] org.codehaus.mojo:cobertura-maven-plugin ................... 2.5.1 [WARNING] org.codehaus.plexus:plexus-maven-plugin .................... 1.3.8 [INFO] [INFO] Project defines minimum Maven version as: 3.0.4 [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] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 31.144s [INFO] Finished at: Mon Jan 30 21:20:00 CET 2012 [INFO] Final Memory: 12M/81M [INFO] ------------------------------------------------------------------------ --- snap ---
The version for the cobertura-maven-plugin and the plexus-maven-plugin are given in mojo-parent which is the parent of mojo-sandbox-parent which is the parent of stage2-maven-plugin, so they are defined but reported as warnings? Regards Mirko On Mon, Jan 30, 2012 at 21:19, Mirko Friedenhagen <[email protected]> wrote: > +1, tried this on a couple of local projects, worked flawlessly. > > Regards Mirko > > > On Mon, Jan 30, 2012 at 18:12, Stephen Connolly > <[email protected]> wrote: >> Folks, >> >> It has been a little while since the last release of >> versions-maven-plugin, a number of important issues have been resolved >> and I would like to roll a release. >> >> We solved 20 issues: >> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11830&styleName=Html&version=16444 >> >> There are still a couple of issues left in JIRA: >> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&pid=11830&resolution=-1&sorter/field=updated&sorter/order=DESC >> >> The new site has just been deployed here: >> http://mojo.codehaus.org/versions-maven-plugin >> >> Staging Repository >> https://nexus.codehaus.org/content/repositories/orgcodehausmojo-059/ >> >> This vote will be open for 72 hours and will use lazy consensus. >> >> [+1] release it >> [0] don't care >> [-1] don't release! >> >> Thanks, >> >> Stephen >> >> P.S. >> >> Here is my +1 >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
