Barrie Treloar
Sat, 11 Oct 2008 17:23:33 -0700
The Maven team is pleased to announce the release of the Maven Antrun Plugin, version 1.3
This plugin provides the ability to run Ant tasks from within Maven 2. 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.3</version> </plugin> Release Notes - Maven 2.x Antrun Plugin - Version 1.3 ** Bug * [MANTRUN-96] - Unit Tests are failing with NPE ** New Feature * [MANTRUN-68] - Use ant-1.7.1 Enjoy, -The Maven team