Merge pull request #4569 from ritzalam/do-not-publish-doc

- do not publish doc and src when building jar
This commit is contained in:
Richard Alam 2017-10-25 14:24:15 -04:00 committed by GitHub
commit e433b90322

View File

@ -60,6 +60,13 @@ publishMavenStyle := true
publishArtifact in Test := false
// http://www.scala-sbt.org/release/docs/Artifacts.html
// disable publishing the main API jar
publishArtifact in (Compile, packageDoc) := false
// disable publishing the main sources jar
publishArtifact in (Compile, packageSrc) := false
pomIncludeRepository := { _ => false }
pomExtra := (