dion 2003/06/29 08:43:15
Modified: src/plugins-build/clean plugin.jelly
Log:
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
Revision Changes Path
1.5 +0 -12 maven/src/plugins-build/clean/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/clean/plugin.jelly,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- plugin.jelly 3 Jun 2003 06:36:56 -0000 1.4
+++ plugin.jelly 29 Jun 2003 15:43:15 -0000 1.5
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]