sbt / sbt-pom-reader

Translates xml -> awesome. Maven-ish support for sbt.
Other
76 stars 27 forks source link

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

Open JoshRosen opened 8 years ago

JoshRosen commented 8 years ago

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.

metasim commented 8 years ago

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

JoshRosen commented 8 years ago

I think that issue is unrelated.

jvican commented 6 years ago

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