mirror of https://github.com/sbt/sbt.git
fix makePom delegation
This commit is contained in:
parent
47bef51491
commit
bfe78f174c
|
|
@ -753,7 +753,7 @@ object Classpaths
|
||||||
|
|
||||||
val publishSettings: Seq[Setting[_]] = Seq(
|
val publishSettings: Seq[Setting[_]] = Seq(
|
||||||
publishMavenStyle in GlobalScope :== true,
|
publishMavenStyle in GlobalScope :== true,
|
||||||
publishArtifact in GlobalScope in Compile :== true,
|
publishArtifact in GlobalScope :== true,
|
||||||
publishArtifact in GlobalScope in Test:== false,
|
publishArtifact in GlobalScope in Test:== false,
|
||||||
artifacts <<= artifactDefs(defaultArtifactTasks),
|
artifacts <<= artifactDefs(defaultArtifactTasks),
|
||||||
packagedArtifacts <<= packaged(defaultArtifactTasks),
|
packagedArtifacts <<= packaged(defaultArtifactTasks),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue