소스 검색

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

Arpit Agarwal 6 년 전
부모
커밋
3ef1235215
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>