You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2015/09/15 00:35:34 UTC

incubator-apex-core git commit: APEX-124 #resolve

Repository: incubator-apex-core
Updated Branches:
  refs/heads/devel-3 eead2d178 -> 91e63b544


APEX-124 #resolve


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/91e63b54
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/91e63b54
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/91e63b54

Branch: refs/heads/devel-3
Commit: 91e63b5448ecbfb210e9311449c1d756cdbf0862
Parents: eead2d1
Author: Gaurav <ga...@datatorrent.com>
Authored: Mon Sep 14 15:30:26 2015 -0700
Committer: Gaurav <ga...@datatorrent.com>
Committed: Mon Sep 14 15:30:26 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/91e63b54/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7825b81..484798b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,6 +134,9 @@
         </dependencies>
         <configuration>
           <excludedGroups>${test.excludedGroups}</excludedGroups>
+          <systemPropertyVariables>
+            <java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
+          </systemPropertyVariables>
         </configuration>
       </plugin>
       <plugin>