I am trying to build the servicemix-web war file from the examples directory (apache-servicemix-3.3.1). I am getting failed to resolve artifact errors.
[INFO] ------------------------------------------------------------------------ [ERROR] FATAL ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. GroupId: org.apache.servicemix ArtifactId: samples Version: 3.3.1-SNAPSHOT Reason: Unable to download the artifact from any repository org.apache.servicemix:samples:pom:3.3.1-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), apache.incubating (http://people.apache.org/repo/m2-incubating-repository) I've cleared out my mirrors in my .m2 settings.xml. so that is simply as follows: <settings xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> <localRepository>C:\mavenRepository</localRepository> </settings> Did I miss building a dependency by chance? -- View this message in context: http://www.nabble.com/servicemix-web-build-error-tp25530881p25530881.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
