You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Stephen Connolly <st...@apache.org> on 2011/04/07 00:36:16 UTC

[ANN] Maven ANT Tasks 2.1.2 Released

The Maven team is pleased to announce the release of Maven ANT Tasks,
version 2.1.2.

The Mavent Ant Tasks allow several of Maven's artifact handling
features to be used from within an Ant build. These include:
    Dependency management - including transitive dependencies, scope
recognition and SNAPSHOT handling
    Artifact deployment - deployment to a Maven repository (file
integrated, other with extensions)
    POM processing - for reading and writing a Maven 2 pom.xml file

The ANT tasks can be downloaded from
http://maven.apache.org/ant-tasks/download.html

Release Notes - Maven 2.x Ant Tasks - Version 2.1.2

** Bug
    * [MANTTASKS-206] - dependecies task overrides custom definition
of 'central' repository
    * [MANTTASKS-208] - Change ant groupId to org.apache.ant

** Improvement
    * [MANTTASKS-199] - Loading dependencies from file echo is ant
warning instead of info
    * [MANTTASKS-210] - When creating path objects using the
dependencies task it is not possible to filter out artifacts by type.
    * [MANTTASKS-211] - Support launching Maven 3.x from the mvn task
    * [MANTTASKS-217] - Add a pseudo-reactor so that parent pom
references can be resolved without pushing poms to the file system

Enjoy,

-The Maven team