From 16b15988ec603e3fae373b2ed6236eb365e5ceb5 Mon Sep 17 00:00:00 2001 From: evenisse Date: Thu, 11 Dec 2003 13:29:45 +0000 Subject: [PATCH] Apply Neil Crow patch. Added manifest Class-Path, specified by setting property jar.manifest.classpath on dependency artifacts in project.xml. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114478 13f79535-47bb-0310-9956-ffa450edef68 --- jar/plugin.jelly | 12 ++++++++++++ jar/xdocs/changes.xml | 6 ++++++ jar/xdocs/properties.xml | 9 +++++++++ 3 files changed, 27 insertions(+) diff --git a/jar/plugin.jelly b/jar/plugin.jelly index 0eb07147..3cf5db01 100644 --- a/jar/plugin.jelly +++ b/jar/plugin.jelly @@ -45,6 +45,18 @@ + + + + + + + + + + + + diff --git a/jar/xdocs/changes.xml b/jar/xdocs/changes.xml index 20ef7c00..273f4232 100644 --- a/jar/xdocs/changes.xml +++ b/jar/xdocs/changes.xml @@ -8,6 +8,12 @@ + + + Added manifest Class-Path, specified by setting property + jar.manifest.classpath on dependency artifacts in project.xml. + + Fixed maven.jar.manifest.extensions.add use. diff --git a/jar/xdocs/properties.xml b/jar/xdocs/properties.xml index 15b2ce42..bbb751f1 100644 --- a/jar/xdocs/properties.xml +++ b/jar/xdocs/properties.xml @@ -54,6 +54,15 @@ property will override Maven's defaults. + + maven.jar.manifest.classpath.add + Yes + + Tells maven to add classpath information the the jar manifest. + This can cause some applications to break, so it has been disabled by default. + Set to 'true' to enable classpath information. + + maven.jar.manifest.extensions.add Yes