hi, I tried building servicemix as suggested. But still running into the same problem. I have noted down the steps mentioned in the referred link. But all steps are getting stuck with almost similar downloading error (Please refer the steps for building servicemix in the later half of the note - please suggest necessary correction):
Downloading: http://svn.apache.org/repos/asf/servicemix/m2-repo/org/apache/apache/1/apache-1.pom Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/apache/1/apache-1.pom Downloading: http://repository.codehaus.org/org/apache/apache/1/apache-1.pom Downloading: http://repo1.maven.org/maven2/org/apache/apache/1/apache-1.pom [INFO] ------------------------------------------------------------------------ [ERROR] FATAL ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. GroupId: org.apache ArtifactId: apache Version: 1 These are the 4 steps that should be executed for completing maven. Please correct if some steps are missing or if the steps mentioned are incorrection: 1. Maven installation check C:\apache-servicemix-3.2.1\src>mvn --version Maven version: 2.0.8 Java version: 1.5.0_06 OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" 2. mvn -Dmaven.test.skip=true -Pstep1,nochecks install ERRORED out with the following information: Downloading: http://svn.apache.org/repos/asf/servicemix/m2-repo/org/apache/apache/1/apache-1.pom Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/apache/1/apache-1.pom Downloading: http://repository.codehaus.org/org/apache/apache/1/apache-1.pom Downloading: http://repo1.maven.org/maven2/org/apache/apache/1/apache-1.pom [INFO] ------------------------------------------------------------------------ [ERROR] FATAL ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. GroupId: org.apache ArtifactId: apache Version: 1 3. mvn -Dmaven.test.skip=true -Pstep1 install 4. mvn -Dmaven.test.skip=true -Pstep1 installc -- View this message in context: http://www.nabble.com/Problem-importing-Servicemix-to-eclipse-tp16279371s12049p16295070.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
