mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 02:55:23 +02:00
The <type> element was generated for any explicit Artifact with a type other than "jar". withSources() and withJavadoc() create explicit Artifacts of this kind, but shouldn't have <type> elements. They are primarily artifacts with classifiers- the type is an Ivy aspect. So, when writing to a pom, don't use write a type for known classifiers.