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: us...@infra.apache.org