Repository: mahout Updated Branches: refs/heads/master 94b4fa143 -> e7086e702
NoJira: Minor fix to previous commit, removed redundant system property definition Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/e7086e70 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/e7086e70 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/e7086e70 Branch: refs/heads/master Commit: e7086e7021803148a6cd00aee6b4cd785e1e2fba Parents: 94b4fa1 Author: smarthi <[email protected]> Authored: Mon Apr 11 07:29:05 2016 -0400 Committer: smarthi <[email protected]> Committed: Mon Apr 11 07:29:05 2016 -0400 ---------------------------------------------------------------------- flink/pom.xml | 1 - pom.xml | 1 - 2 files changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/e7086e70/flink/pom.xml ---------------------------------------------------------------------- diff --git a/flink/pom.xml b/flink/pom.xml index 9f129c0..336eecb 100644 --- a/flink/pom.xml +++ b/flink/pom.xml @@ -82,7 +82,6 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration> <systemPropertyVariables> - <mahout.test.directory>${project.build.directory}</mahout.test.directory> <mahout.home>${project.build.directory}</mahout.home> </systemPropertyVariables> <skipTests>true</skipTests> http://git-wip-us.apache.org/repos/asf/mahout/blob/e7086e70/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index dca4672..7988e65 100644 --- a/pom.xml +++ b/pom.xml @@ -690,7 +690,6 @@ <redirectTestOutputToFile>true</redirectTestOutputToFile> <systemPropertyVariables> <mahout.test.directory>${project.build.directory}</mahout.test.directory> - <mahout.home>${project.build.directory}</mahout.home> </systemPropertyVariables> </configuration> </plugin>
