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

[ANN] Maven Ant Plugin 2.3 Released

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

This plugin generates build files for Ant 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 add the
following snippet to the plugins or plugin management section of your POM:

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

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

** Bug
     * [MANT-60] - Generated "package" task for EAR/WAR is missing
transitive dependencies

** Improvement
     * [MANT-61] - Classpath generation should honour system-scope.

** New Feature
     * [MANT-59] - Add support for generating build files when
<packaging>bundle</bundle>

Enjoy,

-The Maven team


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