Remove goals that were cross plugin.

If someone wants clean:classes or clean:docs, then they should
be implemented in the plugins that create the directories: java, test and xdoc


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113549 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-06-29 15:43:15 +00:00
parent b0620f113a
commit 6bf7d0446f
2 changed files with 0 additions and 24 deletions

View File

@@ -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>

View File

@@ -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>