failing on h2o, but works otherwise
Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/9f83099a Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/9f83099a Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/9f83099a Branch: refs/heads/master Commit: 9f83099af8c9e788da00cdb422f9e97ac8492961 Parents: b3c6708 Author: rawkintrevo <trevor.d.gr...@gmail.com> Authored: Thu Jul 27 12:05:33 2017 -0500 Committer: rawkintrevo <trevor.d.gr...@gmail.com> Committed: Thu Jul 27 12:05:33 2017 -0500 ---------------------------------------------------------------------- math-scala/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/9f83099a/math-scala/pom.xml ---------------------------------------------------------------------- diff --git a/math-scala/pom.xml b/math-scala/pom.xml index 694daba..966f2bc 100644 --- a/math-scala/pom.xml +++ b/math-scala/pom.xml @@ -97,7 +97,7 @@ <id>copy</id> <configuration> <tasks> - <copy file="target/mahout-math-scala_${scala.compat.version}-${project.version}.jar" tofile="../mahout-math-scala_${scala.compat.version}-${project.version}.jar" /> + <copy file="target/mahout-math-scala_${scala.compat.version}-${project.version}.jar" tofile="../../mahout-math-scala_${scala.compat.version}-${project.version}.jar" /> </tasks> </configuration> <goals>