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

This commit is contained in:
Arpit Agarwal 2019-03-05 10:25:31 -08:00
parent df99137310
commit 3ef1235215
No known key found for this signature in database
GPG Key ID: E4B09E903FDF9E98
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@
<executions>
<execution>
<id>dist</id>
<phase>compile</phase>
<phase>prepare-package</phase>
<goals>
<goal>exec</goal>
</goals>