Skip to content

Instantly share code, notes, and snippets.

@espeed
Created June 19, 2013 23:34
Show Gist options
  • Select an option

  • Save espeed/5819089 to your computer and use it in GitHub Desktop.

Select an option

Save espeed/5819089 to your computer and use it in GitHub Desktop.
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Blueprints-OrientGraph 2.4.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/orientechnologies/orientdb-core/1.4.1-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/releases/com/orientechnologies/orientdb-core/1.4.1-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/releases/com/orientechnologies/orientdb-core/1.4.1-SNAPSHOT/orientdb-core-1.4.1-SNAPSHOT.pom
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/orientechnologies/orientdb-core/1.4.1-SNAPSHOT/orientdb-core-1.4.1-SNAPSHOT.pom
[WARNING] The POM for com.orientechnologies:orientdb-core:jar:1.4.1-SNAPSHOT is missing, no dependency information available
Downloading: https://oss.sonatype.org/content/repositories/releases/com/orientechnologies/orient-commons/1.4.1-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/orientechnologies/orient-commons/1.4.1-SNAPSHOT/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/releases/com/orientechnologies/orient-commons/1.4.1-SNAPSHOT/orient-commons-1.4.1-SNAPSHOT.pom
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/orientechnologies/orient-commons/1.4.1-SNAPSHOT/orient-commons-1.4.1-SNAPSHOT.pom
[WARNING] The POM for com.orientechnologies:orient-commons:jar:1.4.1-SNAPSHOT is missing, no dependency information available
Downloading: https://oss.sonatype.org/content/repositories/releases/com/orientechnologies/orientdb-core/1.4.1-SNAPSHOT/orientdb-core-1.4.1-SNAPSHOT.jar
Downloading: https://oss.sonatype.org/content/repositories/releases/com/orientechnologies/orient-commons/1.4.1-SNAPSHOT/orient-commons-1.4.1-SNAPSHOT.jar
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/orientechnologies/orientdb-core/1.4.1-SNAPSHOT/orientdb-core-1.4.1-SNAPSHOT.jar
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/orientechnologies/orient-commons/1.4.1-SNAPSHOT/orient-commons-1.4.1-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Blueprints: A Property Graph Model Interface ...... SUCCESS [2.231s]
[INFO] Blueprints-Core ................................... SUCCESS [13.314s]
[INFO] Blueprints-Test ................................... SUCCESS [28.582s]
[INFO] Blueprints-GraphJung .............................. SUCCESS [2.587s]
[INFO] Blueprints-RexsterGraph ........................... SUCCESS [2.701s]
[INFO] Blueprints-DexGraph ............................... SUCCESS [23.424s]
[INFO] Blueprints-Neo4jGraph ............................. SUCCESS [36.453s]
[INFO] Blueprints-OrientGraph ............................ FAILURE [5.132s]
[INFO] Blueprints-GraphSail .............................. SKIPPED
[INFO] Blueprints-SailGraph .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:54.831s
[INFO] Finished at: Wed Jun 19 18:22:20 CDT 2013
[INFO] Final Memory: 35M/313M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project blueprints-orient-graph: Could not resolve dependencies for project com.tinkerpop.blueprints:blueprints-orient-graph:jar:2.4.0-SNAPSHOT: The following artifacts could not be resolved: com.orientechnologies:orientdb-core:jar:1.4.1-SNAPSHOT, com.orientechnologies:orient-commons:jar:1.4.1-SNAPSHOT: Could not find artifact com.orientechnologies:orientdb-core:jar:1.4.1-SNAPSHOT in sonatype-nexus-releases (https://oss.sonatype.org/content/repositories/releases) -> [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 :blueprints-orient-graph
[james@life blueprints]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment