From 8d660a2acecfed8c99882a97a8b22a8a4af4cd3e Mon Sep 17 00:00:00 2001 From: ltheussl Date: Thu, 17 Aug 2006 18:15:49 +0000 Subject: [PATCH] PR: MPWAR-62 Submitted by: Nicolas de Loof Thanks to: Shinobu Kawai Another patch that fixes missing resources. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@432314 13f79535-47bb-0310-9956-ffa450edef68 --- war/plugin.jelly | 5 +++-- war/xdocs/changes.xml | 7 ++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/war/plugin.jelly b/war/plugin.jelly index cf63325d..3d2e879c 100644 --- a/war/plugin.jelly +++ b/war/plugin.jelly @@ -182,8 +182,9 @@ - - + + + Assembling webapp ${pom.artifactId} diff --git a/war/xdocs/changes.xml b/war/xdocs/changes.xml index d7539651..4fc55863 100644 --- a/war/xdocs/changes.xml +++ b/war/xdocs/changes.xml @@ -24,7 +24,12 @@ - Java sources are not compiled when used with maven-test-plugin-1.8 and maven.test.skip=true. + + Java sources are not compiled when used with maven-test-plugin-1.8 and maven.test.skip=true. + + + + Manifest file is now generated properly.