You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "abhishek sinha (JIRA)" <ji...@apache.org> on 2016/05/06 06:12:12 UTC

[jira] [Created] (MDEP-526) copy and copy-dependencies should take latest release version from version range

abhishek sinha created MDEP-526:
-----------------------------------

             Summary: copy and copy-dependencies should take latest release version from version range
                 Key: MDEP-526
                 URL: https://issues.apache.org/jira/browse/MDEP-526
             Project: Maven Dependency Plugin
          Issue Type: Improvement
          Components: copy, copy-dependencies
            Reporter: abhishek sinha
            Priority: Minor


In my pom, I have specified version range in properties like:
<model.base.test.version>[1.3.16, 1.4.0-SNAPSHOT)</model.base.test.version>

Currently copy and copy-dependency goals will copy latest SNAPSHOT jar to specified output directory.

My requirement is to have have a configuration which allows to copy latest released jar from the specified version range.

I checked out source code for maven-dependency-plugin and did some modification to make it work. So if this improvement is accepted then how can I contribute to the solution I have. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)