[jira] Updated: (MDEP-231) Create a single dependency resolution plugin

2011-07-07 Thread Dennis Lundberg (JIRA)

 [ 
https://jira.codehaus.org/browse/MDEP-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Lundberg updated MDEP-231:
-

Fix Version/s: (was: 2.4)

 Create a single dependency resolution plugin
 

 Key: MDEP-231
 URL: https://jira.codehaus.org/browse/MDEP-231
 Project: Maven 2.x Dependency Plugin
  Issue Type: New Feature
  Components: resolve
Affects Versions: 2.1, 2.2
Reporter: Marvin Froeder
Assignee: John Casey
 Attachments: maven-dependency-plugin.patch, 
 maven-dependency-plugin.patch, maven-dependency-plugin.patch


 The attached patch has a new goal that allows a single dependency to be 
 resolved, like this:
 mvn 
 org.apache.maven.plugins:maven-dependency-plugin:2.2-SNAPSHOT:resolve-single 
 -DgroupId=com.acme -DartifactId=dummy -Dversion=1.0

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MDEP-231) Create a single dependency resolution plugin

2011-07-05 Thread Stephen Connolly (JIRA)

 [ 
https://jira.codehaus.org/browse/MDEP-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stephen Connolly updated MDEP-231:
--

Fix Version/s: (was: 2.3)
   2.4

 Create a single dependency resolution plugin
 

 Key: MDEP-231
 URL: https://jira.codehaus.org/browse/MDEP-231
 Project: Maven 2.x Dependency Plugin
  Issue Type: New Feature
  Components: resolve
Affects Versions: 2.1, 2.2
Reporter: Marvin Froeder
Assignee: John Casey
 Fix For: 2.4

 Attachments: maven-dependency-plugin.patch, 
 maven-dependency-plugin.patch, maven-dependency-plugin.patch


 The attached patch has a new goal that allows a single dependency to be 
 resolved, like this:
 mvn 
 org.apache.maven.plugins:maven-dependency-plugin:2.2-SNAPSHOT:resolve-single 
 -DgroupId=com.acme -DartifactId=dummy -Dversion=1.0

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MDEP-231) Create a single dependency resolution plugin

2011-02-15 Thread Brian Fox (JIRA)

 [ 
http://jira.codehaus.org/browse/MDEP-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brian Fox updated MDEP-231:
---

Fix Version/s: (was: 2.2)
   2.3

 Create a single dependency resolution plugin
 

 Key: MDEP-231
 URL: http://jira.codehaus.org/browse/MDEP-231
 Project: Maven 2.x Dependency Plugin
  Issue Type: New Feature
  Components: resolve
Affects Versions: 2.1, 2.2
Reporter: Marvin Froeder
Assignee: John Casey
 Fix For: 2.3

 Attachments: maven-dependency-plugin.patch, 
 maven-dependency-plugin.patch, maven-dependency-plugin.patch


 The attached patch has a new goal that allows a single dependency to be 
 resolved, like this:
 mvn 
 org.apache.maven.plugins:maven-dependency-plugin:2.2-SNAPSHOT:resolve-single 
 -DgroupId=com.acme -DartifactId=dummy -Dversion=1.0

-- 
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




[jira] Updated: (MDEP-231) Create a single dependency resolution plugin

2009-10-01 Thread John Casey (JIRA)

 [ 
http://jira.codehaus.org/browse/MDEP-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John Casey updated MDEP-231:


 Assignee: John Casey  (was: Brian Fox)
Fix Version/s: 2.2

 Create a single dependency resolution plugin
 

 Key: MDEP-231
 URL: http://jira.codehaus.org/browse/MDEP-231
 Project: Maven 2.x Dependency Plugin
  Issue Type: New Feature
  Components: resolve
Affects Versions: 2.1, 2.2
Reporter: Marvin Froeder
Assignee: John Casey
 Fix For: 2.2

 Attachments: maven-dependency-plugin.patch, 
 maven-dependency-plugin.patch, maven-dependency-plugin.patch


 The attached patch has a new goal that allows a single dependency to be 
 resolved, like this:
 mvn 
 org.apache.maven.plugins:maven-dependency-plugin:2.2-SNAPSHOT:resolve-single 
 -DgroupId=com.acme -DartifactId=dummy -Dversion=1.0

-- 
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




[jira] Updated: (MDEP-231) Create a single dependency resolution plugin

2009-09-09 Thread Marvin Froeder (JIRA)

 [ 
http://jira.codehaus.org/browse/MDEP-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marvin Froeder updated MDEP-231:


Attachment: maven-dependency-plugin.patch

Previous patch wasn't working correctly when excludeTransitive was set to true.

 Create a single dependency resolution plugin
 

 Key: MDEP-231
 URL: http://jira.codehaus.org/browse/MDEP-231
 Project: Maven 2.x Dependency Plugin
  Issue Type: New Feature
  Components: resolve
Affects Versions: 2.1, 2.2
Reporter: Marvin Froeder
Assignee: Brian Fox
 Attachments: maven-dependency-plugin.patch, 
 maven-dependency-plugin.patch


 The attached patch has a new goal that allows a single dependency to be 
 resolved, like this:
 mvn 
 org.apache.maven.plugins:maven-dependency-plugin:2.2-SNAPSHOT:resolve-single 
 -DgroupId=com.acme -DartifactId=dummy -Dversion=1.0

-- 
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




[jira] Updated: (MDEP-231) Create a single dependency resolution plugin

2009-09-09 Thread Marvin Froeder (JIRA)

 [ 
http://jira.codehaus.org/browse/MDEP-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marvin Froeder updated MDEP-231:


Attachment: maven-dependency-plugin.patch

 Create a single dependency resolution plugin
 

 Key: MDEP-231
 URL: http://jira.codehaus.org/browse/MDEP-231
 Project: Maven 2.x Dependency Plugin
  Issue Type: New Feature
  Components: resolve
Affects Versions: 2.1, 2.2
Reporter: Marvin Froeder
Assignee: Brian Fox
 Attachments: maven-dependency-plugin.patch, 
 maven-dependency-plugin.patch, maven-dependency-plugin.patch


 The attached patch has a new goal that allows a single dependency to be 
 resolved, like this:
 mvn 
 org.apache.maven.plugins:maven-dependency-plugin:2.2-SNAPSHOT:resolve-single 
 -DgroupId=com.acme -DartifactId=dummy -Dversion=1.0

-- 
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