You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2013/11/04 00:02:31 UTC

[2/3] git commit: Fix for hanging gpg

Fix for hanging gpg


Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/7695f895
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/7695f895
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/7695f895

Branch: refs/heads/master
Commit: 7695f895eac5c37e60e371a20142f097dca5b3af
Parents: 27f815a
Author: randgalt <ra...@apache.org>
Authored: Sun Nov 3 09:35:20 2013 -0800
Committer: randgalt <ra...@apache.org>
Committed: Sun Nov 3 09:35:20 2013 -0800

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/7695f895/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d5594c7..887afbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -520,6 +520,7 @@
                 <version>2.4.1</version>
                 <configuration>
                     <arguments>-Dmaven.test.skip=true</arguments>
+                    <mavenExecutorId>forked-path</mavenExecutorId>
                 </configuration>
             </plugin>