-
Notifications
You must be signed in to change notification settings - Fork 16
Description
I receive an installation error on step 3 of the build procedure:
git clone https://github.com/jexp/incubator-tinkerpop
cd incubator-tinkerpop/neo4j-gremlin
mvn clean install
Maven error:
[ERROR] Failed to execute goal on project neo4j-gremlin: Could not resolve dependencies for project org.apache.tinkerpop:neo4j-gremlin:jar:3.3.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.tinkerpop:gremlin-core:jar:3.3.0-SNAPSHOT, org.apache.tinkerpop:gremlin-test:jar:3.3.0-SNAPSHOT, org.neo4j:neo4j-tinkerpop-api-impl:jar:0.7-3.2.2-SNAPSHOT: Failure to find org.apache.tinkerpop:gremlin-core:jar:3.3.0-SNAPSHOT in https://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots has elapsed or updates are forced -> [Help 1]
Maven install (with/without enforcer) produce the same error.