From issues-return-85883-apmail-maven-issues-archive=maven.apache.org@maven.apache.org Fri Jun 28 12:27:36 2013 Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1950FCC9B for ; Fri, 28 Jun 2013 12:27:36 +0000 (UTC) Received: (qmail 92248 invoked by uid 500); 28 Jun 2013 12:27:35 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 91989 invoked by uid 500); 28 Jun 2013 12:27:31 -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 91976 invoked by uid 99); 28 Jun 2013 12:27:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jun 2013 12:27:29 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.24.159] (HELO codehaus01.managed.contegix.com) (63.246.24.159) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jun 2013 12:27:24 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 48AD9B1042 for ; Fri, 28 Jun 2013 07:27:03 -0500 (CDT) Date: Fri, 28 Jun 2013 07:27:03 -0500 (CDT) From: "Konrad Windszus (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] (MSOURCES-67) Maven source plugin leads to plugins being downloaded only listed in pluginManagement MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 X-Virus-Checked: Checked by ClamAV on apache.org Konrad Windszus created MSOURCES-67: --------------------------------------- Summary: Maven source plugin leads to plugins being downloaded only listed in pluginManagement Key: MSOURCES-67 URL: https://jira.codehaus.org/browse/MSOURCES-67 Project: Maven 2.x Source Plugin Issue Type: Bug Affects Versions: 2.2.1 Reporter: Konrad Windszus Priority: Critical Attachments: pom.xml Attached is an example pom. Whenever you run mvn source:jar on it, it tries to download org.eclipse.m2e:lifecycle-mapping:1.0.0 although it is only listed in the pluginManagement. If using a regular goal, that dependency is never downloaded. That dependency does not exist, as it is only a way to configure m2e, so there is nowhere such an artifact (mentioned by Igor Fedorenko in http://permalink.gmane.org/gmane.comp.ide.eclipse.plugins.m2eclipse.user/6218). Why is the maven source plugin trying to download that artifact? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira