diff --git a/war/plugin.jelly b/war/plugin.jelly index 1ddf47e8..68207df6 100644 --- a/war/plugin.jelly +++ b/war/plugin.jelly @@ -43,10 +43,16 @@ + + + + You must define currentVersion in your POM. + + Building WAR ${pom.artifactId} - + @@ -56,6 +62,12 @@ + + + Warning: shortDescription is greater than 49 characters - trimming for specification title. + + + + + + + + + + - - - - - - - - - + + + + + + + + + + + + + + ${pomCurrentVersion} + + + + + + + + + + + + + + + + diff --git a/war/project.xml b/war/project.xml index a2b4b3dc..e8daa565 100644 --- a/war/project.xml +++ b/war/project.xml @@ -85,5 +85,15 @@ -3 - + + + commons-lang + commons-lang + 2.0 + http://jakarta.apache.org/commons/lang/ + + This library is already loaded by maven's core. Be careful to use the same version number as in the core. + + + diff --git a/war/xdocs/changes.xml b/war/xdocs/changes.xml index 5704daf7..53bfe7e7 100644 --- a/war/xdocs/changes.xml +++ b/war/xdocs/changes.xml @@ -25,6 +25,7 @@ + Specification and Implementation attributes of the manifest are now defined as main attributes. Aded the ability to customize the Class-Path entry of the manifest Added property maven.war.resources.overwrite to control is resources overwrites the ones in the generated webapp directory. Added ability to expand properties when copying war resources.