Repository: spark Updated Branches: refs/heads/branch-1.6 12d97b0c5 -> e9653921e
[MINOR][BUILD] Changed the comment to reflect the plugin project is there to support SBT pom reader only. Author: Prashant Sharma <scrapco...@gmail.com> Closes #10012 from ScrapCodes/minor-build-comment. (cherry picked from commit 953e8e6dcb32cd88005834e9c3720740e201826c) Signed-off-by: Sean Owen <so...@cloudera.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/e9653921 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/e9653921 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/e9653921 Branch: refs/heads/branch-1.6 Commit: e9653921e84092f36988e3d73618c58b0c10e938 Parents: 12d97b0 Author: Prashant Sharma <scrapco...@gmail.com> Authored: Mon Nov 30 09:30:58 2015 +0000 Committer: Sean Owen <so...@cloudera.com> Committed: Mon Nov 30 09:31:09 2015 +0000 ---------------------------------------------------------------------- project/project/SparkPluginBuild.scala | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/e9653921/project/project/SparkPluginBuild.scala ---------------------------------------------------------------------- diff --git a/project/project/SparkPluginBuild.scala b/project/project/SparkPluginBuild.scala index 471d00b..cbb88dc 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) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org