Return-Path: Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: (qmail 95543 invoked from network); 13 Nov 2009 15:06:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Nov 2009 15:06:18 -0000 Received: (qmail 4006 invoked by uid 500); 13 Nov 2009 15:06:18 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 3931 invoked by uid 500); 13 Nov 2009 15:06:18 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 3921 invoked by uid 99); 13 Nov 2009 15:06:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Nov 2009 15:06:18 +0000 X-ASF-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Nov 2009 15:06:15 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 6465415F00BD for ; Fri, 13 Nov 2009 09:05:55 -0600 (CST) Date: Fri, 13 Nov 2009 09:05:55 -0600 (CST) From: "Wendy Smoak (JIRA)" To: issues@maven.apache.org Message-ID: <16635128.11537.1258124755274.JavaMail.haus-jira@codehaus01.managed.contegix.com> In-Reply-To: <23336937.1226414473211.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Commented: (MNG-3832) Allow wildcards in dependency exclusions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 [ http://jira.codehaus.org/browse/MNG-3832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=198239#action_198239 ] Wendy Smoak commented on MNG-3832: ---------------------------------- I think you'll get more attention if you post to the dev list and describe what you've done. JIRA produces a LOT of mail and many people filter it out. This is an issue with quite a few votes and watchers, so hopefully you'll catch the interest of a committer who can help. > Allow wildcards in dependency exclusions > ---------------------------------------- > > Key: MNG-3832 > URL: http://jira.codehaus.org/browse/MNG-3832 > Project: Maven 2 > Issue Type: New Feature > Components: Dependencies > Reporter: Paul Gier > Fix For: 2.x > > Attachments: MNG-3832-maven-artifact.patch > > > I would like to be able to exclude all transitive dependencies from a certain dependencies. This is especially useful when depending on an artifact with a classifier that may not have the same dependencies as the main artifact. Currently the only way to do this is by excluding each dependency individually which requires significant effort and is prone to becoming out of date. The following syntax is one possibility. > Exclude all transitive dependencies > {code} > > * > > {code} > Exclude transitive dependencies with the groupId "org.company" > {code} > > org.company > * > > {code} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira