NoJira: Minor fix to previous commit, removed redundant system property definition
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>
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>