Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation error #10

Open
mozark24 opened this issue Mar 22, 2018 · 4 comments
Open

Installation error #10

mozark24 opened this issue Mar 22, 2018 · 4 comments

Comments

@mozark24
Copy link

mozark24 commented Mar 22, 2018

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.

@jexp
Copy link
Member

jexp commented Mar 27, 2018

You don't have to build it, it's on maven central.

@jexp
Copy link
Member

jexp commented Mar 27, 2018

Otherwise the dependency should be changed to a non-snapshot depenceny of gremlin

@jexp
Copy link
Member

jexp commented Mar 27, 2018

Oh sorry, you're cloning the wrong repository, you have to clone the original one:

https://github.com/apache/tinkerpop

@mozark24
Copy link
Author

I see, thanks. I'll give it a try (Dont forget to update your front-facing readme build procedure #3). I'm trying to get Joern to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants