Use maven ant tasks for resolving dependencies.
-----------------------------------------------
Key: MANT-53
URL: http://jira.codehaus.org/browse/MANT-53
Project: Maven 2.x Ant Plugin
Issue Type: Improvement
Reporter: Paul Gier
Currently the generated maven-build.xml file uses the <get> task to try to
download each dependency. This can be very slow especially because a separate
<get> is created for each repository, so the build has to wait for several
timeouts. A better solution might be to use the maven ant tasks. That way the
dependency resolution behaves the same way as the maven build. The ant plugin
could resolve the ant tasks jar to the local maven repo, and then add the
necessary configuration to the generated maven-build.xml.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira