Only disabling the binary jar from the Akka samples, not the source jars etc.

This commit is contained in:
Viktor Klang 2012-10-17 16:06:44 +02:00
parent 82fb4261eb
commit 824e50fbc1

View file

@ -413,7 +413,7 @@ object AkkaBuild extends Build {
)
lazy val sampleSettings = defaultSettings ++ Seq(
publishArtifact in Compile := false
publishArtifact in (Compile, packageBin) := false
)
lazy val experimentalSettings = Seq(