Apache Maven AntRun Plugin Version 1.8 Released

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!

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

1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-antrun-plugin</artifactId>
4  <version>1.8</version>
5</plugin>

Release Notes - Maven AntRun Plugin - Version 1.8.

Bugs:

  • MANTRUN-98 - multiple input tasks leads to exception
  • MANTRUN-175 - Documentation for failOnError is wrong

Improvements:

New Feature:

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