1987256609
from within an Ant build. PR: ports/147889 Submitted by: Chris Rees <utisoft at gmail.com>
10 lines
465 B
Text
10 lines
465 B
Text
The Maven 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
|
|
|
|
WWW: http://maven.apache.org/ant-tasks/index.html
|