aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJack Koenig2020-12-04 12:29:51 -0800
committerGitHub2020-12-04 20:29:51 +0000
commit862aaec44d25824aa5ee090a4c3e845ec0069134 (patch)
tree52b7d6abef6795bf17be02ec97b19d08b9084662 /build.sbt
parent594f783b7faf70cf7703bcb11b1d0654658c6f67 (diff)
Remove explicit pom scm from build.sbt (#2004)
This is now set by sbt-ci-release
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt7
1 files changed, 1 insertions, 6 deletions
diff --git a/build.sbt b/build.sbt
index 557a6fe4..14aafe1b 100644
--- a/build.sbt
+++ b/build.sbt
@@ -93,8 +93,7 @@ lazy val publishSettings = Seq(
publishMavenStyle := true,
publishArtifact in Test := false,
pomIncludeRepository := { x => false },
- // Don't add 'scm' elements if we have a git.remoteRepo definition,
- // but since we don't (with the removal of ghpages), add them in below.
+ // scm is set by sbt-ci-release
pomExtra := <url>http://chisel.eecs.berkeley.edu/</url>
<licenses>
<license>
@@ -103,10 +102,6 @@ lazy val publishSettings = Seq(
<distribution>repo</distribution>
</license>
</licenses>
- <scm>
- <url>https://github.com/freechipsproject/firrtl.git</url>
- <connection>scm:git:github.com/freechipsproject/firrtl.git</connection>
- </scm>
<developers>
<developer>
<id>jackbackrack</id>