The Maven team is pleased to announce the release of the Maven Antrun
Plugin, version 1.5

This plugin allows Ant tasks to be run within a Maven build.  See the
plugin's site for more details:

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-XXX-plugin</artifactId>
 <version>1.5</version>
</plugin>

Enjoy,

-The Maven team


Release Notes - Maven 2.x Antrun Plugin - Version 1.5

** Bug
    * [MANTRUN-119] - copy task does not respect failonerror=false
    * [MANTRUN-140] - project.build.outputDirectory property is invalid
    * [MANTRUN-143] - Regression: 1.4 does not resolve
$(settings.localRepository} or ${localRepository}

** Improvement
    * [MANTRUN-132] - Allow the antrun plugin to set the namespace for
the built in tasks.
    * [MANTRUN-141] - Merge the AbstractAntMojo with the AntRunMojo
    * [MANTRUN-142] - Refactor the tasks parameter to simplify
integration with Ant
    * [MANTRUN-144] - Debug info being thrown in System.out.println
    * [MANTRUN-145] - Rename ITs so that they describe what they test
    * [MANTRUN-146] - Some refactoring seems to have broken the plugin
with Maven 3



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

Reply via email to