There's two use cases I'm trying to account for here.
I need to add resources to the javadoc jar such as a LICENSE file.
I need to send a --define variable to the javadoc generator so that the maven_version variable I have set will appear in the <title> of the generated html. rules_jvm_external already supports the same type of substitution on the coordinates attribute.
Note: This is a dupe of https://github.com/bazelbuild/rules_jvm_external/pull/1182 . I had to reopen the PR from a different GH org.
There's two use cases I'm trying to account for here.
LICENSE
file.--define
variable to the javadoc generator so that themaven_version
variable I have set will appear in the<title>
of the generated html. rules_jvm_external already supports the same type of substitution on thecoordinates
attribute.