Remove old goals accidentally added back
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113736 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -13,16 +13,4 @@
|
||||
<ant:delete file="${basedir}/velocity.log" quiet="true" failonerror="false"/>
|
||||
</goal>
|
||||
|
||||
<goal name="clean:classes"
|
||||
description="Remove all build and test classes">
|
||||
<ant:delete dir="${maven.build.dest}"/>
|
||||
<ant:delete dir="${maven.test.dest}"/>
|
||||
</goal>
|
||||
|
||||
<goal name="clean:docs"
|
||||
description="Remove all docs and generated xdocs">
|
||||
<ant:delete dir="${maven.gen.docs}"/>
|
||||
<ant:delete dir="${maven.docs.dest}"/>
|
||||
</goal>
|
||||
|
||||
</project>
|
||||
|
||||
@@ -13,16 +13,4 @@
|
||||
<ant:delete file="${basedir}/velocity.log" quiet="true" failonerror="false"/>
|
||||
</goal>
|
||||
|
||||
<goal name="clean:classes"
|
||||
description="Remove all build and test classes">
|
||||
<ant:delete dir="${maven.build.dest}"/>
|
||||
<ant:delete dir="${maven.test.dest}"/>
|
||||
</goal>
|
||||
|
||||
<goal name="clean:docs"
|
||||
description="Remove all docs and generated xdocs">
|
||||
<ant:delete dir="${maven.gen.docs}"/>
|
||||
<ant:delete dir="${maven.docs.dest}"/>
|
||||
</goal>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user