neo4j-contrib / gremlin-plugin

A Plugin for the Neo4j server add Tinkerpop-related functionality
Other
55 stars 23 forks source link

Error fetching links on mvn clean package #26

Open BenMorganIO opened 10 years ago

BenMorganIO commented 10 years ago

When running JAVA_HOME=/usr/libexec/java_home mvn clean package on OS X Mavericks, I receive this output:

[INFO] Scanning for projects...
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building neo4j-gremlin-plugin 2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ neo4j-gremlin-plugin ---
[INFO] Deleting /usr/local/Cellar/neo4j/2.1.1/libexec/plugins/gremlin-plugin/target
[INFO]
[INFO] --- license-maven-plugin:3:check (check-licenses) @ neo4j-gremlin-plugin ---
[INFO] Checking licenses...
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ neo4j-gremlin-plugin ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /usr/local/Cellar/neo4j/2.1.1/libexec/plugins/gremlin-plugin/src/main/webapp
[INFO] skip non existing resourceDirectory /usr/local/Cellar/neo4j/2.1.1/libexec/plugins/gremlin-plugin/data
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ neo4j-gremlin-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /usr/local/Cellar/neo4j/2.1.1/libexec/plugins/gremlin-plugin/target/classes
[WARNING] /usr/local/Cellar/neo4j/2.1.1/libexec/plugins/gremlin-plugin/src/main/java/org/neo4j/server/plugin/gremlin/GremlinPlugin.java: /usr/local/Cellar/neo4j/2.1.1/libexec/plugins/gremlin-plugin/src/main/java/org/neo4j/server/plugin/gremlin/GremlinPlugin.java uses or overrides a deprecated API.
[WARNING] /usr/local/Cellar/neo4j/2.1.1/libexec/plugins/gremlin-plugin/src/main/java/org/neo4j/server/plugin/gremlin/GremlinPlugin.java: Recompile with -Xlint:deprecation for details.
[WARNING] /usr/local/Cellar/neo4j/2.1.1/libexec/plugins/gremlin-plugin/src/main/java/org/neo4j/server/plugin/gremlin/GremlinPlugin.java: Some input files use unchecked or unsafe operations.
[WARNING] /usr/local/Cellar/neo4j/2.1.1/libexec/plugins/gremlin-plugin/src/main/java/org/neo4j/server/plugin/gremlin/GremlinPlugin.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ neo4j-gremlin-plugin ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources to META-INF
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ neo4j-gremlin-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /usr/local/Cellar/neo4j/2.1.1/libexec/plugins/gremlin-plugin/target/test-classes
[WARNING] /usr/local/Cellar/neo4j/2.1.1/libexec/plugins/gremlin-plugin/src/test/java/org/neo4j/server/webadmin/rest/GremlinConsoleServiceTest.java: Some input files use or override a deprecated API.
[WARNING] /usr/local/Cellar/neo4j/2.1.1/libexec/plugins/gremlin-plugin/src/test/java/org/neo4j/server/webadmin/rest/GremlinConsoleServiceTest.java: Recompile with -Xlint:deprecation for details.
[WARNING] /usr/local/Cellar/neo4j/2.1.1/libexec/plugins/gremlin-plugin/src/test/java/org/neo4j/server/plugin/gremlin/GremlinPluginFunctionalTest.java: /usr/local/Cellar/neo4j/2.1.1/libexec/plugins/gremlin-plugin/src/test/java/org/neo4j/server/plugin/gremlin/GremlinPluginFunctionalTest.java uses unchecked or unsafe operations.
[WARNING] /usr/local/Cellar/neo4j/2.1.1/libexec/plugins/gremlin-plugin/src/test/java/org/neo4j/server/plugin/gremlin/GremlinPluginFunctionalTest.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ neo4j-gremlin-plugin ---
[INFO] Surefire report directory: /usr/local/Cellar/neo4j/2.1.1/libexec/plugins/gremlin-plugin/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.neo4j.server.plugin.gremlin.GremlinPluginFunctionalTest
Tests run: 27, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 13.914 sec - in org.neo4j.server.plugin.gremlin.GremlinPluginFunctionalTest
Running org.neo4j.server.plugin.gremlin.GremlinPluginTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.934 sec - in org.neo4j.server.plugin.gremlin.GremlinPluginTest
Running org.neo4j.server.webadmin.console.GremlinSessionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.22 sec - in org.neo4j.server.webadmin.console.GremlinSessionTest
Running org.neo4j.server.webadmin.rest.ConfigureEnabledManagementConsolesGremlinTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.254 sec - in org.neo4j.server.webadmin.rest.ConfigureEnabledManagementConsolesGremlinTest
Running org.neo4j.server.webadmin.rest.GremlinConsoleServiceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.976 sec - in org.neo4j.server.webadmin.rest.GremlinConsoleServiceTest

