Skip to content

Instantly share code, notes, and snippets.

@newkek
Created July 1, 2016 09:56
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save newkek/643c907e54e93ab36594295281c3e4e6 to your computer and use it in GitHub Desktop.
➜ tinkergraph-gremlin git:(TINKERPOP-1274) ✗ mvn clean install -Dio
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache TinkerPop :: TinkerGraph Gremlin 3.2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tinkergraph-gremlin ---
[INFO] Deleting /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-all) @ tinkergraph-gremlin ---
[INFO]
[INFO] --- apache-rat-plugin:0.11:check (rat-checks) @ tinkergraph-gremlin ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: .travis.yml
[INFO] Exclude: .dockerignore
[INFO] Exclude: appveyor.yml
[INFO] Exclude: **/.classpath
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: .repository/**
[INFO] Exclude: docs/static/**
[INFO] Exclude: **/target/**
[INFO] Exclude: data/*.txt
[INFO] Exclude: **/*.kryo
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.xml
[INFO] Exclude: **/*.ldjson
[INFO] Exclude: **/goal.txt
[INFO] Exclude: **/src/main/resources/org/apache/tinkerpop/gremlin/structure/io/script/*.txt
[INFO] Exclude: **/src/main/resources/META-INF/services/**
[INFO] Exclude: **/src/main/ext/**
[INFO] Exclude: **/src/main/static/**
[INFO] Exclude: **/_bsp/**
[INFO] Exclude: DEPENDENCIES
[INFO] 54 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 54 licence.
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ tinkergraph-gremlin ---
[INFO] Executing: /bin/sh -c cd /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin && git rev-parse --verify HEAD
[INFO] Working directory: /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin
[INFO] Storing buildNumber: 16e26b515016f61b96375a334ae45536fb483b8d at timestamp: 1467366684633
[INFO] Storing buildScmBranch: TINKERPOP-1274
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ tinkergraph-gremlin ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tinkergraph-gremlin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ tinkergraph-gremlin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 23 source files to /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/classes
[WARNING] /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/src/main/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerVertexProperty.java: Some input files use unchecked or unsafe operations.
[WARNING] /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/src/main/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerVertexProperty.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tinkergraph-gremlin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ tinkergraph-gremlin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 29 source files to /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/test-classes
[WARNING] /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/process/traversal/strategy/optimization/TinkerGraphStepStrategyTest.java: Some input files use or override a deprecated API.
[WARNING] /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/process/traversal/strategy/optimization/TinkerGraphStepStrategyTest.java: Recompile with -Xlint:deprecation for details.
[WARNING] /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphPlayTest.java: Some input files use unchecked or unsafe operations.
[WARNING] /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphPlayTest.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ tinkergraph-gremlin ---
[INFO] Surefire report directory: /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.tinkerpop.gremlin.tinkergraph.structure.IoDataGenerationTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.799 sec - in org.apache.tinkerpop.gremlin.tinkergraph.structure.IoDataGenerationTest
Results :
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-all-from-tmp-to-data) @ tinkergraph-gremlin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/tinkerpop-io
[INFO]
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-gio-from-tmp-to-resources) @ tinkergraph-gremlin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/tinkerpop-io
[INFO]
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-gio-from-tmp-to-gremlinserver) @ tinkergraph-gremlin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/tinkerpop-io
[INFO]
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-graphson-from-tmp-to-resources) @ tinkergraph-gremlin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/tinkerpop-io
[INFO]
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-graphml-from-tmp-to-resources) @ tinkergraph-gremlin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/tinkerpop-io
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ tinkergraph-gremlin ---
[INFO] Building jar: /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/tinkergraph-gremlin-3.2.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ tinkergraph-gremlin ---
[INFO]
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ tinkergraph-gremlin ---
[INFO] Building jar: /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/tinkergraph-gremlin-3.2.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:2.10.1:jar (attach-javadoc) @ tinkergraph-gremlin ---
[INFO]
Loading source files for package org.apache.tinkerpop.gremlin.tinkergraph.groovy.plugin...
Loading source files for package org.apache.tinkerpop.gremlin.tinkergraph.process.computer...
Loading source files for package org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect...
Loading source files for package org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.strategy.optimization...
Loading source files for package org.apache.tinkerpop.gremlin.tinkergraph.structure...
Constructing Javadoc information...
Standard Doclet version 1.8.0_51
Building tree for all the packages and classes...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/groovy/plugin/TinkerGraphGremlinPlugin.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/computer/TinkerGraphComputer.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/computer/TinkerGraphComputerView.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/computer/TinkerMapEmitter.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/computer/TinkerMemory.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/computer/TinkerMessenger.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/computer/TinkerReduceEmitter.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/computer/TinkerWorkerPool.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/traversal/step/sideEffect/TinkerGraphStep.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/traversal/strategy/optimization/TinkerGraphStepStrategy.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerEdge.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerElement.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerFactory.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.DefaultIdManager.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.IdManager.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.TinkerGraphEdgeFeatures.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.TinkerGraphFeatures.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.TinkerGraphGraphFeatures.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.TinkerGraphVertexFeatures.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.TinkerGraphVertexPropertyFeatures.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphVariables.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerHelper.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerIoRegistry.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerIoRegistryV2d0.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerProperty.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerVertex.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerVertexProperty.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/overview-frame.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/groovy/plugin/package-frame.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/groovy/plugin/package-summary.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/groovy/plugin/package-tree.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/computer/package-frame.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/computer/package-summary.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/computer/package-tree.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/traversal/step/sideEffect/package-frame.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/traversal/step/sideEffect/package-summary.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/traversal/step/sideEffect/package-tree.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/traversal/strategy/optimization/package-frame.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/traversal/strategy/optimization/package-summary.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/traversal/strategy/optimization/package-tree.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/package-frame.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/package-summary.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/package-tree.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/constant-values.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/serialized-form.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/groovy/plugin/class-use/TinkerGraphGremlinPlugin.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/computer/class-use/TinkerWorkerPool.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/computer/class-use/TinkerReduceEmitter.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/computer/class-use/TinkerMessenger.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/computer/class-use/TinkerMemory.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/computer/class-use/TinkerMapEmitter.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/computer/class-use/TinkerGraphComputerView.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/computer/class-use/TinkerGraphComputer.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/traversal/step/sideEffect/class-use/TinkerGraphStep.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/traversal/strategy/optimization/class-use/TinkerGraphStepStrategy.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/class-use/TinkerVertexProperty.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/class-use/TinkerVertex.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/class-use/TinkerProperty.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/class-use/TinkerIoRegistryV2d0.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/class-use/TinkerIoRegistry.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/class-use/TinkerHelper.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/class-use/TinkerGraphVariables.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/class-use/TinkerGraph.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/class-use/TinkerGraph.TinkerGraphFeatures.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/class-use/TinkerGraph.TinkerGraphVertexFeatures.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/class-use/TinkerGraph.TinkerGraphEdgeFeatures.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/class-use/TinkerGraph.TinkerGraphGraphFeatures.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/class-use/TinkerGraph.TinkerGraphVertexPropertyFeatures.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/class-use/TinkerGraph.IdManager.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/class-use/TinkerGraph.DefaultIdManager.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/class-use/TinkerFactory.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/class-use/TinkerElement.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/class-use/TinkerEdge.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/groovy/plugin/package-use.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/computer/package-use.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/traversal/step/sideEffect/package-use.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/process/traversal/strategy/optimization/package-use.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/org/apache/tinkerpop/gremlin/tinkergraph/structure/package-use.html...
Building index for all the packages and classes...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/overview-tree.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/index-all.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/allclasses-frame.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/allclasses-noframe.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/index.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/overview-summary.html...
Generating /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/apidocs/help-doc.html...
Note: Custom tags that could override future standard tags: @example. To avoid potential overrides, use at least one period character (.) in custom tag names.
Note: Custom tags that were not seen: @example
[INFO] Building jar: /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/tinkergraph-gremlin-3.2.1-SNAPSHOT-javadoc.jar
[INFO]
[INFO] --- maven-failsafe-plugin:2.17:integration-test (integration-test) @ tinkergraph-gremlin ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:2.17:integration-test (performance-test) @ tinkergraph-gremlin ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:2.17:verify (verify-integration-test) @ tinkergraph-gremlin ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:2.17:verify (verify-performance-test) @ tinkergraph-gremlin ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tinkergraph-gremlin ---
[INFO] Installing /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/tinkergraph-gremlin-3.2.1-SNAPSHOT.jar to /Users/kevingallardo/.m2/repository/org/apache/tinkerpop/tinkergraph-gremlin/3.2.1-SNAPSHOT/tinkergraph-gremlin-3.2.1-SNAPSHOT.jar
[INFO] Installing /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/pom.xml to /Users/kevingallardo/.m2/repository/org/apache/tinkerpop/tinkergraph-gremlin/3.2.1-SNAPSHOT/tinkergraph-gremlin-3.2.1-SNAPSHOT.pom
[INFO] Installing /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/tinkergraph-gremlin-3.2.1-SNAPSHOT-sources.jar to /Users/kevingallardo/.m2/repository/org/apache/tinkerpop/tinkergraph-gremlin/3.2.1-SNAPSHOT/tinkergraph-gremlin-3.2.1-SNAPSHOT-sources.jar
[INFO] Installing /Users/kevingallardo/Documents/workspace/newkek-incubator-tinkerpop/tinkergraph-gremlin/target/tinkergraph-gremlin-3.2.1-SNAPSHOT-javadoc.jar to /Users/kevingallardo/.m2/repository/org/apache/tinkerpop/tinkergraph-gremlin/3.2.1-SNAPSHOT/tinkergraph-gremlin-3.2.1-SNAPSHOT-javadoc.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.074 s
[INFO] Finished at: 2016-07-01T10:51:31+01:00
[INFO] Final Memory: 42M/480M
[INFO] ------------------------------------------------------------------------
➜ tinkergraph-gremlin git:(TINKERPOP-1274) ✗ ls target/test-case-data/TinkerGraphTest/tinkerpop-io/
grateful-dead-typed.json tinkerpop-classic-v2d0-typed.json tinkerpop-modern-normalized-v2d0.json
grateful-dead-v2d0-typed.json tinkerpop-classic-v2d0.json tinkerpop-modern-normalized.json
grateful-dead-v2d0.json tinkerpop-classic.json tinkerpop-modern-typed.json
grateful-dead.json tinkerpop-classic.kryo tinkerpop-modern-v2d0-typed.json
grateful-dead.kryo tinkerpop-classic.xml tinkerpop-modern-v2d0.json
grateful-dead.xml tinkerpop-crew-typed.json tinkerpop-modern.json
sample.kryo tinkerpop-crew-v2d0-typed.json tinkerpop-modern.kryo
tinkerpop-classic-normalized-v2d0.json tinkerpop-crew-v2d0.json tinkerpop-modern.xml
tinkerpop-classic-normalized.json tinkerpop-crew.json
tinkerpop-classic-typed.json tinkerpop-crew.kryo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment