The Apache Maven team is pleased to announce the release of the 
Apache Maven AntRun Plugin, version 1.8

This plugin provides the ability to run Ant tasks from within Maven. You can
even embed your Ant scripts in the POM!

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

Release Notes - Maven AntRun Plugin - Version 1.8

http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11125&version=18043

Bugs:

 * [MANTRUN-98] - multiple input tasks leads to exception
 * [MANTRUN-175] - Documentation for failOnError is wrong

Improvements:

 * [MANTRUN-191] - Update version of plexus-utils to 3.0.18
 * [MANTRUN-193] - Upgrade Maven Plugin plugin to 3.3

New Feature:

 * [MANTRUN-190] - Upgrade Ant to 1.9.x

Tasks:

 * [MANTRUN-176] - use maven-plugin-tools' java 5 annotations
 * [MANTRUN-187] - Make Plugin only 2.2.1 compatible - get rid of Maven 2.0
 * [MANTRUN-188] - MavenProject/MavenSession Injection as a paremeter instead 
as a component.


Enjoy,

-The Apache Maven team

Reply via email to