HDDS-1135. Ozone jars are missing in the Ozone Snapshot tar. Contributed by Dinesh Chitlangia.

This commit is contained in:
Márton Elek 2019-02-20 12:08:24 +01:00
parent 1d30fd94c6
commit 642fe6a260
No known key found for this signature in database
GPG Key ID: D51EA8F00EE79B28
1 changed files with 3 additions and 3 deletions

View File

@ -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>