From 9547a8bf51a4b620540276a13d8366601c6039c9 Mon Sep 17 00:00:00 2001 From: carlos Date: Wed, 14 Jul 2004 08:52:20 +0000 Subject: [PATCH] Splitted war:webapp in war:war-resources and war:webapp git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115811 13f79535-47bb-0310-9956-ffa450edef68 --- war/plugin.jelly | 36 ++++++++++++++++++++++-------------- war/xdocs/changes.xml | 1 + war/xdocs/goals.xml | 9 ++++++++- 3 files changed, 31 insertions(+), 15 deletions(-) diff --git a/war/plugin.jelly b/war/plugin.jelly index a79b9d61..77a5d5c9 100644 --- a/war/plugin.jelly +++ b/war/plugin.jelly @@ -103,27 +103,16 @@ - + - - - Assembling webapp ${pom.artifactId} + - - - - - - - - - + + + + + + + + Assembling webapp ${pom.artifactId} + + + + + + + + + + diff --git a/war/xdocs/changes.xml b/war/xdocs/changes.xml index 92989123..892af3df 100644 --- a/war/xdocs/changes.xml +++ b/war/xdocs/changes.xml @@ -25,6 +25,7 @@ + Splitted war:webapp in war:war-resources and war:webapp. Deprecated war:load hook goal Allow use of maven.war.manifest to specify the manifest file location. diff --git a/war/xdocs/goals.xml b/war/xdocs/goals.xml index f7edcc39..05970ef4 100644 --- a/war/xdocs/goals.xml +++ b/war/xdocs/goals.xml @@ -48,9 +48,16 @@ <postGoal name="war:webapp"> + + war:war-resources + Copy files from maven.war.src to maven.war.webapp.dir + war:webapp - Build a webapp directory + + Build a webapp directory in that created by war:war-resources, copying libraries, + classes and tlds + war:install