sbt/ivy/src
Mark Harrah 77ed899a96 '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
..
main 'makePom' should not generate <type> elements for standard classifiers. Fixes #728. 2013-10-02 19:39:17 -04:00
test/scala use separate ivy home directories in component provider test so tests can run concurrently 2013-03-18 09:52:57 -04:00