> Is there a command that shows me the latest version of an Maven > Plugin? (if I specify the artifact and group id in the command line > argument)
http://repo2.maven.org/maven2/org/apache/maven/plugins/ click the plugin name to see versions deployed to Central There may be a CLI command to do this (or a site report, etc) but I just check Central directly, lock my plugin versions down in my poms, and only update plugin versions when I need a new feature or a bug fix. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
