From 3deaa8d08f5da033024ba52f8eb5e77fabbef93f Mon Sep 17 00:00:00 2001 From: bwalding Date: Sat, 12 Apr 2003 02:08:02 +0000 Subject: [PATCH] Added manifest extensions property git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113323 13f79535-47bb-0310-9956-ffa450edef68 --- jar/xdocs/properties.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/jar/xdocs/properties.xml b/jar/xdocs/properties.xml index 8df27972..5bcc5039 100644 --- a/jar/xdocs/properties.xml +++ b/jar/xdocs/properties.xml @@ -219,6 +219,15 @@ property will override Maven's defaults. + + maven.jar.manifest.extensions.add + Yes + + Tells maven to add extension information the the jar manifest. + This can cause some applications to break, so it has been disabled by default. + Set to 'true' to enable extension information. + + maven.jar.mainclass Yes