We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822fa95 commit a3b07dfCopy full SHA for a3b07df
1 file changed
build.sbt
@@ -19,10 +19,7 @@ lazy val publishSettings = Seq(
19
if (isSnapshot.value) Some("snapshots" at nexus + "content/repositories/snapshots")
20
else Some("releases" at nexus + "service/local/staging/deploy/maven2")
21
},
22
- pomExtra := <scm>
23
- <url>git@github.com:balhoff/relation-graph.git</url>
24
- <connection>scm:git:git@github.com:balhoff/relation-graph.git</connection>
25
- </scm>
+ pomExtra :=
26
<developers>
27
<developer>
28
<id>balhoff</id>
0 commit comments