I am trying to install neo4j-spatial from github to use in eclipse. I have cloned it and ran mvn install, but I received the following error:
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] \Users\Carol\Documents\GitHub\spatial\src\main\java\org\neo4j\gis\spatia
l\indexprovider\SpatialIndexProvider.java:[39,0] error: Internal error:
java.io.
FileNotFoundException: META-INF/services/org.neo4j.kernel.KernelExtension
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15:30.879s
[INFO] Finished at: Tue May 29 12:26:50 CDT 2012
[INFO] Final Memory: 26M/61M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.
3.2:compile (default-compile) on project neo4j-spatial: Compilation failure
[ERROR] \Users\Carol\Documents\GitHub\spatial\src\main\java\org\neo4j\gis\spatia
l\indexprovider\SpatialIndexProvider.java:[39,0] error: Internal error:
java.io.
FileNotFoundException: META-INF/services/org.neo4j.kernel.KernelExtension
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[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 rea
d the following articles:
eption
Any suggestions are welcome.