diff --git a/war/plugin.jelly b/war/plugin.jelly index 81a70c55..cf63325d 100644 --- a/war/plugin.jelly +++ b/war/plugin.jelly @@ -22,6 +22,7 @@ xmlns:license="license" xmlns:util="jelly:util" xmlns:ant="jelly:ant" + xmlns:maven="jelly:maven" xmlns:artifact="artifact"> @@ -179,6 +180,12 @@ + + + + + + Assembling webapp ${pom.artifactId} diff --git a/war/project.xml b/war/project.xml index 532e9d80..7d289d58 100644 --- a/war/project.xml +++ b/war/project.xml @@ -22,7 +22,7 @@ 3 maven-war-plugin Maven WAR Plugin - 1.6.2 + 1.6.3-SNAPSHOT War Plugin for Maven War Plugin for Maven diff --git a/war/xdocs/changes.xml b/war/xdocs/changes.xml index 4b8089cb..d7539651 100644 --- a/war/xdocs/changes.xml +++ b/war/xdocs/changes.xml @@ -23,6 +23,9 @@ Vincent Massol + + Java sources are not compiled when used with maven-test-plugin-1.8 and maven.test.skip=true. + Manifest file is now generated properly. Aded the ability to customize the Class-Path entry of the manifest