The Maven team is pleased to announce the release of the Maven Antrun
Plugin, version 1.6

This plugin provides the ability to run Ant tasks in a Maven build.  See
the plugin's site for more details:

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

You should specify the version in your project's plugin configuration:

<plugin>
 <groupId>org.apache.maven.plugins</groupId>
 <artifactId>maven-antrun-plugin</artifactId>
 <version>1.6</version>
</plugin>

Enjoy,

-The Maven team


Release Notes - Maven 2.x Antrun Plugin - Version 1.6

** Bug
    * [MANTRUN-152] - Embedded task "attachartifact" does not work
without classifier
    * [MANTRUN-154] - Antrun double decodes xml escapes
    * [MANTRUN-155] - Encoding issue with created build-main.xml

** Improvement
    * [MANTRUN-150] - Update site docs to reflect change to "target"
instead of "tasks"

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

Reply via email to