You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by ma...@apache.org on 2017/02/16 18:35:37 UTC

[5/7] incubator-toree git commit: Remove unused plugins

Remove unused plugins


Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/8bdfe01c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/8bdfe01c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/8bdfe01c

Branch: refs/heads/master
Commit: 8bdfe01c9900c509a73399ddd8d925a5c6513300
Parents: 00f4122
Author: Jakob Odersky <ja...@odersky.com>
Authored: Tue Feb 14 15:23:38 2017 -0800
Committer: Jakob Odersky <ja...@odersky.com>
Committed: Wed Feb 15 15:24:09 2017 -0800

----------------------------------------------------------------------
 build.sbt           |  2 --
 project/plugins.sbt | 28 ----------------------------
 2 files changed, 30 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/8bdfe01c/build.sbt
----------------------------------------------------------------------
diff --git a/build.sbt b/build.sbt
index e60a99e..7943cc1 100644
--- a/build.sbt
+++ b/build.sbt
@@ -83,8 +83,6 @@ libraryDependencies in ThisBuild ++= Seq(
   Dependencies.jacksonDatabind % "test"
 )
 
-ScoverageSbtPlugin.ScoverageKeys.coverageHighlighting in ThisBuild := false
-
 // Publish settings
 useGpg in ThisBuild := true
 pgpPassphrase in ThisBuild := Some(Properties.envOrElse("GPG_PASSWORD","").toArray)

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/8bdfe01c/project/plugins.sbt
----------------------------------------------------------------------
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 2b299da..1bfc875 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -17,42 +17,14 @@
 
 logLevel := Level.Warn
 
-resolvers += Classpaths.sbtPluginReleases
-
-resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
-
-resolvers += "Apache Snapshots" at "http://repository.apache.org/snapshots/"
-
-// Provides the ability to create an IntelliJ project using `sbt gen-idea`
-addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")
-
 // Provides the ability to generate unifed documentation for multiple projects
 addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.0")
 
-// Provides the ability to list dependencies in a readable format using
-// `sbt dependencyTree`; there are other commands provided as well
-addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2")
-
 // Provides abilit to create an uber-jar
 addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.0")
 
 // Provides a generated build info object to sync between build and application
 addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.6.1")
 
-// Provides code coverage support
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.0.4")
-
-// Provides coveralls integration (for use with Travis-ci)
-addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.0.0.BETA1")
-
-// Provides site generation functionality
-addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.8.1")
-
-// Provides auto-generating and publishing a gh-pages site
-addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.3")
-
-// Provides alternative resolving/downloading over sbt
-//addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-M14")
-
 //  Used for signing jars published via `sbt publish-signed`
 addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")