gnodet opened a new pull request, #12855: URL: https://github.com/apache/maven/pull/12855
Backport of #12813 to `maven-4.0.x`. `ArtifactCoordinates.getId()` always inserted the classifier field, so an empty classifier produced `g:a:ext::version`. This aligns `getId()` with `Artifact.key()`: - empty classifier → `g:a:ext:version` - non-empty classifier → `g:a:ext:classifier:version` Fixes #12596. -- 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]
