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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to