Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 15383 invoked from network); 14 Feb 2008 04:29:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Feb 2008 04:29:30 -0000 Received: (qmail 96536 invoked by uid 500); 14 Feb 2008 04:29:23 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 96493 invoked by uid 500); 14 Feb 2008 04:29:23 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 96482 invoked by uid 99); 14 Feb 2008 04:29:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2008 20:29:23 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2008 04:28:59 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 302FE714074 for ; Wed, 13 Feb 2008 20:29:08 -0800 (PST) Message-ID: <28713176.1202963347997.JavaMail.jira@brutus> Date: Wed, 13 Feb 2008 20:29:07 -0800 (PST) From: "Jarek Gawor (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-3847) The .tar.gz and .zip assembly files contain unnecessary META-INF directory In-Reply-To: <15762262.1202959988608.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-3847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568793#action_12568793 ] Jarek Gawor commented on GERONIMO-3847: --------------------------------------- The installation of geronimo-boilerplate-minimal or jaxws-tools plugins creates those META-INF directories in the different assemblies. To omit those directories from the assemblies I added support for file excludes to ArchiverGBean and the car-maven-plugin. And then configured the car-maven-plugin to exclude META-INF/** files from certain assemblies. These changes were committed to trunk (revision 627659). > The .tar.gz and .zip assembly files contain unnecessary META-INF directory > -------------------------------------------------------------------------- > > Key: GERONIMO-3847 > URL: https://issues.apache.org/jira/browse/GERONIMO-3847 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: buildsystem > Affects Versions: 2.1, 2.1.1, 2.2 > Reporter: Jarek Gawor > Assignee: Jarek Gawor > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.