From 558f5d2a7e7e26366ca2ab0e9465c78c2b23a764 Mon Sep 17 00:00:00 2001 From: dion Date: Thu, 31 Jul 2003 06:55:29 +0000 Subject: [PATCH] Add jar.excludes property git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113768 13f79535-47bb-0310-9956-ffa450edef68 --- jar/plugin.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/jar/plugin.properties b/jar/plugin.properties index 515c0226..5d3fa6b2 100644 --- a/jar/plugin.properties +++ b/jar/plugin.properties @@ -2,4 +2,5 @@ # P L U G I N P R O P E R T I E S # ------------------------------------------------------------------- maven.jar.manifest.extensions.add=false +maven.jar.excludes = **/package.html maven.remote.group=maven \ No newline at end of file