aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorLuciano Resende <lresende@apache.org>2016-04-04 16:55:59 -0700
committerJosh Rosen <joshrosen@databricks.com>2016-04-04 16:55:59 -0700
commita172e11cba6f917baf5bd6c4f83dc6689932de9a (patch)
treea846f0b57b4419292883746597c551ff6da2ecdb /project
parent24d7d2e453ab5eef6099a32fb9e8ed60f6ada93a (diff)
downloadspark-a172e11cba6f917baf5bd6c4f83dc6689932de9a.tar.gz
spark-a172e11cba6f917baf5bd6c4f83dc6689932de9a.tar.bz2
spark-a172e11cba6f917baf5bd6c4f83dc6689932de9a.zip
[SPARK-14366] Remove sbt-idea plugin
## What changes were proposed in this pull request? Remove sbt-idea plugin as importing sbt project provides much better support. Author: Luciano Resende <lresende@apache.org> Closes #12151 from lresende/SPARK-14366.
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt2
1 files changed, 0 insertions, 2 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 4929ba3c4d..44ec3a12ae 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -2,8 +2,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.11.2")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
-addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")
-
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")