summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJack Koenig2020-12-17 14:22:39 -0800
committerGitHub2020-12-17 14:22:39 -0800
commita600a95bb97c248a7211df5497e113337b478fa0 (patch)
tree569e1edd017a690044c09a09f6f05df24696f402 /build.sbt
parenteae69e95b9b92118ae33c6b023fbfaab026dc45c (diff)
Automate publishing of SNAPSHOTS with sbt-ci-release (#1706)
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt6
1 files changed, 0 insertions, 6 deletions
diff --git a/build.sbt b/build.sbt
index 634fe1c9..05755f7c 100644
--- a/build.sbt
+++ b/build.sbt
@@ -52,8 +52,6 @@ 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.
pomExtra := <url>http://chisel.eecs.berkeley.edu/</url>
<licenses>
<license>
@@ -62,10 +60,6 @@ lazy val publishSettings = Seq (
<distribution>repo</distribution>
</license>
</licenses>
- <scm>
- <url>https://github.com/freechipsproject/chisel3.git</url>
- <connection>scm:git:github.com/freechipsproject/chisel3.git</connection>
- </scm>
<developers>
<developer>
<id>jackbackrack</id>