You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2019/04/26 09:55:29 UTC

[GitHub] [maven-dependency-plugin] alehane opened a new pull request #11: [MDEP-650] - dependency:unpack doesn't seem to handle version ranges

alehane opened a new pull request #11: [MDEP-650] - dependency:unpack doesn't seem to handle version ranges
URL: https://github.com/apache/maven-dependency-plugin/pull/11
 
 
    - [MDEP-650] - dependency:unpack doesn't seem to handle version ranges:
   
   Attempt to enable version range resolution for the dependency:unpack goal by first checking to see whether the version range has already been resolved by the project's dependency resolution. If there is no resolution, attempt to use the DependencyResolver maven component to resolve the range. If resolution is successful, then update the artifactItem object with the resolved version, otherwise, leave the version un-changed.
   
   Tests and verification:
    - mvn clean verify - Run locally in development environment, no issues.
    - mvn -Prun-its clean verify - Run locally in development environment, no issues.
   
   Licence info:
   
   To make clear that you license your contribution under 
   the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
    - [x] I hereby declare this contribution to be licenced under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   
    - [ ] In any other case, please file an [Apache Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services