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/16 17:50:06 UTC

incubator-tinkerpop git commit: Set reuseForks in pom to false for neo4j.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 1b059dc7a -> 19f5c2cc7


Set reuseForks in pom to false for neo4j.


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

Branch: refs/heads/master
Commit: 19f5c2cc71561f9e9d2ef6d8977bce897b340049
Parents: 1b059dc
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Tue Jun 16 11:49:42 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Jun 16 11:49:42 2015 -0400

----------------------------------------------------------------------
 neo4j-gremlin/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/19f5c2cc/neo4j-gremlin/pom.xml
----------------------------------------------------------------------
diff --git a/neo4j-gremlin/pom.xml b/neo4j-gremlin/pom.xml
index 7a5a1f6..69406b1 100644
--- a/neo4j-gremlin/pom.xml
+++ b/neo4j-gremlin/pom.xml
@@ -148,6 +148,7 @@ limitations under the License.
                         <artifactId>maven-surefire-plugin</artifactId>
                         <configuration>
                             <skipTests>false</skipTests>
+                            <reuseForks>false</reuseForks>
                         </configuration>
                     </plugin>
                     <plugin>
@@ -155,6 +156,7 @@ limitations under the License.
                         <artifactId>maven-failsafe-plugin</artifactId>
                         <configuration>
                             <skipTests>false</skipTests>
+                            <reuseForks>false</reuseForks>
                         </configuration>
                     </plugin>
                     <plugin>