HADOOP-13896. Invoke assembly plugin after building jars.

This commit is contained in:
Andrew Wang 2017-01-05 13:40:43 -08:00
parent 0a55bd841e
commit 02766b6c22
1 changed files with 1 additions and 1 deletions

View File

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