You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: