You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Barrie Treloar <ba...@apache.org> on 2008/10/12 00:23:12 UTC

[ANN] Maven Antrun Plugin 1.3 Released

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