thanks for your help. "groupId:artifactId:packaging:classifier:version" is definitely wrong: it's "groupId:artifactId:extension:classifier:version" packaging cannot become part of coordinates: it's a build lifecycle, and during a build, multiple artifacts will be created, each with different extension and classifier. And if you look at artifact handlers, https://maven.apache.org/ref/3.5.4/maven-core/artifact-handlers.html , you'll see that the packaging for java-source and javadoc does simply not mean anything. In POM dependency documentation, we wrote "The type often corresponds to the packaging used, though this is also not always the case."
[ Full content available at: https://github.com/apache/maven-site/pull/40 ] This message was relayed via gitbox.apache.org for [email protected]
