We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e074944 commit 953e8e6Copy full SHA for 953e8e6
project/project/SparkPluginBuild.scala
@@ -19,9 +19,8 @@ import sbt._
19
import sbt.Keys._
20
21
/**
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.
+ * 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.
25
*/
26
object SparkPluginDef extends Build {
27
lazy val root = Project("plugins", file(".")) dependsOn(sbtPomReader)
0 commit comments