Repository: mahout Updated Branches: refs/heads/master b725255ad -> 94b4fa143
set properties for mahout.home in scalatest configuration in pom.xml for flink tests Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/94b4fa14 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/94b4fa14 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/94b4fa14 Branch: refs/heads/master Commit: 94b4fa1433c7a5e1950fb3f66cdba3c649445df8 Parents: b725255 Author: Andrew Palumbo <[email protected]> Authored: Mon Apr 11 05:57:57 2016 -0400 Committer: Andrew Palumbo <[email protected]> Committed: Mon Apr 11 05:57:57 2016 -0400 ---------------------------------------------------------------------- flink/pom.xml | 7 +++++++ pom.xml | 1 + 2 files changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/94b4fa14/flink/pom.xml ---------------------------------------------------------------------- diff --git a/flink/pom.xml b/flink/pom.xml index 6cdb245..9f129c0 100644 --- a/flink/pom.xml +++ b/flink/pom.xml @@ -81,6 +81,10 @@ <groupId>org.apache.maven.plugins</groupId> <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> </configuration> </plugin> @@ -98,6 +102,9 @@ </execution> </executions> <configuration> + <systemProperties> + <mahout.home>${project.build.directory}</mahout.home> + </systemProperties> <argLine>-Xmx4g</argLine> </configuration> </plugin> http://git-wip-us.apache.org/repos/asf/mahout/blob/94b4fa14/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7988e65..dca4672 100644 --- a/pom.xml +++ b/pom.xml @@ -690,6 +690,7 @@ <redirectTestOutputToFile>true</redirectTestOutputToFile> <systemPropertyVariables> <mahout.test.directory>${project.build.directory}</mahout.test.directory> + <mahout.home>${project.build.directory}</mahout.home> </systemPropertyVariables> </configuration> </plugin>
