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