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 2020/10/07 14:29:32 UTC

[GitHub] [maven-dependency-plugin] mkarg opened a new pull request #109: MDEP-726: dependency:copy finds missing versions in TRANSITIVE depend…

mkarg opened a new pull request #109:
URL: https://github.com/apache/maven-dependency-plugin/pull/109


   # Status
   
   **This PR is a work-in-progress, as the solution is still *under construction*.**
   
   
   # Description
   
   This PR solves [MDEP-726](https://issues.apache.org/jira/browse/MDEP-726) by replacing the original version lookup (which was limited to direct dependencies and managed dependencies) by a code variant which performs a real transitive resolution. As a result, missing version numbers are working fine when copying *transitive* dependencies.
   
   
   # Help Wanted
   
   While this PR works well with *real* projects, it fails in the existing unit test with `NullPointerException`, due to missing GAV coordinates in the test mockup. If someone has an idea how to fix it, please tell me! :-)


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