HDDS-1135. Ozone jars are missing in the Ozone Snapshot tar. Contributed by Dinesh Chitlangia.
This commit is contained in:
parent
1d30fd94c6
commit
642fe6a260
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue