You can now use Lazybones with an authenticating proxy. Simply add the following properties to your Lazybones configuration:
systemProp.http.proxyUser = "<username>"
systemProp.http.proxyPassword = "<password>"
in addition to http.proxyHost
and http.proxyPort
.