Skip to content

Commit 953e8e6

Browse files
ScrapCodessrowen
authored andcommitted
[MINOR][BUILD] Changed the comment to reflect the plugin project is there to support SBT pom reader only.
Author: Prashant Sharma <[email protected]> Closes apache#10012 from ScrapCodes/minor-build-comment.
1 parent e074944 commit 953e8e6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

project/project/SparkPluginBuild.scala

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ import sbt._
1919
import sbt.Keys._
2020

2121
/**
22-
* This plugin project is there to define new scala style rules for spark. This is
23-
* a plugin project so that this gets compiled first and is put on the classpath and
24-
* becomes available for scalastyle sbt plugin.
22+
* This plugin project is there because we use our custom fork of sbt-pom-reader plugin. This is
23+
* a plugin project so that this gets compiled first and is available on the classpath for SBT build.
2524
*/
2625
object SparkPluginDef extends Build {
2726
lazy val root = Project("plugins", file(".")) dependsOn(sbtPomReader)

0 commit comments

Comments
 (0)