From 824e50fbc1fae0488186c094cde138f823fcabf5 Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Wed, 17 Oct 2012 16:06:44 +0200 Subject: [PATCH] Only disabling the binary jar from the Akka samples, not the source jars etc. --- project/AkkaBuild.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/AkkaBuild.scala b/project/AkkaBuild.scala index 55e2bd54bf..9a59cde844 100644 --- a/project/AkkaBuild.scala +++ b/project/AkkaBuild.scala @@ -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(