Skip to content

Commit

Permalink
[MINOR][BUILD] Changed the comment to reflect the plugin project is t…
Browse files Browse the repository at this point in the history
…here to support SBT pom reader only.

Author: Prashant Sharma <[email protected]>

Closes #10012 from ScrapCodes/minor-build-comment.
  • Loading branch information
ScrapCodes authored and srowen committed Nov 30, 2015
1 parent e074944 commit 953e8e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions project/project/SparkPluginBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 953e8e6

Please sign in to comment.