Merge pull request #4569 from ritzalam/do-not-publish-doc
- do not publish doc and src when building jar
This commit is contained in:
commit
e433b90322
@ -60,6 +60,13 @@ publishMavenStyle := true
|
|||||||
|
|
||||||
publishArtifact in Test := false
|
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 }
|
pomIncludeRepository := { _ => false }
|
||||||
|
|
||||||
pomExtra := (
|
pomExtra := (
|
||||||
|
Loading…
Reference in New Issue
Block a user