The Maven team is pleased to announce the release of the Maven antrun
Plugin, version 1.7

This plugin allows Maven builds to incorporate ant tasks.

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.7</version>
</plugin>

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

** Bug
    * [MANTRUN-159] - Error in "Referencing the Maven Classpaths" documentation
    * [MANTRUN-160] - maven-antrun-plugin 1.6 does not respect mvn
--quiet option
    * [MANTRUN-164] - NullPointer if POM description tag is missing


** Improvement
    * [MANTRUN-127] - provide more tracking info when a task fails
    * [MANTRUN-156] - Plugin documentation refers to "Maven 2"
    * [MANTRUN-162] - Update Ant 1.8.2, avoid insufficient system
resources error

** New Feature
    * [MANTRUN-129] - Please add as 'skip' parameter
    * [MANTRUN-158] - Add a new parameter to export Ant properties to
Maven properties
    * [MANTRUN-170] - Allow antrun to avoid failing the build




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