Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JoshRosen opened this issue Apr 11, 2016 · 3 comments

Comments

@JoshRosen
Copy link

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
Copy link
Member

metasim commented Apr 12, 2016

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

@JoshRosen
Copy link
Author

I think that issue is unrelated.

@jvican
Copy link
Member

jvican commented Nov 14, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants