sbt, the interactive build tool
Go to file
Mark Harrah e1cd7ebde0 'makePom' should not generate <type> elements for standard classifiers. Fixes #728.
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.
2013-10-02 19:39:17 -04:00
ivy 'makePom' should not generate <type> elements for standard classifiers. Fixes #728. 2013-10-02 19:39:17 -04:00
util/cross/src/main/input_sources -Xlint 2013-02-04 17:30:31 -05:00