sbt/sbt-pom-reader

Survive not having an .m2/settings.xml file

dwalend opened this issue · 2 comments

Right out of the gate I got

test
[trace] Stack trace suppressed: run last *:credentials for the full output.
error java.io.FileNotFoundException: /Users/david/.m2/settings.xml (No such file or directory)
[error] Total time: 0 s, completed Feb 2, 2015 4:50:49 PM

I got past the problem by dropping the empty one from http://maven.apache.org/settings.html in the right spot, and am now chasing down our code base's dependencies.

Thanks,

Dave

@jsuereth I think 22174a8 addressed this one. I was able to run all the scripted tests without a settings.xml file.

Fixed in v2.0.0