소스 검색

HADOOP-13896. Invoke assembly plugin after building jars.

Andrew Wang 8 년 전
부모
커밋
02766b6c22
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hadoop-project-dist/pom.xml

+ 1 - 1
hadoop-project-dist/pom.xml

@@ -412,7 +412,7 @@
             <executions>
               <execution>
                 <id>dist</id>
-                <phase>prepare-package</phase>
+                <phase>package</phase>
                 <goals>
                   <goal>single</goal>
                 </goals>