You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2015/05/29 20:43:21 UTC

[18/31] incubator-tinkerpop git commit: Update README with neo4j-gremlin instructions.

Update README with neo4j-gremlin instructions.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/d43cca7a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/d43cca7a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/d43cca7a

Branch: refs/heads/master
Commit: d43cca7a93b2cdeff5f53260518a3a2b6b472295
Parents: 0285ef6
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri May 29 07:53:44 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri May 29 07:53:44 2015 -0400

----------------------------------------------------------------------
 README.asciidoc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/d43cca7a/README.asciidoc
----------------------------------------------------------------------
diff --git a/README.asciidoc b/README.asciidoc
index c325001..ce76e78 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -41,6 +41,7 @@ mvn -Dmaven.javadoc.skip=true --projects tinkergraph-gremlin test
 ----
 ** Clean the `.groovy/grapes/org.apache.tinkerpop` directory on build: `mvn clean install -DcleanGrapes`
 ** Turn off "heavy" logging in the "process" tests: `mvn clean install -DargLine="-DmuteTestLogs=true"`
+** The test suite for `neo4j-gremlin` is disabled by default - to turn it on: `mvn clean install -DincludeNeo4j`
 * Regenerate test data (only necessary given changes to IO classes): `mvn clean install -Dio` from `tinkergraph-gremlin` directory
 ** If there are changes to the Gryo format, it may be necessary to generate the Grateful Dead dataset from GraphSON (see `IoDataGenerationTest.shouldWriteGratefulDead`)
 * Check license headers are present: `mvn apache-rat:check`