Skip to content
Snippets Groups Projects
Commit 953e8e6d authored by Prashant Sharma's avatar Prashant Sharma Committed by Sean Owen
Browse files

[MINOR][BUILD] Changed the comment to reflect the plugin project is there to...

[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.
parent e0749442
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment