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(
|
||||
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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue