Przeglądaj źródła

HDDS-1218. Do the dist-layout-stitching for Ozone after the test-compile phase. Contributed by Marton Elek.

Arpit Agarwal 6 lat temu
rodzic
commit
3ef1235215
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      hadoop-ozone/dist/pom.xml

+ 1 - 1
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>