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/feature-module Commit: 91e63b5448ecbfb210e9311449c1d756cdbf0862 Parents: eead2d1 Author: Gaurav <[email protected]> Authored: Mon Sep 14 15:30:26 2015 -0700 Committer: Gaurav <[email protected]> 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>
