samskivert / sbt-pom-util

SBT utility code that extracts metadata from POM files
Other
6 stars 0 forks source link

pom resolvers are not becoming sbt resolvers #3

Open alexy opened 11 years ago

alexy commented 11 years ago

I've found that repositories from a pom are not becoming resolvers in sbt. How do we bring them in without replicating in build.sbt?

samskivert commented 11 years ago

Yeah, that's on my list of things TODO. To wire it up is not super hard, it will require enhancing pomutil.POM (in the pom-util project) to extract the resolvers from the POM, and then adding those as SBT configuration in sbt-pom-util. Just a bit of wiring. If you want to take a crack at it, be my guest, otherwise I'll sort it out sooner or later.