You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a multi-project build, I would like to be able to disable the sbt-pom-reader plugin for specific subprojects because those projects do not have POM files for their dependencies. In other words, in a multi-project build I would like to be able to define some subprojects using libraryDependencies and have others load their dependencies via the POM reader plugin.
This is motivated by a use-case in Spark.
The text was updated successfully, but these errors were encountered:
In a multi-project build, I would like to be able to disable the
sbt-pom-reader
plugin for specific subprojects because those projects do not have POM files for their dependencies. In other words, in a multi-project build I would like to be able to define some subprojects usinglibraryDependencies
and have others load their dependencies via the POM reader plugin.This is motivated by a use-case in Spark.
The text was updated successfully, but these errors were encountered: