Forráskód Böngészése

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

(cherry picked from commit 3ef1235215c68e9f0aff8e17643c52838fa363a3)
Arpit Agarwal 6 éve
szülő
commit
c57e1ddd63
1 módosított fájl, 1 hozzáadás és 1 törlés
  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>