fix antrun copy issue on h2o

Project: http://git-wip-us.apache.org/repos/asf/mahout/repo
Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/ecf642f7
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/ecf642f7
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/ecf642f7

Branch: refs/heads/master
Commit: ecf642f7de1fd56435282e7db6734e6abe359d7b
Parents: 89484d8
Author: rawkintrevo <trevor.d.gr...@gmail.com>
Authored: Sun Jul 30 21:59:35 2017 -0500
Committer: rawkintrevo <trevor.d.gr...@gmail.com>
Committed: Sun Jul 30 21:59:35 2017 -0500

----------------------------------------------------------------------
 h2o/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/ecf642f7/h2o/pom.xml
----------------------------------------------------------------------
diff --git a/h2o/pom.xml b/h2o/pom.xml
index aefabe1..9ea2753 100644
--- a/h2o/pom.xml
+++ b/h2o/pom.xml
@@ -47,7 +47,7 @@
         <executions>
           <execution>
             <id>copy</id>
-            <phase>package</phase>
+            <!--<phase>package</phase>-->
             <configuration>
               <tasks>
                 <copy 
file="target/mahout-h2o_${scala.compat.version}-${project.version}.jar" 
tofile="../mahout-h2o_${scala.compat.version}-${project.version}.jar" />

Reply via email to