Re: Unable to download artifact from internal repository

2007-06-13 Thread Jan Lisse
Hi Maria, no they do match, i just forgot to change the id in both locations of my posting ;) But i found the cause of my problem to be a SSLHandshakeException, because the server sends a selfsigned certificate. After inserting the server certificate in the jdk's keystore everything works fine

Re: Unable to download artifact from internal repository

2007-06-13 Thread Maria Odea Ching
Hi, Your repository id and server id does not match so maven couldn't get the username and password for the internal repository :) -Deng Jan Lisse wrote: Hi, In my pom.xml i have configured an internal repository to be used by maven: mycompany internal maven repository

Unable to download artifact from internal repository

2007-06-13 Thread Jan Lisse
Hi, In my pom.xml i have configured an internal repository to be used by maven: mycompany internal maven repository https://repo.mycompany.com/m2repo and in my settings.xml i have configured the server information: neofonie user password When bu