Apache Maven AntRun Plugin Version 3.1.0 Released

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

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>3.1.0</version>
5</plugin>

You can download the appropriate sources etc. from the download page

Release Notes - Maven AntRunPlugin - Version 3.1.0

Enjoy,

-The Apache Maven team