Skip to content

Commit 4e36c6c

Browse files
committed
Drop pomExtra scm definitions (now generated by git.remoteRepo.
1 parent d717ddc commit 4e36c6c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.sbt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ lazy val publishSettings = Seq (
6363
publishMavenStyle := true,
6464
publishArtifact in Test := false,
6565
pomIncludeRepository := { x => false },
66+
// Don't add 'scm' elements if we have a git.remoteRepo definition.
6667
pomExtra := <url>http://chisel.eecs.berkeley.edu/</url>
6768
<licenses>
6869
<license>
@@ -71,10 +72,6 @@ lazy val publishSettings = Seq (
7172
<distribution>repo</distribution>
7273
</license>
7374
</licenses>
74-
<scm>
75-
<url>https://github.com/freechipsproject/chisel3.git</url>
76-
<connection>scm:git:github.com/freechipsproject/chisel3.git</connection>
77-
</scm>
7875
<developers>
7976
<developer>
8077
<id>jackbackrack</id>

0 commit comments

Comments
 (0)