From 467fa6f39af736f2795c7c48a63a5befbf8f9c5f Mon Sep 17 00:00:00 2001 From: snicoll Date: Wed, 7 Jun 2006 18:33:44 +0000 Subject: [PATCH] MPWAR-58: Manifest file is now generated properly. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@412482 13f79535-47bb-0310-9956-ffa450edef68 --- war/plugin.jelly | 16 ++++++++++------ war/xdocs/changes.xml | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/war/plugin.jelly b/war/plugin.jelly index 68207df6..81a70c55 100644 --- a/war/plugin.jelly +++ b/war/plugin.jelly @@ -121,12 +121,16 @@ - - - - - - + + + + + + + + + + diff --git a/war/xdocs/changes.xml b/war/xdocs/changes.xml index 53bfe7e7..6ae9cb57 100644 --- a/war/xdocs/changes.xml +++ b/war/xdocs/changes.xml @@ -25,7 +25,7 @@ - Specification and Implementation attributes of the manifest are now defined as main attributes. + Manifest file is now generated properly. 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.