You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Barrie Treloar <ba...@gmail.com> on 2008/10/12 00:17:45 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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


[ANN] Maven Antrun Plugin 1.3 Released

Posted by Barrie Treloar <ba...@apache.org>.
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