Dual javadoc jar workflow
We are generating javadoc jars for both source and tests - 2 jars total as part of our standard current maven workflow. Dokka maven plugin supports making jars only from sources.
Describe the solution you'd like
make equivalent of test-jar maven javadoc plugin goal. It should be pretty trivial because you just need to change source and target directory.
Dual javadoc jar workflow
We are generating javadoc jars for both source and tests - 2 jars total as part of our standard current maven workflow. Dokka maven plugin supports making jars only from sources.
Describe the solution you'd like
make equivalent of test-jar maven javadoc plugin goal. It should be pretty trivial because you just need to change source and target directory.