fix makePom delegation

This commit is contained in:
Mark Harrah 2012-06-16 23:40:52 -04:00
parent 47bef51491
commit bfe78f174c
1 changed files with 1 additions and 1 deletions

View File

@ -753,7 +753,7 @@ object Classpaths
val publishSettings: Seq[Setting[_]] = Seq(
publishMavenStyle in GlobalScope :== true,
publishArtifact in GlobalScope in Compile :== true,
publishArtifact in GlobalScope :== true,
publishArtifact in GlobalScope in Test:== false,
artifacts <<= artifactDefs(defaultArtifactTasks),
packagedArtifacts <<= packaged(defaultArtifactTasks),