lightbend / sbt-paradox-project-info

A Paradox directive to include standardised project information into the generated documentation
Apache License 2.0
5 stars 5 forks source link

Remove publishArtifact := false #32

Closed mdedetrich closed 2 years ago

mdedetrich commented 2 years ago

So asked around in the Scala discord communities sbt chat to get help on this and they are quite sure that

Compile / packageDoc / publishArtifact := false

Is whats causing the isuse. Even if you don't have any apidocs, having this setting for published artifacts in sonatype causes problems. Other projects such also don't have this setting (see https://github.com/lightbend/sbt-paradox-apidoc/blob/master/build.sbt)

References https://github.com/lightbend/sbt-paradox-project-info/issues/31

mdedetrich commented 2 years ago

Fingers crossed that this fixes the problem