Results :

Tests run: 52, Failures: 0, Errors: 0, Skipped: 2

[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ neo4j-gremlin-plugin ---
[INFO] Building jar: /usr/local/Cellar/neo4j/2.1.1/libexec/plugins/gremlin-plugin/target/neo4j-gremlin-plugin-2.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-assembly-plugin:2.2.2:single (make-assembly) @ neo4j-gremlin-plugin ---
[INFO] Reading assembly descriptor: src/main/assembly/server-plugin.xml
[INFO] Reading assembly descriptor: src/main/assembly/docs-assembly.xml
[INFO] Building zip: /usr/local/Cellar/neo4j/2.1.1/libexec/plugins/gremlin-plugin/target/neo4j-gremlin-plugin-2.1-SNAPSHOT-server-plugin.zip
[INFO]  already added, skipping
[INFO] Building jar: /usr/local/Cellar/neo4j/2.1.1/libexec/plugins/gremlin-plugin/target/neo4j-gremlin-plugin-2.1-SNAPSHOT-docs.jar
[INFO]  already added, skipping
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-java-sources) @ neo4j-gremlin-plugin ---
[INFO] Building jar: /usr/local/Cellar/neo4j/2.1.1/libexec/plugins/gremlin-plugin/target/neo4j-gremlin-plugin-2.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-source-plugin:2.1.2:test-jar-no-fork (attach-test-sources) @ neo4j-gremlin-plugin ---
[INFO] Building jar: /usr/local/Cellar/neo4j/2.1.1/libexec/plugins/gremlin-plugin/target/neo4j-gremlin-plugin-2.1-SNAPSHOT-test-sources.jar
[INFO]
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ neo4j-gremlin-plugin ---
[INFO]
[INFO] --- maven-javadoc-plugin:2.8.1:jar (attach-javadoc) @ neo4j-gremlin-plugin ---
[ERROR] Error fetching link: https://jersey.java.net/jersey-client/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: https://jersey.java.net/jersey-server/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://blueprints.tinkerpop.com/blueprints-neo4j2-graph/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://code.google.com/p/google-gson/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://junit.org/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://www.mockito.org/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://code.google.com/p/json-simple/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://components.neo4j.org/neo4j-graphviz/2.1.0-M01/parent/neo4j-graphviz/apidocs/package-list. Ignored it.
[ERROR] Error fetching link: http://gremlin.tinkerpop.com/gremlin-groovy/apidocs/package-list. Ignored it.
[INFO] Building jar: /usr/local/Cellar/neo4j/2.1.1/libexec/plugins/gremlin-plugin/target/neo4j-gremlin-plugin-2.1-SNAPSHOT-javadoc.jar
[INFO]
[INFO] --- maven-jar-plugin:2.3.2:test-jar (attach-test-jar) @ neo4j-gremlin-plugin ---
[INFO] Building jar: /usr/local/Cellar/neo4j/2.1.1/libexec/plugins/gremlin-plugin/target/neo4j-gremlin-plugin-2.1-SNAPSHOT-tests.jar
[INFO]
[INFO] --- docs-maven-plugin:5:assemble (default) @ neo4j-gremlin-plugin ---
[INFO] Filtering is: off
[INFO] No directories configured, using defaults.
[INFO] Creating docs archive.
[INFO] Building jar: /usr/local/Cellar/neo4j/2.1.1/libexec/plugins/gremlin-plugin/target/neo4j-gremlin-plugin-2.1-SNAPSHOT-docs.jar
[INFO]  already added, skipping
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 57.645 s
[INFO] Finished at: 2014-06-15T10:38:47-08:00
[INFO] Final Memory: 41M/375M
[INFO] ------------------------------------------------------------------------

It does successfully build, but I'm currently using a ruby gem that may depend upon com/tinkerpop/blueprints/impls/neo4j2/Neo4j2Graph. I'd love to submit a PR, but I'm a ruby dev....

Expected Result: Links would be fetched and the build will pass. Given Result: Links were not fetched and the build passed.