change client assemply phase to package
(cherry picked from commit c046b12e2b2ca906ed2066cbd122e5cbec2e10a5)
This commit is contained in:
parent
3d1d8f612a
commit
b4cd4f8105
|
@ -171,7 +171,7 @@
|
|||
<executions>
|
||||
<execution>
|
||||
<id>zip</id>
|
||||
<phase>verify</phase>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>single</goal>
|
||||
</goals>
|
||||
|
@ -203,7 +203,7 @@
|
|||
<executions>
|
||||
<execution>
|
||||
<id>zip</id>
|
||||
<phase>verify</phase>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>single</goal>
|
||||
</goals>
|
||||
|
@ -250,7 +250,7 @@
|
|||
<executions>
|
||||
<execution>
|
||||
<id>zip</id>
|
||||
<phase>verify</phase>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>single</goal>
|
||||
</goals>
|
||||
|
|
Loading…
Reference in New Issue