From 79d46867679f91b8012c730fef0af3345e19d90d Mon Sep 17 00:00:00 2001 From: evenisse Date: Mon, 7 Apr 2003 12:48:18 +0000 Subject: [PATCH] Add clean:classes and clean:docs goals. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113280 13f79535-47bb-0310-9956-ffa450edef68 --- clean/clean/plugin.jelly | 12 ++++++++++++ clean/clean/xdocs/changes.xml | 3 +++ clean/plugin.jelly | 12 ++++++++++++ clean/xdocs/changes.xml | 3 +++ 4 files changed, 30 insertions(+) diff --git a/clean/clean/plugin.jelly b/clean/clean/plugin.jelly index 76a9c54e..276ef3fa 100644 --- a/clean/clean/plugin.jelly +++ b/clean/clean/plugin.jelly @@ -12,5 +12,17 @@ + + + + + + + + + + diff --git a/clean/clean/xdocs/changes.xml b/clean/clean/xdocs/changes.xml index 8152124f..85f499d8 100644 --- a/clean/clean/xdocs/changes.xml +++ b/clean/clean/xdocs/changes.xml @@ -8,6 +8,9 @@ + + Add clean:classes and clean:docs goals. + Initial plugin created. Goals are move from java plugin. diff --git a/clean/plugin.jelly b/clean/plugin.jelly index 76a9c54e..276ef3fa 100644 --- a/clean/plugin.jelly +++ b/clean/plugin.jelly @@ -12,5 +12,17 @@ + + + + + + + + + + diff --git a/clean/xdocs/changes.xml b/clean/xdocs/changes.xml index 8152124f..85f499d8 100644 --- a/clean/xdocs/changes.xml +++ b/clean/xdocs/changes.xml @@ -8,6 +8,9 @@ + + Add clean:classes and clean:docs goals. + Initial plugin created. Goals are move from java plugin.