From 1110194bd69146f52d38352307658ab5aba69a56 Mon Sep 17 00:00:00 2001 From: michal Date: Sat, 5 Jul 2003 17:10:45 +0000 Subject: [PATCH] war:clean goal was added git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113604 13f79535-47bb-0310-9956-ffa450edef68 --- war/plugin.jelly | 13 +++++++++++++ war/xdocs/changes.xml | 5 ++++- war/xdocs/goals.xml | 5 +++++ 3 files changed, 22 insertions(+), 1 deletion(-) 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