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]
