Skip to content
This repository was archived by the owner on Jul 12, 2021. It is now read-only.

Commit 29bd295

Browse files
author
Maxim Fedorov
committed
Use aether-deploy that publishes single pom
See arktekk/sbt-aether-deploy#34
1 parent edb606a commit 29bd295

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

BasicPlugin.scala

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,7 @@ object BasicPlugin extends AutoPlugin {
5454

5555
val publishSettings =
5656
aether.AetherPlugin.autoImport.overridePublishBothSettings ++
57-
Repo.publishSettings(Repo.Private) ++
58-
Seq(
59-
aetherArtifact := {
60-
val deduped = aetherArtifact.value.subartifacts.distinct
61-
aetherArtifact.value.copy(subartifacts = deduped)
62-
}
63-
)
57+
Repo.publishSettings(Repo.Private)
6458

6559
override lazy val projectSettings =
6660
shellSettings ++

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ libraryDependencies ++=
1515
"org.scala-sbt" % "sbt" % "0.13.11") ++
1616
Seq(
1717
"com.github.gseitz" % "sbt-release" % "1.0.3",
18-
"no.arktekk.sbt" % "aether-deploy" % "0.16"
18+
"no.arktekk.sbt" % "aether-deploy" % "0.17"
1919
).map(
2020
sbtPluginExtra(_, "0.13", "2.10")
2121
)

0 commit comments

Comments
 (0)