Return-Path: Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: (qmail 62103 invoked from network); 2 Sep 2009 13:21:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Sep 2009 13:21:11 -0000 Received: (qmail 22014 invoked by uid 500); 2 Sep 2009 13:21:11 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 21935 invoked by uid 500); 2 Sep 2009 13:21:11 -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 21925 invoked by uid 99); 2 Sep 2009 13:21:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Sep 2009 13:21:10 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS 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; Wed, 02 Sep 2009 13:21:02 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 9D9AE14A8091 for ; Wed, 2 Sep 2009 08:20:41 -0500 (CDT) Message-ID: <4307082.17151251897641639.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Wed, 2 Sep 2009 08:20:41 -0500 (CDT) From: "Arnaud Heritier (JIRA)" To: issues@maven.apache.org Subject: [jira] Closed: (MDEP-184) Download a dependency without pom In-Reply-To: <18268658.1223904171032.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MDEP-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arnaud Heritier closed MDEP-184. -------------------------------- Resolution: Fixed Fix Version/s: 2.1 > Download a dependency without pom > --------------------------------- > > Key: MDEP-184 > URL: http://jira.codehaus.org/browse/MDEP-184 > Project: Maven 2.x Dependency Plugin > Issue Type: New Feature > Affects Versions: 2.0 > Reporter: creyle > Assignee: Brian Fox > Fix For: 2.1 > > > I want a new goal like > "mvn dependency:get -DgroupId=... -DartifactId=... -Dversion=... -Dclassifier=..." > This goal is very helpful to have local dependencies managed by maven, especially for us in such an imperfect world that not every project has adopted maven. > By running the above command, the corresponding artifact would be downloaded into local maven repository. > groupId -- required > artifactId -- required > version -- optional, download the latest release if omitted > classifier -- optional, this should be artifact specific, some may require a classifier, some may not. > The idea is from the discussion in the maven users list, thread http://www.nabble.com/-M2--Manually-download-artifact--td19949345.html > Thanks Wendy for the idea -- 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