We are pleased to announce the Maven Plugin Plugin 1.2 release! http://maven.apache.org/maven-1.x/plugins/plugin/ Maven Plugin management plugin. =============================================================================== Changes in this version include: New Features: o Added assert:assertEquals tag to verify if two values are equal while testing a plugin. o Added assert:assertFileExists tag to verify if a file exists while testing a plugin. o Add plugin:test goal o Add plugin:repository-deploy goal Changes: o Fixed the plugin:download goal to work. Previously it would delete the plugin you just downloaded. Also now leverages the plugin:uninstall goal. o Split plugin:download goal into plugin:download-artifact goal and the original goal that downloads and installs the plugin. Download to local repository as well. =============================================================================== 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.2 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.2.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