From cd21b97aca2d7c9bc414a5161db580e5b06d29cc Mon Sep 17 00:00:00 2001 From: dion Date: Wed, 31 Mar 2004 06:35:23 +0000 Subject: [PATCH] Fix for MPWAR-21; Allow generation of the Class-Path manifest entry from dependencies like the ejb and jar plugins. Add test for new feature git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114961 13f79535-47bb-0310-9956-ffa450edef68 --- war/plugin.jelly | 13 +++++++++++++ war/src/plugin-test/maven.xml | 6 ++++++ war/src/plugin-test/project.xml | 1 + war/xdocs/changes.xml | 1 + 4 files changed, 21 insertions(+) diff --git a/war/plugin.jelly b/war/plugin.jelly index 664488d3..d5d2e27d 100644 --- a/war/plugin.jelly +++ b/war/plugin.jelly @@ -56,6 +56,14 @@ Building WAR ${pom.artifactId} + + + + + + + + @@ -74,6 +82,11 @@ + + + + + diff --git a/war/src/plugin-test/maven.xml b/war/src/plugin-test/maven.xml index 36e90589..28046f9c 100644 --- a/war/src/plugin-test/maven.xml +++ b/war/src/plugin-test/maven.xml @@ -31,6 +31,7 @@ + @@ -39,5 +40,10 @@ Manifest not merged + + + + Class-Path not generated + \ No newline at end of file diff --git a/war/src/plugin-test/project.xml b/war/src/plugin-test/project.xml index 409bb4f9..bc252e8e 100644 --- a/war/src/plugin-test/project.xml +++ b/war/src/plugin-test/project.xml @@ -78,6 +78,7 @@ http://jakarta.apache.org/commons/logging.html true + true diff --git a/war/xdocs/changes.xml b/war/xdocs/changes.xml index fb7e1a3d..766ee150 100644 --- a/war/xdocs/changes.xml +++ b/war/xdocs/changes.xml @@ -25,6 +25,7 @@ + Allow automated generation of manifest Class-Path Allow customizing of MANIFEST.MF