You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Carlos Sanchez <ca...@apache.org> on 2008/08/09 19:02:27 UTC

[ANN] Maven Antrun Plugin 1.2 Released

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

This plugin provides the ability to run Ant tasks from within Maven 2.
You can even embed your Ant scripts in the POM!

http://maven.apache.org/plugins/maven-antrun-plugin/

You can run mvn -up to get the latest version of the plugin, or specify
the version in your project's plugin configuration:

<plugin>
 <groupId>org.apache.maven.plugins</groupId>
 <artifactId>maven-antrun-plugin</artifactId>
 <version>1.2</version>
</plugin>

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

Bug

    * [MANTRUN-32] - ant tasks don't use correct environment in antrun plugin
    * [MANTRUN-38] - Messed up maven.dependency.classpath when using
maven-antrun-plugin-1.1
    * [MANTRUN-75] - tasks if or unless does not work properly
    * [MANTRUN-82] - skip test
    * [MANTRUN-85] - Plublic documentation is out of sync with released plugin

Improvement

    * [MANTRUN-35] - mvn debug level not passed to ant
    * [MANTRUN-43] - Standard ant properties are missing
    * [MANTRUN-46] - Move the description of the mojo from
@description to the top of the class's comment block

New Feature

    * [MANTRUN-41] - Easy access to dependency jars
    * [MANTRUN-44] - No way to skip antrun when -Dmaven.test.skip is set

Task

    * [MANTRUN-55] - Review Plugin Documentation


http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11125&styleName=Html&version=12210

Enjoy,

-The Maven team