|
[Java]
Transitive Dependencies in Ant
[
Brett
]
The Maven team have released a set of Ant tasks for performing dependency management within your Ant scripts. This includes:
The tasks are based on the Maven 2.0 artifact handling code, so behave identically. The version included is slightly newer, from the upcoming alpha-2 release. This gives you access to the more than 8500 artifacts available in the Maven central repository, and the ability to utilise the published artifacts from other Maven 1.0 or Maven 2.0 built applications. An example use: Download: http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-artifact-ant-2.0-alpha-1-dep.jar That's truly cool that you guys are supporting Ant-based projects as well. That should certainly help with adoption. Way to go, guys! --Bob McWhirter, April 26, 2005 12:36 AM
Post a comment
|