sbt-spark-package icon indicating copy to clipboard operation
sbt-spark-package copied to clipboard

This plugin should not be enabled automatically

Open Atry opened this issue 9 years ago • 0 comments

Suppose I have multiple projects in a single build. Some projects are spark tasks while some projects are libraries that do not depends on Spark.

By default, this plugin added "provided" dependency to Spark for all projects. It's not a deserved behavior.

Atry avatar Oct 10 '16 03:10 Atry