diff --git a/fetch.xml b/fetch.xml index 68bdc9311..4173c5e36 100644 --- a/fetch.xml +++ b/fetch.xml @@ -79,9 +79,9 @@ dest="${dest.dir}/${m2.jar.name}" verbose="true" usetimestamp="false"/> - + + The Maven2 JAR has been installed; rerun ant to load it. + diff --git a/lib/libraries.properties b/lib/libraries.properties index 1baa2ea86..50f8774a7 100644 --- a/lib/libraries.properties +++ b/lib/libraries.properties @@ -4,7 +4,7 @@ m2.version=2.0-alpha-3 m2.url=http://ibiblio.org/maven2/ m2.artifact-name=maven-artifact-ant -m2.jar.name=${m2.artifact-name}-${m2.version}.jar +m2.jar.name=${m2.artifact-name}-${m2.version}-dep.jar #this is the URL of the antlib library, that is pulled down for everything else. m2.antlib.url=${m2.url}/org/apache/maven/${m2.artifact-name}/${m2.version}/${m2.jar.name}