Repository: incubator-rya Updated Branches: refs/heads/master 8def4caca -> 2564ac0ab
Added a temporary fix until RYA-331 is resolved. Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/31a3f6cf Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/31a3f6cf Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/31a3f6cf Branch: refs/heads/master Commit: 31a3f6cfcb552681d63170db0e3d2b5479ea0cdf Parents: 8def4ca Author: jdasch <[email protected]> Authored: Thu Aug 3 16:25:30 2017 -0400 Committer: Aaron Mihalik <[email protected]> Committed: Thu Aug 3 22:12:56 2017 -0400 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/31a3f6cf/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 93c6ed8..1f4241d 100644 --- a/pom.xml +++ b/pom.xml @@ -946,6 +946,7 @@ under the License. </goals> <configuration> <skipITs>${skip.rya.it}</skipITs> + <reuseForks>false</reuseForks> <!-- Temporary fix until RYA-331 is resolved. --> </configuration> </execution> </executions>
