o change the version of the ant tasks used, update to get rid of the invalid POM message as previous versions of Maven are intolerant of the idea properties setup I have in the POMs here.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@675515 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2008-07-10 11:22:08 +00:00
parent 6faeb46c9e
commit 9f53c2d46a
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ under the License.
<target name="initTaskDefs">
<xmlproperty file="pom.xml" prefix="pom.xml" />
<path id="maven-ant-tasks.classpath" path="maven-ant-tasks-2.0.8.jar"/>
<path id="maven-ant-tasks.classpath" path="maven-ant-tasks-2.1-SNAPSHOT.jar"/>
<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant" classpathref="maven-ant-tasks.classpath"/>
</target>