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]

Reply via email to