Repository: tinkerpop Updated Branches: refs/heads/tp31 08edb2a61 -> 9d8820ce4
Updated intellij setup docs for newer versions of intellij. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9d8820ce Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9d8820ce Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/9d8820ce Branch: refs/heads/tp31 Commit: 9d8820ce48a010ac136f6e054883f6258b983bcc Parents: 08edb2a Author: Stephen Mallette <[email protected]> Authored: Wed May 3 09:53:52 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Wed May 3 09:53:52 2017 -0400 ---------------------------------------------------------------------- docs/src/dev/developer/development-environment.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9d8820ce/docs/src/dev/developer/development-environment.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/dev/developer/development-environment.asciidoc b/docs/src/dev/developer/development-environment.asciidoc index 8a237cc..c24fe5c 100644 --- a/docs/src/dev/developer/development-environment.asciidoc +++ b/docs/src/dev/developer/development-environment.asciidoc @@ -102,7 +102,9 @@ contains shaded dependencies for some libraries that are widely used and tend to that Intellij properly interprets this module after importing the Maven `pom.xml` perform the following steps: . Build `gremlin-shaded` from the command line with `mvn clean install`. -. Right-click on the `gremlin-shaded` module in the project viewer of Intellij and select "Remove module". +. Right-click on the `gremlin-shaded` module in the project viewer of Intellij and select "Remove module". If this menu +option is not available (as is the case in newer versions of Intellij - first noticed in 13.1.5), then open the "Maven +Projects" side panel, right click the `gremlin-shaded` module and select "Ignore Project". . In the "Maven Projects" Tool window and click the tool button for "Reimport All Maven projects" (go to `View | Tool Windows | Maven Projects` on the main menu if this panel is not activated). . At this point it should be possible to compile and run the tests within Intellij, but in the worst case, use
