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/06/23 13:15:42 UTC

incubator-tinkerpop git commit: Add note about GMavenPlus intellij plugin.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 2f12cf392 -> 090592c8a


Add note about GMavenPlus intellij plugin.


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

Branch: refs/heads/master
Commit: 090592c8a7e96ea9816728f4d6dea0237fdeebad
Parents: 2f12cf3
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Tue Jun 23 07:15:22 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Jun 23 07:15:22 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/090592c8/README.asciidoc
----------------------------------------------------------------------
diff --git a/README.asciidoc b/README.asciidoc
index 141c5bf..7aab3c8 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -68,6 +68,8 @@ Note that it maybe be necessary to re-execute these steps if the `gremlin-shaded
 
 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.
 
+If Intellij complains about "duplicate sources" for the Groovy files when attempting to compile/run tests, then install the link:http://plugins.jetbrains.com/plugin/7442?pr=idea[GMavenPlus Intellij plugin].
+
 Get Started
 ~~~~~~~~~~~