Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Remove explicit pom scm from build.sbt #2004

Merged
merged 1 commit into from
Dec 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down