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

incubator-tinkerpop git commit: Add info to readme about intellij setup for neo4j-gremlin.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/neo4j-gremlin-apache d43cca7a9 -> d2fd29162


Add info to readme about intellij setup for neo4j-gremlin.


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

Branch: refs/heads/neo4j-gremlin-apache
Commit: d2fd29162eb7a4d680491c6a8fc77609e19a81a0
Parents: d43cca7
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri May 29 07:59:09 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri May 29 07:59:09 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/d2fd2916/README.asciidoc
----------------------------------------------------------------------
diff --git a/README.asciidoc b/README.asciidoc
index ce76e78..81cce5f 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -65,6 +65,8 @@ This section refers specifically to setup within Intellij.  TinkerPop has a modu
 
 Note that it maybe be necessary to re-execute these steps if the `gremlin-shaded` `pom.xml` is ever updated.
 
+Developers working on the `neo4j-gremlin` module should enabled the `include-neo4j` Maven profile in Intellij.  This will ensure that tests will properly execute within the IDE.
+
 Get Started
 ~~~~~~~~~~~