The Maven team is pleased to announce the release of the Maven Ant Plugin, version 2.2.

This plugin generates an Ant build file from a POM. See the plugin's
site for more details:

  http://maven.apache.org/plugins/maven-ant-plugin/

To use the updated plugin in your projects, you need to specify the
version in your plugin configuration:

<plugin>
 <groupId>org.apache.maven.plugins</groupId>
 <artifactId>maven-ant-plugin</artifactId>
 <version>2.2</version>
</plugin>

Release Notes - Maven 2.x Ant Plugin - Version 2.2

** Bug
* [MANT-41] - mvn ant:ant fails with NPE when maven-javadoc-plugin custom tag is specified in pom.xml * [MANT-44] - Generated ant copy commands in package target point to hard-coded local repository instead of ${maven.repo.local} * [MANT-45] - basedir attribute of <war> task of package target in generated Ant build causes files to be archived twice
    * [MANT-46] - mvn ant:ant throws a StringIndexOutOfBoundsException
    * [MANT-47] - ant:clean should not delete build.xml
    * [MANT-50] - Wrong build.classpath with reactor mode
    * [MANT-51] - Configuration from plugin management is not considered
* [MANT-52] - NullPointerException when maven-javadoc-plugin configuration defines multiple group elements within a groups list element.

** Task
    * [MANT-42] - Update to p-u 1.5.4


Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to