You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Lukas Theussl <lt...@apache.org> on 2006/10/30 09:12:52 UTC

[ANN] Maven POM Plugin 1.5.1 for Maven 1.x released

We are pleased to announce the Maven POM Plugin 1.5.1 release! 

http://maven.apache.org/maven-1.x/plugins/pom/

Basic validation and updating mechanisms for your Project Object Model. 

===============================================================================

Changes in this version include:

  Fixed bugs:

o Fix schema for pom:validate, the id element is deprecated and replaced by 
  groupId/artifactId. Fixes MPPOM-6. 

  Changes:

o Update dom4j dependency to match the ones in maven 1.1 core.  

===============================================================================


To automatically install the plugin, type the following on a single line:

maven plugin:download
  -Dmaven.repo.remote=http://repo1.maven.org/maven,http://people.apache.org/repo/m1-snapshot-repository/
  -DgroupId=maven
  -DartifactId=maven-pom-plugin
  -Dversion=1.5.1

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-pom-plugin-1.5.1.jar
 

Have fun!
-The Maven POM Plugin development team