You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Paul Gier <pg...@apache.org> on 2010/05/28 23:01:02 UTC

[ANN] Maven Antrun Plugin 1.4 Released

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

This plugin allows Ant tasks to be run inside 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-antrun-plugin</artifactId>
 <version>1.4</version>
</plugin>


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

** Bug
    * [MANTRUN-51] - Problems with multiple antrun declarations in multiproject
    * [MANTRUN-62] - line.separator property not passed properly to ant
    * [MANTRUN-104] - Documentation for referring to artifacts classpaths is wrong
    * [MANTRUN-139] - There is a problem with the site plugin preventing proper
site documentation

** Improvement
    * [MANTRUN-40] - Properties defined in pom <properties> do not propagate to
the antrun environment
    * [MANTRUN-110] - mistake in antrun docs: refid="maven.dependency....
    * [MANTRUN-126] - Antrun plugin should follow the more common pattern
groupId:artifactId:classifier:type pattern for dependency properties.
    * [MANTRUN-128] - Deprecate sourceRoot and testSourceRoot parameters in
favor of using build helper maven plugin
    * [MANTRUN-135] - Mark antrun plugin as @threadSafe
    * [MANTRUN-136] - Upgrade to ant 1.8.1
    * [MANTRUN-137] - Use ant-nodeps artifact instead of ant and ant-launcher

** New Feature
    * [MANTRUN-100] - Allow antrun plugin to attach artifacts to maven build
    * [MANTRUN-138] - Add version mapper to Antrun similar to the Maven Ant tasks

** Wish
    * [MANTRUN-47] - Provide FileSet references dependencies.



Enjoy,

-The Maven team