Skip to content

Commit

Permalink
Drop pomExtra scm definitions (now generated by git.remoteRepo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ucbjrl committed Sep 15, 2017
1 parent d717ddc commit 4e36c6c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,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.
pomExtra := <url>http://chisel.eecs.berkeley.edu/</url>
<licenses>
<license>
Expand All @@ -71,10 +72,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>
Expand Down

0 comments on commit 4e36c6c

Please sign in to comment.