This is an automated email from the ASF dual-hosted git repository. arp pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push: new 3ef1235 HDDS-1218. Do the dist-layout-stitching for Ozone after the test-compile phase. Contributed by Marton Elek. 3ef1235 is described below commit 3ef1235215c68e9f0aff8e17643c52838fa363a3 Author: Arpit Agarwal <a...@apache.org> AuthorDate: Tue Mar 5 10:25:31 2019 -0800 HDDS-1218. Do the dist-layout-stitching for Ozone after the test-compile phase. Contributed by Marton Elek. --- hadoop-ozone/dist/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-ozone/dist/pom.xml b/hadoop-ozone/dist/pom.xml index e66bbbe..c8a34a4 100644 --- a/hadoop-ozone/dist/pom.xml +++ b/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> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org