diff options
| author | David Biancolin | 2019-01-22 17:40:36 -0500 |
|---|---|---|
| committer | GitHub | 2019-01-22 17:40:36 -0500 |
| commit | bbd6eafe8943dc5dc2d44e5e67ac4c9dd96594bb (patch) | |
| tree | 8423d9d1b496de8d380d0d0d5fda8a8a6564fa09 /build.sbt | |
| parent | 10586d6a141859b843057ec9979011e26ad207f1 (diff) | |
| parent | 1d566b66bfd1b8809b2b605552343dc665dfd3c9 (diff) | |
Merge branch 'master' into top-wiring-aggregates
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -4,10 +4,6 @@ enablePlugins(SiteScaladocPlugin) -enablePlugins(GhpagesPlugin) - -git.remoteRepo := "git@github.com:freechipsproject/firrtl.git" - // Firrtl code organization := "edu.berkeley.cs" @@ -109,7 +105,8 @@ javaSource in Antlr4 := (sourceManaged in Compile).value publishMavenStyle := true publishArtifact in Test := false pomIncludeRepository := { x => false } -// Don't add 'scm' elements if we have a git.remoteRepo definition. +// 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> @@ -118,6 +115,10 @@ pomExtra := <url>http://chisel.eecs.berkeley.edu/</url> <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> |
