We are pleased to announce the Maven Plugin Plugin 1.5 release! http://maven.apache.org/maven-1.x/plugins/plugin/ Maven Plugin management plugin. =============================================================================== Changes in this version include: Fixed bugs: o Install to maven.plugin.dir instead of maven.home/plugins Fixes MPPLUGIN-16. Changes: o More consistency in default goal naming (plugin:plugin) o plugin goal no longer installs to local repository: use plugin:repository-install o Use the artifact plugin instead of the deploy plugin =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://people.apache.org/repo/m1-snapshot-repository/,http://repo1.maven.org/maven -DgroupId=maven -DartifactId=maven-plugin-plugin -Dversion=1.5 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-plugin-plugin-1.5.jar =============================================================================== Issues, bugs, and feature requests for Maven Plugin Plugin should be submitted to the following issue tracking system: http://jira.codehaus.org/browse/MPPLUGIN Have fun! -The Maven Plugin Plugin development team