From 2e65a4a7b934cf3f0302fdef9d5967cdefe4166f Mon Sep 17 00:00:00 2001 From: brett Date: Mon, 23 Feb 2004 22:20:27 +0000 Subject: [PATCH] add description of changes, add guard against cleaning source files git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114734 13f79535-47bb-0310-9956-ffa450edef68 --- war/plugin.jelly | 4 +++- war/xdocs/changes.xml | 7 +++++++ war/xdocs/goals.xml | 11 ++++++++++- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/war/plugin.jelly b/war/plugin.jelly index 41d561e9..b9d001e2 100644 --- a/war/plugin.jelly +++ b/war/plugin.jelly @@ -211,7 +211,9 @@ description="Remove all artifacts created by war plugin"> - + + + diff --git a/war/xdocs/changes.xml b/war/xdocs/changes.xml index 30b5d8ef..2db31a59 100644 --- a/war/xdocs/changes.xml +++ b/war/xdocs/changes.xml @@ -15,6 +15,13 @@ Use the new caller plugin to isolate the java compilation goal called from its implementation. + + Add war:inplace goal for building the webapp into maven.war.src. You should cvsignore WEB-INF/lib and + WEB-INF/classes + + + Add target path to dependencies so you can copy to elsewhere than WEB-INF/lib. Useful for applets. + diff --git a/war/xdocs/goals.xml b/war/xdocs/goals.xml index d47094bc..73a8d173 100644 --- a/war/xdocs/goals.xml +++ b/war/xdocs/goals.xml @@ -54,7 +54,16 @@ war:clean Delete all artifacts created by war plugin + + war:inplace + + Build an exploded web application into ${maven.war.src}. This allows you to mount it in your application + server, and you only need to run it again for dependency and class changes, not JSP changes. + This goal will not clean old dependencies - due to the dangers involved in automating this for your + source tree, you must do that yourself. + + - \ No newline at end of file +