You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ar...@apache.org on 2019/03/05 18:27:36 UTC

[hadoop] branch ozone-0.4 updated: HDDS-1218. Do the dist-layout-stitching for Ozone after the test-compile phase. Contributed by Marton Elek.

This is an automated email from the ASF dual-hosted git repository.

arp pushed a commit to branch ozone-0.4
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/ozone-0.4 by this push:
     new c57e1dd  HDDS-1218. Do the dist-layout-stitching for Ozone after the test-compile phase. Contributed by Marton Elek.
c57e1dd is described below

commit c57e1ddd63973f7dce5a9a3170b0fc1a521e14ab
Author: Arpit Agarwal <ar...@apache.org>
AuthorDate: Tue Mar 5 10:25:31 2019 -0800

    HDDS-1218. Do the dist-layout-stitching for Ozone after the test-compile phase. Contributed by Marton Elek.
    
    (cherry picked from commit 3ef1235215c68e9f0aff8e17643c52838fa363a3)
---
 hadoop-ozone/dist/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-ozone/dist/pom.xml b/hadoop-ozone/dist/pom.xml
index e66bbbe..c8a34a4 100644
--- a/hadoop-ozone/dist/pom.xml
+++ b/hadoop-ozone/dist/pom.xml
@@ -126,7 +126,7 @@
         <executions>
           <execution>
             <id>dist</id>
-            <phase>compile</phase>
+            <phase>prepare-package</phase>
             <goals>
               <goal>exec</goal>
             </goals>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org