aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorPrashant Sharma <scrapcodes@gmail.com>2015-11-30 09:30:58 +0000
committerSean Owen <sowen@cloudera.com>2015-11-30 09:30:58 +0000
commit953e8e6dcb32cd88005834e9c3720740e201826c (patch)
treead38c185745010d05c04ba4ae3e3878566c89061 /project
parente0749442051d6e29dae4f4cdcb2937c0b015f98f (diff)
downloadspark-953e8e6dcb32cd88005834e9c3720740e201826c.tar.gz
spark-953e8e6dcb32cd88005834e9c3720740e201826c.tar.bz2
spark-953e8e6dcb32cd88005834e9c3720740e201826c.zip
[MINOR][BUILD] Changed the comment to reflect the plugin project is there to support SBT pom reader only.
Author: Prashant Sharma <scrapcodes@gmail.com> Closes #10012 from ScrapCodes/minor-build-comment.
Diffstat (limited to 'project')
-rw-r--r--project/project/SparkPluginBuild.scala5
1 files changed, 2 insertions, 3 deletions
diff --git a/project/project/SparkPluginBuild.scala b/project/project/SparkPluginBuild.scala
index 471d00bd82..cbb88dc7dd 100644
--- a/project/project/SparkPluginBuild.scala
+++ b/project/project/SparkPluginBuild.scala
@@ -19,9 +19,8 @@ import sbt._
import sbt.Keys._
/**
- * This plugin project is there to define new scala style rules for spark. This is
- * a plugin project so that this gets compiled first and is put on the classpath and
- * becomes available for scalastyle sbt plugin.
+ * This plugin project is there because we use our custom fork of sbt-pom-reader plugin. This is
+ * a plugin project so that this gets compiled first and is available on the classpath for SBT build.
*/
object SparkPluginDef extends Build {
lazy val root = Project("plugins", file(".")) dependsOn(sbtPomReader)