From 81a78801327d8dffe999c94d9819ad1a805b7569 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Mon, 24 Jul 2006 20:55:21 +0000 Subject: [PATCH] PR: MPWAR-62 Java sources are not compiled when used with maven-test-plugin-1.8 and maven.test.skip=true. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@425183 13f79535-47bb-0310-9956-ffa450edef68 --- war/plugin.jelly | 7 +++++++ war/project.xml | 2 +- war/xdocs/changes.xml | 3 +++ 3 files changed, 11 insertions(+), 1 deletion(-) 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