We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d717ddc commit 4e36c6cCopy full SHA for 4e36c6c
build.sbt
@@ -63,6 +63,7 @@ lazy val publishSettings = Seq (
63
publishMavenStyle := true,
64
publishArtifact in Test := false,
65
pomIncludeRepository := { x => false },
66
+ // Don't add 'scm' elements if we have a git.remoteRepo definition.
67
pomExtra := <url>http://chisel.eecs.berkeley.edu/</url>
68
<licenses>
69
<license>
@@ -71,10 +72,6 @@ lazy val publishSettings = Seq (
71
72
<distribution>repo</distribution>
73
</license>
74
</licenses>
- <scm>
75
- <url>https://github.com/freechipsproject/chisel3.git</url>
76
- <connection>scm:git:github.com/freechipsproject/chisel3.git</connection>
77
- </scm>
78
<developers>
79
<developer>
80
<id>jackbackrack</id>
0 commit comments