sbt / sbt-pom-reader

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

Added ability to include repositories in settings.xml file as additional resolvers. #30

Closed metasim closed 9 years ago

metasim commented 9 years ago

Fixes #17.

There are some major changes to the way settings.xml files are handled. Like the processing of pom.xml, code now makes use of the Maven libraries to parse the file and resolve the effective settings based on active profiles, etc. This also affects the handling of credentials, which were previously extracted via the Scala XML DOM rather than the Maven settings model. Added scripted test to ensure only the repositories in activated profiles are included. Travis-CI shows all tests passing.

jsuereth commented 9 years ago

Wow, this looks liek a great fix!