mirror of https://github.com/apache/maven.git
o Updated bootstrap to use upcoming maven-ant-tasks:2.1.1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@965780 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4ab8f13084
commit
4e7e93346f
|
@ -35,7 +35,7 @@ END SNIPPET: ant-bootstrap -->
|
|||
|
||||
<target name="initTaskDefs">
|
||||
<xmlproperty file="pom.xml" prefix="pom.xml" />
|
||||
<path id="maven-ant-tasks.classpath" path="maven-ant-tasks-2.1.1-SNAPSHOT.jar" />
|
||||
<path id="maven-ant-tasks.classpath" path="maven-ant-tasks-2.1.1.jar" />
|
||||
<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant" classpathref="maven-ant-tasks.classpath" />
|
||||
</target>
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue