arktekk / sbt-aether-deploy

Deploy SBT artifacts using Maven Artifact Resolver (formerly Eclipse Aether)
Other
84 stars 31 forks source link

lack javadoc jar which sonatype need when execute close operate #35

Closed LoranceChen closed 8 years ago

LoranceChen commented 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

LoranceChen commented 8 years ago

I solve this problem. it should append publishArtifact in (Compile, packageDoc) := true.