Created
September 25, 2013 22:59
-
-
Save brndnmtthws/6707378 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@i-4baf7931:/srv/marathon# mvn package | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building marathon 0.0.6-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
Downloading: http://downloads.mesosphere.io/maven/mesosphere/chaos/0.4.1/chaos-0.4.1.pom | |
Downloading: http://downloads.mesosphere.io/maven/org/apache/mesos/mesos/0.15.0-20130910-2/mesos-0.15.0-20130910-2.pom | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 1.630s | |
[INFO] Finished at: Wed Sep 25 22:56:28 UTC 2013 | |
[INFO] Final Memory: 17M/897M | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] Failed to execute goal on project marathon: Could not resolve dependencies for project mesosphere:marathon:jar:0.0.6-SNAPSHOT: Failed to collect dependencies for [com.googlecode.protobuf-java-format:protobuf-java-format:jar:1.2 (compile), org.scala-lang:scala-library:jar:2.10.2 (compile), com.typesafe.akka:akka-actor_2.10:jar:2.2.0 (compile), com.typesafe.akka:akka-slf4j_2.10:jar:2.2.0 (compile), io.spray:spray-client:jar:1.2-20130801 (compile), io.spray:spray-httpx:jar:1.2-20130801 (compile), org.json4s:json4s-jackson_2.10:jar:3.2.5 (compile), mesosphere:chaos:jar:0.4.1 (compile), org.apache.mesos:mesos:jar:0.15.0-20130910-2 (compile), com.google.protobuf:protobuf-java:jar:2.4.1 (compile), com.twitter.common.zookeeper:candidate:jar:0.0.44 (compile), com.twitter.common.zookeeper:client:jar:0.0.37 (compile), org.scalatest:scalatest_2.10:jar:1.9.1 (compile), junit:junit:jar:4.11 (test), org.mockito:mockito-all:jar:1.9.5 (test)]: Failed to read artifact descriptor for mesosphere:chaos:jar:0.4.1: Could not transfer artifact mesosphere:chaos:pom:0.4.1 from/to mesosphere-public-repo (http://downloads.mesosphere.io/maven/): Access denied to: http://downloads.mesosphere.io/maven//mesosphere/chaos/0.4.1/chaos-0.4.1.pom -> [Help 1] | |
[ERROR] | |
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. | |
[ERROR] Re-run Maven using the -X switch to enable full debug logging. | |
[ERROR] | |
[ERROR] For more information about the errors and possible solutions, please read the following articles: | |
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment