It's a bug. Could you add an issue in Jira? Emmanuel
----- Original Message ----- From: "J�$�� M��h�$��" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 24, 2004 4:14 PM Subject: HTTPS bug? / workaround I've setup a remote repository using https ~/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뮧�� --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
