diff --git a/clean/clean/plugin.jelly b/clean/clean/plugin.jelly index 3c92c523..6a98b3c0 100644 --- a/clean/clean/plugin.jelly +++ b/clean/clean/plugin.jelly @@ -15,14 +15,14 @@ - - + + - - + + diff --git a/clean/clean/project.properties b/clean/clean/project.properties index c43339ba..fc4158e6 100644 --- a/clean/clean/project.properties +++ b/clean/clean/project.properties @@ -1,3 +1,7 @@ # ------------------------------------------------------------------- # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- +maven.xdoc.date=left +maven.xdoc.version=${pom.currentVersion} +#maven.xdoc.developmentProcessUrl=http://maven.apache.org/development-process.html +maven.license.licenseFile=${basedir}/../../../LICENSE.txt diff --git a/clean/clean/project.xml b/clean/clean/project.xml index 1db21b0a..1ef8f0c1 100644 --- a/clean/clean/project.xml +++ b/clean/clean/project.xml @@ -5,9 +5,9 @@ 3 maven-clean-plugin Maven Clean Plug-in - 1.0 + 1.1-SNAPSHOT - Java Project Management Tools + Clean plugin for Maven http://maven.apache.org/reference/plugins/clean/ /www/maven.apache.org/reference/plugins/clean/ diff --git a/clean/clean/xdocs/changes.xml b/clean/clean/xdocs/changes.xml index 85f499d8..f68b297e 100644 --- a/clean/clean/xdocs/changes.xml +++ b/clean/clean/xdocs/changes.xml @@ -6,13 +6,17 @@ - - + + + Apply docs patch, fix bad code in the clean:classes and clean:docs goals + + + Add clean:classes and clean:docs goals. - Initial plugin created. Goals are move from java plugin. + Initial plugin created. Goals are moved from java plugin. diff --git a/clean/clean/xdocs/goals.xml b/clean/clean/xdocs/goals.xml index 9bacefbd..119327ce 100644 --- a/clean/clean/xdocs/goals.xml +++ b/clean/clean/xdocs/goals.xml @@ -7,23 +7,25 @@ -
- - - - - - - - - - -
GoalDescription
clean - This goal is a shortcut to the clean:clean goal -
clean:clean - Removes the maven.build.dir and - maven.test.reportsDirectory directories -
-
- + + + clean + + This goal is a shortcut to the clean:clean goal. + + + + clean:clean + Removes ${maven.build.dir} and ${basedir}/velocity.log. + + + clean:classes + Removes ${maven.build.dest} and ${maven.test.dest} directories. + + + clean:docs + Removes the ${maven.gen.docs} and ${maven.docs.dest} directories. + + + diff --git a/clean/clean/xdocs/index.xml b/clean/clean/xdocs/index.xml index 70ea0493..1c2c0b00 100644 --- a/clean/clean/xdocs/index.xml +++ b/clean/clean/xdocs/index.xml @@ -9,7 +9,7 @@

- This plug-in provides functionality for cleaning output directory. + This plug-in provides functionality for cleaning output directories.

diff --git a/clean/plugin.jelly b/clean/plugin.jelly index 3c92c523..6a98b3c0 100644 --- a/clean/plugin.jelly +++ b/clean/plugin.jelly @@ -15,14 +15,14 @@ - - + + - - + + diff --git a/clean/project.properties b/clean/project.properties index c43339ba..fc4158e6 100644 --- a/clean/project.properties +++ b/clean/project.properties @@ -1,3 +1,7 @@ # ------------------------------------------------------------------- # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- +maven.xdoc.date=left +maven.xdoc.version=${pom.currentVersion} +#maven.xdoc.developmentProcessUrl=http://maven.apache.org/development-process.html +maven.license.licenseFile=${basedir}/../../../LICENSE.txt diff --git a/clean/project.xml b/clean/project.xml index 1db21b0a..1ef8f0c1 100644 --- a/clean/project.xml +++ b/clean/project.xml @@ -5,9 +5,9 @@ 3 maven-clean-plugin Maven Clean Plug-in - 1.0 + 1.1-SNAPSHOT - Java Project Management Tools + Clean plugin for Maven http://maven.apache.org/reference/plugins/clean/ /www/maven.apache.org/reference/plugins/clean/ diff --git a/clean/xdocs/changes.xml b/clean/xdocs/changes.xml index 85f499d8..f68b297e 100644 --- a/clean/xdocs/changes.xml +++ b/clean/xdocs/changes.xml @@ -6,13 +6,17 @@ - - + + + Apply docs patch, fix bad code in the clean:classes and clean:docs goals + + + Add clean:classes and clean:docs goals. - Initial plugin created. Goals are move from java plugin. + Initial plugin created. Goals are moved from java plugin. diff --git a/clean/xdocs/goals.xml b/clean/xdocs/goals.xml index 9bacefbd..119327ce 100644 --- a/clean/xdocs/goals.xml +++ b/clean/xdocs/goals.xml @@ -7,23 +7,25 @@ -
- - - - - - - - - - -
GoalDescription
clean - This goal is a shortcut to the clean:clean goal -
clean:clean - Removes the maven.build.dir and - maven.test.reportsDirectory directories -
-
- + + + clean + + This goal is a shortcut to the clean:clean goal. + + + + clean:clean + Removes ${maven.build.dir} and ${basedir}/velocity.log. + + + clean:classes + Removes ${maven.build.dest} and ${maven.test.dest} directories. + + + clean:docs + Removes the ${maven.gen.docs} and ${maven.docs.dest} directories. + + + diff --git a/clean/xdocs/index.xml b/clean/xdocs/index.xml index 70ea0493..1c2c0b00 100644 --- a/clean/xdocs/index.xml +++ b/clean/xdocs/index.xml @@ -9,7 +9,7 @@

- This plug-in provides functionality for cleaning output directory. + This plug-in provides functionality for cleaning output directories.