change client assemply phase to package

(cherry picked from commit c046b12e2b2ca906ed2066cbd122e5cbec2e10a5)
This commit is contained in:
reusedname 2025-02-01 19:44:08 +05:00
parent 3d1d8f612a
commit b4cd4f8105
1 changed files with 3 additions and 3 deletions

View File

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