sbt-pom-reader
sbt-pom-reader copied to clipboard
Translates xml -> awesome. Maven-ish support for sbt.
Hello! I've been trying to use `sbt-pom-resolver` with a structure where the parent pom repo imports another pom which comes from a custom remote repository, but been getting the following...
Hi, I've successfully imported a pom.xml using sbt-pom-reader. And it worked! But I'd like to derive a native sbt project from the pom. Then this is a feature request to...
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...
By default SBT will put ivy resolution files in ${projectRoot}/target. This can be quite painful in mixed Maven/SBT projects as you run "mvn clean install" and blow away your Ivy...