mirror of https://github.com/sbt/sbt.git
build and publish main sources and docs by default control built-in artifacts with 'publish-artifact' // disable publishing docs publishArtifact in (Compile,packageDoc) := false // enable publishing test jar, docs, and sources publishArtifact in Test := true |
||
|---|---|---|
| .. | ||
| AggressiveCompile.scala | ||
| CacheIvy.scala | ||
| Compiler.scala | ||
| Console.scala | ||
| DotGraph.scala | ||
| Package.scala | ||
| Sync.scala | ||
| Tests.scala | ||