I’ve setup a remote repository using httpsI used to have the same problem with maven-1.0-rc1 until it was fixed in CVS. I have not
~/build.properties
maven.repo.remote=https://myServer.edu/maven,http://www.ibiblio.org/mave n
Using this setup causes maven to search for dependencies using only one slash. Maven output: Error retrieving artifact from [https:/myServer.edu/maven/....]
The work around appears to be to use three slashes in my build.properties. maven.repo.remote=https:///myServer.edu/maven
Is this a bug? Or is maven supposed to behave this manner?
--Jâsõñ Mà©þhë®§òñ
tried rc2 yet, but I guess that fix should have made it into this version. Ie. unless nobody wrote
a test for it and the bug got re-introduced somehow.
Are you using rc2?
Edmund
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
