Created
October 2, 2012 15:38
-
-
Save njbartlett/3820238 to your computer and use it in GitHub Desktop.
This file contains 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
[INFO] Scanning for projects... | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Build Order: | |
[INFO] | |
[INFO] Nexus OBR (Parent) | |
[INFO] Nexus OBR :: Plugin | |
[INFO] Nexus OBR :: Testsuite | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building Nexus OBR (Parent) 2.0.3-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ nexus-obr --- | |
[INFO] Installing /Users/njbartlett/Development/nexus/nexus-obr-plugin/pom.xml to /Users/njbartlett/.m2/repository/org/sonatype/nexus/obr/nexus-obr/2.0.3-SNAPSHOT/nexus-obr-2.0.3-SNAPSHOT.pom | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building Nexus OBR :: Plugin 2.0.3-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
Downloading: http://central/org/sonatype/nexus/nexus-rest-api/2.2/nexus-rest-api-2.2.pom | |
Downloading: http://us3.maven.org:8081/nexus/content/repositories/public/org/sonatype/nexus/nexus-rest-api/2.2/nexus-rest-api-2.2.pom | |
Downloading: http://repository.ops4j.org/maven2/org/sonatype/nexus/nexus-rest-api/2.2/nexus-rest-api-2.2.pom | |
Downloading: http://central/org/sonatype/nexus/nexus-plugin-test-api/2.2/nexus-plugin-test-api-2.2.pom | |
Downloading: http://us3.maven.org:8081/nexus/content/repositories/public/org/sonatype/nexus/nexus-plugin-test-api/2.2/nexus-plugin-test-api-2.2.pom | |
Downloading: http://repository.ops4j.org/maven2/org/sonatype/nexus/nexus-plugin-test-api/2.2/nexus-plugin-test-api-2.2.pom | |
Downloading: http://central/org/sonatype/nexus/nexus-app/2.2/nexus-app-2.2.pom | |
Downloading: http://us3.maven.org:8081/nexus/content/repositories/public/org/sonatype/nexus/nexus-app/2.2/nexus-app-2.2.pom | |
Downloading: http://repository.ops4j.org/maven2/org/sonatype/nexus/nexus-app/2.2/nexus-app-2.2.pom | |
Downloading: http://central/org/sonatype/nexus/nexus-proxy/2.2/nexus-proxy-2.2.pom | |
Downloading: http://us3.maven.org:8081/nexus/content/repositories/public/org/sonatype/nexus/nexus-proxy/2.2/nexus-proxy-2.2.pom | |
Downloading: http://repository.ops4j.org/maven2/org/sonatype/nexus/nexus-proxy/2.2/nexus-proxy-2.2.pom | |
Downloading: http://central/org/sonatype/nexus/nexus-configuration/2.2/nexus-configuration-2.2.pom | |
Downloading: http://us3.maven.org:8081/nexus/content/repositories/public/org/sonatype/nexus/nexus-configuration/2.2/nexus-configuration-2.2.pom | |
Downloading: http://repository.ops4j.org/maven2/org/sonatype/nexus/nexus-configuration/2.2/nexus-configuration-2.2.pom | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Summary: | |
[INFO] | |
[INFO] Nexus OBR (Parent) ................................ SUCCESS [0.162s] | |
[INFO] Nexus OBR :: Plugin ............................... FAILURE [22.816s] | |
[INFO] Nexus OBR :: Testsuite ............................ SKIPPED | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 25.458s | |
[INFO] Finished at: Tue Oct 02 16:37:10 BST 2012 | |
[INFO] Final Memory: 7M/81M | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] Failed to execute goal on project nexus-obr-plugin: Could not resolve dependencies for project org.sonatype.nexus.plugins:nexus-obr-plugin:nexus-plugin:2.0.3-SNAPSHOT: Failed to collect dependencies for [org.apache.felix:org.osgi. | |
service.obr:jar:1.0.2 (compile), org.sonatype.nexus:nexus-rest-api:jar:2.2 (provided), org.sonatype.nexus:nexus-plugin-test-api:jar:2.2 (test), org.sonatype.nexus:nexus-app:jar:tests:2.2 (test), org.sonatype.nexus:nexus-proxy:jar:tests:2. | |
2 (test), org.sonatype.nexus:nexus-configuration:jar:tests:2.2 (test)]: Failed to read artifact descriptor for org.sonatype.nexus:nexus-rest-api:jar:2.2: Could not transfer artifact org.sonatype.nexus:nexus-rest-api:pom:2.2 from/to centra | |
l (http://central): central: Unknown host central -> [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 | |
[ERROR] | |
[ERROR] After correcting the problems, you can resume the build with the command | |
[ERROR] mvn <goals> -rf :nexus-obr-plugin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment