Repository: incubator-hivemall
Updated Branches:
  refs/heads/v0.5.0 1835bcd1c -> 7cc65659d


Fixed build error of scalatest-maven-plugin


Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/7cc65659
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/7cc65659
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/7cc65659

Branch: refs/heads/v0.5.0
Commit: 7cc65659d1d5dae68e5f7e7225abe1cb10805404
Parents: 1835bcd
Author: Makoto Yui <m...@apache.org>
Authored: Mon Jan 15 23:28:06 2018 +0900
Committer: Makoto Yui <m...@apache.org>
Committed: Mon Jan 15 23:28:06 2018 +0900

----------------------------------------------------------------------
 spark/spark-2.2/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/7cc65659/spark/spark-2.2/pom.xml
----------------------------------------------------------------------
diff --git a/spark/spark-2.2/pom.xml b/spark/spark-2.2/pom.xml
index 605e75c..8a5ed00 100644
--- a/spark/spark-2.2/pom.xml
+++ b/spark/spark-2.2/pom.xml
@@ -240,6 +240,7 @@
                                                
<SPARK_SCALA_VERSION>${scala.binary.version}</SPARK_SCALA_VERSION>
                                                <SPARK_TESTING>1</SPARK_TESTING>
                                                
<JAVA_HOME>${env.JAVA_HOME}</JAVA_HOME>
+                                               
<PATH>${env.JAVA_HOME}/bin:${env.PATH}</PATH>
                                        </environmentVariables>
                                        <systemProperties>
                                                
<log4j.configuration>file:src/test/resources/log4j.properties</log4j.configuration>

Reply via email to