Browse Source

HADOOP-13896. Invoke assembly plugin after building jars.

Andrew Wang 8 năm trước cách đây
mục cha
commit
02766b6c22
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      hadoop-project-dist/pom.xml

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

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