java - Build issues with neo4j. -
i'm trying build neo4j , have downloaded source github: neo4j-master.zip containing source,
when build hit upon following errors. tried find out in google couldn't relavant details, i'm new product , i'm sure have missed related .git can 1 me if identifing problem .
messages maven: [info] neo4j ............................................. success [8.300s] [info] licensing configuration ........................... success [3.338s] [info] neo4j - graph database kernel ..................... failure [2.371s] . . . . [error] failed execute goal pl.project13.maven:git-commit-id-plugin:2.1.4:rev ision (generate-git-hash) on project neo4j-kernel: .git directory not f ound! please specify valid [dotgitdirectory] in pom.xml -> [help 1] [error] [error] see full stack trace of errors, re-run maven -e swit ch. [error] re-run maven using -x switch enable full debug logging. [error] [error] more information errors , possible solutions, please rea d following articles: [error] [help 1] http://cwiki.apache.org/confluence/display/maven/mojoexecutione xception [error] [error] after correcting problems, can resume build command i'm using mvn clean install command initiating build. appears .git directory missing, i'm unable locate if plugins needs included.
there's no need build source. since seem use maven, can following dependency list:
<dependency> <groupid>org.neo4j</groupid> <artifactid>neo4j</artifactid> <version>1.8.2</version> </dependency>
Comments
Post a Comment