diff --git a/war/plugin.jelly b/war/plugin.jelly index 3ebeb981..91475fe3 100644 --- a/war/plugin.jelly +++ b/war/plugin.jelly @@ -185,6 +185,19 @@ project="${pom}"/> + + + + + + + + + + + + diff --git a/war/xdocs/changes.xml b/war/xdocs/changes.xml index c19a80f2..ec277563 100644 --- a/war/xdocs/changes.xml +++ b/war/xdocs/changes.xml @@ -8,6 +8,9 @@ + + Added war:clean goal + war:war goal is simply packaging (using ant jar task) the directory created @@ -16,7 +19,7 @@ and removes code duplication. - Fixes for MAVEN-481. + Fi xes for MAVEN-481. Bundling of tlds in war is supported. diff --git a/war/xdocs/goals.xml b/war/xdocs/goals.xml index cbea0bc2..d47094bc 100644 --- a/war/xdocs/goals.xml +++ b/war/xdocs/goals.xml @@ -50,6 +50,11 @@ war:deploy-snapshot Deploy the snapshot version of the war to the remote repository(ies) + + war:clean + Delete all artifacts created by war plugin + + \ No newline at end of file