GitHub user spmallette opened a pull request:
https://github.com/apache/tinkerpop/pull/713
TINKERPOP-1779 Bump to GMavenPlus 1.6
https://issues.apache.org/jira/browse/TINKERPOP-1779
Moved embedded groovy scripts that were in the pom to their own files. They
are more manageable that way as you get some syntax highlighting/intellisense
in the IDE when they have the right file extension. It also makes the pom a bit
easier to follow. Removed a bunch of python test resources that were no longer
in use. Centralized the scripts that start/stop Gremlin Server for GLV tests so
that we don't have them copy/pasted everywhere.
All tests pass with `docker/build.sh -t -n -i`
VOTE +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1779
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/713.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #713
----
commit e9801e6af60dbfbaa83a1f8b5b947451dd27092c
Author: Stephen Mallette <[email protected]>
Date: 2017-09-12T15:18:41Z
TINKERPOP-1779 Bump to GMavenPlus 1.6
Moved embedded groovy scripts that were in the pom to their own files. They
are more manageable that way as you get some syntax highlighting/intellisense
in the IDE when they have the right file extension. It also makes the pom a bit
easier to follow. Removed a bunch of python test resources that were no longer
in use. Centralized the scripts that start/stop Gremlin Server for GLV tests so
that we don't have them copy/pasted everywhere.
----
---