This is an automated email from the ASF dual-hosted git repository.
elek 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 642fe6a HDDS-1135. Ozone jars are missing in the Ozone Snapshot tar.
Contributed by Dinesh Chitlangia.
642fe6a is described below
commit 642fe6a2604c107070476b45aeab6cce09dfef1f
Author: Márton Elek <[email protected]>
AuthorDate: Wed Feb 20 12:08:24 2019 +0100
HDDS-1135. Ozone jars are missing in the Ozone Snapshot tar. Contributed by
Dinesh Chitlangia.
---
hadoop-ozone/dist/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/hadoop-ozone/dist/pom.xml b/hadoop-ozone/dist/pom.xml
index 0182da4..e66bbbe 100644
--- a/hadoop-ozone/dist/pom.xml
+++ b/hadoop-ozone/dist/pom.xml
@@ -38,7 +38,7 @@
<executions>
<execution>
<id>copy-classpath-files</id>
- <phase>package</phase>
+ <phase>prepare-package</phase>
<goals>
<goal>copy</goal>
</goals>
@@ -108,7 +108,7 @@
</execution>
<execution>
<id>copy-jars</id>
- <phase>package</phase>
+ <phase>prepare-package</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
@@ -126,7 +126,7 @@
<executions>
<execution>
<id>dist</id>
- <phase>prepare-package</phase>
+ <phase>compile</phase>
<goals>
<goal>exec</goal>
</goals>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]