Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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