See https://github.com/apache/incubator-netbeans/pull/97 by Matthias
We have now classifiers [1] to specify which kind of artifact you're
referring to.
So, for instance, for javadoc:
941A8BE4506C65F0A9001C08812FB7DA1E505E21 junit:junit:4.12:javadoc
(i.e.: just add ":javadoc" at the end of the line).
I don't know which classifier should be used for sources, though.
[1]
https://docs.gradle.org/4.2.1/dsl/org.gradle.api.artifacts.dsl.DependencyHandler.html
On 08/10/17 22:25, Geertjan Wielenga wrote:
> Hi all,
>
> In the binaries list for junitlib, the following content is found:
>
> A6C32B40BF3D76ECA54E3C601E5D1470C86FCDFA junit-4.12-sources.jar
> 941A8BE4506C65F0A9001C08812FB7DA1E505E21 junit-4.12-javadoc.jar
>
> Both the hashes above are findable on Maven central.
>
> I just don't know how to refer to 'sources' and 'javadoc', since
> junit:junit:4.12 simply pulls down the JAR and not the sources or javadoc.
>
> Hope someone can help,
>
> Gj
>
|