From fec185c26393e46ba9acecaab5776beba242d67a Mon Sep 17 00:00:00 2001 From: ltheussl Date: Mon, 10 Apr 2006 20:17:23 +0000 Subject: [PATCH] PR: MPJAR-46 Using maven.jar.manifest.classpath.add=true from maven console gives huge Class-Path git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@393045 13f79535-47bb-0310-9956-ffa450edef68 --- jar/plugin.jelly | 1 + jar/xdocs/changes.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/jar/plugin.jelly b/jar/plugin.jelly index 67ce3941..fcd2ced0 100644 --- a/jar/plugin.jelly +++ b/jar/plugin.jelly @@ -91,6 +91,7 @@ + diff --git a/jar/xdocs/changes.xml b/jar/xdocs/changes.xml index c8e43fd1..db0c2a4d 100644 --- a/jar/xdocs/changes.xml +++ b/jar/xdocs/changes.xml @@ -25,6 +25,7 @@ + Using maven.jar.manifest.classpath.add=true from maven console gives huge Class-Path. Include Implementation-Vendor-Id attribute for dependencies in manifest. Support specificationVersion in manifest.