I feel your pain, but history favors the brief.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6353 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -20,10 +20,8 @@
|
||||
dest="${maven-ant.jar}" usetimestamp="true"/>
|
||||
</target>
|
||||
|
||||
<target name="-init-maven-ant" depends="-download-maven-ant"
|
||||
unless="Maven was initted as the dependency of another task in Ant's sorry excuse for a dependency system">
|
||||
<property name="Maven was initted as the dependency of another task in Ant's sorry excuse for a dependency system"
|
||||
value="true"/>
|
||||
<target name="-init-maven-ant" depends="-download-maven-ant" unless="have.maven">
|
||||
<property name="have.maven" value="true"/>
|
||||
<taskdef resource="org/apache/maven/artifact/ant/antlib.xml"
|
||||
uri="urn:maven-artifact-ant" classpath="${maven-ant.jar}"/>
|
||||
<artifact:pom id="pom" file="pom.xml"/>
|
||||
|
||||
Reference in New Issue
Block a user