Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Fixing publishing core Casbah package pom files
Browse files Browse the repository at this point in the history
  • Loading branch information
rozza committed Jan 22, 2013
1 parent 80f5016 commit 5881b8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project/CasbahBuild.scala
Expand Up @@ -62,7 +62,9 @@ object CasbahBuild extends Build {
)

lazy val parentSettings = baseSettings ++ Seq(
publishArtifact := false
publishArtifact in (Compile, packageBin) := false,
publishArtifact in (Compile, packageDoc) := false,
publishArtifact in (Compile, packageSrc) := false
)

lazy val defaultSettings = baseSettings ++ Seq(
Expand Down

0 comments on commit 5881b8e

Please sign in to comment.