I found the reason is network problem. I have used a proxy and many
error has gone. but there are still some errors:
[WARNING] The POM for com.sun.jersey:jersey-server:jar:1.9 is invalid,
transitive dependencies (if any) will not be available, enable debug
logging for more details
[WARNING] The POM for com.sun.jersey.contribs:jersey-multipart:jar:1.9
is invalid, transitive dependencies (if any) will not be available,
enable debug logging for more details
[WARNING] The POM for com.sun.jersey:jersey-client:jar:1.9 is invalid,
transitive dependencies (if any) will not be available, enable debug
logging for more details
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ neo4j-server ---
[INFO]
[INFO] --- license-maven-plugin:3:check (check-licenses) @ neo4j-server ---
[INFO] Checking licenses...
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
neo4j-server ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1018 resources
[INFO] skip non existing resourceDirectory
/home/lili/neo4j/community/server/target/generated-sources
[INFO] Copying 4 resources to META-INF
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
neo4j-server ---
[INFO] Compiling 272 source files to
/home/lili/neo4j/community/server/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /home/lili/neo4j/community/server/src/main/java/org/neo4j/server/database/AbstractInjectableProvider.java:[24,40]
com.sun.jersey.core.spi.component does not exist
On Mon, May 28, 2012 at 1:10 PM, Anders Nawroth