mirror of https://github.com/apache/maven.git
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:
parent
6faeb46c9e
commit
9f53c2d46a
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue