Has anybody every tried to let maven resolve dependencies by letting it download artifacts via https?
I added this line to my build.properties
maven.repo.remote=https://repository.liland.org:21/maven
(don't bother trying to connect there. you can't without the certificate and private key, that you don't have)
However maven keeps getting java.net.ConnectExceptions trying to access "https:/repository.liland.org:21/maven". Note that there is only 1 slash after "https:" (!!)
If i modify the line in build.properties like this maven.repo.remote=https:///repository.liland.org:21/maven it works fine
maven-1.0-rc1 keeps dropping one of the slashes for some reason
I hope the next release fixes this. Till then I'll probably use the "///"-workaround.
Edmund
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
