Hello,
I am trying to compile a tutorial located in http://svn.apache.org/repos/asf/incubator/tuscany/java/sca/tutorial/ but I did not get lucky so far. All the artifacts refer to version 1.1-incubating-SNAPSHOT but when maven goes to look them up in some repositories it cannot find them. Do I need a download a special repository into my local repository in order to build/install/run the tutorial? Do I need to add some mirror ? E.g.: this is one of artifacts maven is trying to download: *** Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/tuscany/ sca/tuscany-maven-ant-generator/1.1-incubating-SNAPSHOT/tuscany-maven-an t-generator-1.1-incubating-SNAPSHOT.pom [WARNING] Unable to get resource 'org.apache.tuscany.sca:tuscany-maven-ant-generator:pom:1.1-incubating-S NAPSHOT' from repository apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository) .... *** Maven is trying with all these repositories: central (http://repo1.maven.org/maven2), apache.ws.zone (http://ws.zones.apache.org/repository2), apache.incubator (http://people.apache.org/repo/m2-incubating-repository), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), codehaus-snapshot (http://snapshots.repository.codehaus.org) I am not experienced in maven. Can somebody give a tip? Regards, Mario
