Closed LoranceChen closed 8 years ago
Hi, I success publish to sonatype oss but stuck at closing the repository. a obvious error is:
ailureMessage Missing: no javadoc jar found in folder '/net/lorancechen/rxsocket_2.11/0.9.4'
I think sonatype need a javadoc.jar. Does aether-deploy generate javadoc or solve the problem by another way? Thanks
I solve this problem. it should append publishArtifact in (Compile, packageDoc) := true.
publishArtifact in (Compile, packageDoc) := true
Hi, I success publish to sonatype oss but stuck at closing the repository. a obvious error is:
I think sonatype need a javadoc.jar. Does aether-deploy generate javadoc or solve the problem by another way? Thanks