From 40f4d3edf93cf48294bd6555a1deaa07571b2d3d Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Tue, 22 Jan 2019 13:13:06 -0800 Subject: Remove ghpages (#992) * Remove GhpagesPlugin. (#966) * Restore old SCM reference (after removing ghpages) --- build.sbt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index d185f022..0b6c9bb4 100644 --- a/build.sbt +++ b/build.sbt @@ -2,8 +2,6 @@ enablePlugins(SiteScaladocPlugin) -enablePlugins(GhpagesPlugin) - def scalacOptionsVersion(scalaVersion: String): Seq[String] = { Seq() ++ { // If we're building with Scala > 2.11, enable the compile option @@ -39,7 +37,6 @@ lazy val commonSettings = Seq ( ), organization := "edu.berkeley.cs", version := "3.2-SNAPSHOT", - git.remoteRepo := "git@github.com:freechipsproject/chisel3.git", autoAPIMappings := true, scalaVersion := "2.12.6", crossScalaVersions := Seq("2.12.6", "2.11.12"), @@ -65,7 +62,8 @@ 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. + // 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 := http://chisel.eecs.berkeley.edu/ @@ -74,6 +72,10 @@ lazy val publishSettings = Seq ( repo + + https://github.com/freechipsproject/chisel3.git + scm:git:github.com/freechipsproject/chisel3.git + jackbackrack -- cgit v1.2.3