Hello,
I'm trying out Buildr for some of my company's projects, and I'm already speeding up some previously tedious tasks (at least packaging, so far). For these tasks, I need to access our maven repo to download artifacts, but I didn't have much success so far. Our repository manager (archiva) only listens to secure connections(https), but, from what I see printed in the output, Buildr converts them to regular HTTP. The output contains this: "Failed to download http://repo-url/archiva/repository/snapshots/[path-to-artifact].jar: Unauthorized
Buildr aborted!"

How do I specify these settings? Also, how can I import these settings from my maven settings.xml file?

Thanks in advance,
Khristian Schönrock

Reply via email to