sbt-pom-reader icon indicating copy to clipboard operation
sbt-pom-reader copied to clipboard

Add mechanism to disable POM-reading for specific subprojects in multi-project builds

Open JoshRosen opened this issue 9 years ago • 3 comments

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.

JoshRosen avatar Apr 11 '16 23:04 JoshRosen

@JoshRosen Would merging #14 take care of this issue?

metasim avatar Apr 12 '16 01:04 metasim

I think that issue is unrelated.

JoshRosen avatar Apr 12 '16 01:04 JoshRosen

This can be solved with .disablePlugins(com.typesafe.sbt.pom.PomReaderPlugin).

jvican avatar Nov 14 '17 10:11 jvican