Really sorry. In fact, the mirror I use seems not to have access to http://dist.wso2.org/maven2/ and I didn't configure a proxy in my settings.xml. Now it's done and the jars are retreived.
Thanks a lot. -----Message d'origine----- De : Asankha C. Perera [mailto:[EMAIL PROTECTED] Envoyé : vendredi 30 novembre 2007 16:59 À : [email protected] Objet : Re: RE : Synapse / Maven Hi Laurent > Same issue with the mvn clean install... > Maybe my maven setting are wrong. Or the ones of the artifactory I > use. > > What are the minimal parameters someone have to use in the maven > settings in order to start a project which extends synapse? > Can you browse to http://dist.wso2.org/maven2/ with your browser? If you check the root pom.xml, we have listed only that as an "extra" repository to the traditional Maven central repo which would be picked up by default. We have tested the source build as well with a clean Maven repository. If you think your M2 repo is corrupted, you could try "mvn -Dmaven.repo.local=/some/new/directory clean install" and Maven will fetch all resources again into a new repository (instead of the default ~/.m2) Again, make sure you can connect to dist.wso2.org from your command line (i.e. without a proxy etc) to understand the issue. i.e. you can try to "telnet dist.wso2.org 80" and see what happens.. asankha --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Ce message est protégé par les règles relatives au secret des correspondances. Il est donc établi à destination exclusive de son destinataire. Celui-ci peut donc contenir des informations confidentielles. La divulgation de ces informations est à ce titre rigoureusement interdite. Si vous avez reçu ce message par erreur, merci de le renvoyer à l'expéditeur dont l'adresse e-mail figure ci-dessus et de détruire le message ainsi que toute pièce jointe. This message is protected by the secrecy of correspondence rules. Therefore, this message is intended solely for the attention of the addressee. This message may contain privileged or confidential information, as such the disclosure of these informations is strictly forbidden. If, by mistake, you have received this message, please return this message to the addressser whose e-mail address is written above and destroy this message and all files attached. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
