brunoborges opened a new pull request, #1664: URL: https://github.com/apache/maven-dependency-plugin/pull/1664
Maven Dependency Plugin 3.11.0 made artifact descriptor resolution mandatory for `copy` and `unpack`, which prevents otherwise available artifacts from being processed when their POM references an unavailable snapshot parent. This change preserves descriptor-based relocation support, but scopes a fallback to the from-configuration goals: when descriptor reading fails, the original artifact coordinates are resolved directly. Artifact resolution failures still fail the goal and retain the descriptor exception as suppressed context. A repository-backed integration test reproduces the unavailable snapshot-parent case, and focused resolver coverage verifies the fallback. Existing copy and unpack relocation integration tests continue to pass. Fixes: #1642 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
