On 6/21/06, Tim Riley <[EMAIL PROTECTED]> wrote:
I was wondering if someone could help me out here? I have set up an
internal remote repository which requires authentication and an SSL
certificate. I have added the cert to my java keystore (1.5.0_07 by the
way). I then modified the settings.xml by adding the repository to an
active profile with a URL similar to
https://username:[EMAIL PROTECTED]/respository  and I get the
following exception when I run "mvn -X clean". I have verified the file
exists and the username and password are correct. Short of downloading
the maven source I have run out of options if you could help me out I
would greatly appreciate it.

the user name and password are not specified in the URL to be taken
into account.

 <servers>
   ...
   <server>
     <id>https-repo</id>
     <username>...</username>
     <password>...</password>
   </server>
 </servers>

you may want to check this:

http://www.coffeebreaks.org/blogs/?p=37

Cheers,

Jerome

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to