You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Benjamin Bentmann <be...@apache.org> on 2009/07/19 15:59:57 UTC

[ANN] Maven Ant Plugin 2.2 Released

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org