Commit 0044686 1 parent edcc9fa commit 0044686 Copy full SHA for 0044686
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 54
54
shell : bash
55
55
run : |
56
56
cd cli
57
- mvn -B -ntp -Dideasy.assembly.id=${{ matrix.os }} -Pnative -DskipTests=true compile
57
+ mvn -B -ntp -Dideasy.assembly.id=${{ matrix.os }} -Pnative -DskipTests=true package
58
58
- name : Upload native image
59
59
uses : actions/upload-artifact@v4
60
60
with :
Original file line number Diff line number Diff line change 61
61
current_version="${current_version/ */}"
62
62
next_version="${current_version/-SNAPSHOT/}"
63
63
cd cli
64
- mvn -B -ntp -Drevision=${next_version} -Dideasy.assembly.id=${{ matrix.os }} -Pnative -DskipTests=true compile
64
+ mvn -B -ntp -Drevision=${next_version} -Dideasy.assembly.id=${{ matrix.os }} -Pnative -DskipTests=true package
65
65
- name : Upload native image
66
66
uses : actions/upload-artifact@v4
67
67
with :
Original file line number Diff line number Diff line change 158
158
<goals >
159
159
<goal >compile-no-fork</goal >
160
160
</goals >
161
- <phase >compile </phase >
161
+ <phase >package </phase >
162
162
</execution >
163
163
<execution >
164
164
<id >test-native</id >
191
191
<executions >
192
192
<execution >
193
193
<id >create-distribution</id >
194
- <phase >compile </phase >
194
+ <phase >package </phase >
195
195
<goals >
196
196
<goal >single</goal >
197
197
</goals >
198
198
<configuration >
199
- <finalName >${project.artifactId} -${revision} - </finalName >
199
+ <finalName >${project.artifactId} -${revision} </finalName >
200
200
<appendAssemblyId >true</appendAssemblyId >
201
201
<descriptors >
202
202
<descriptor >/src/main/assembly/release-${ideasy.assembly.id} .xml</descriptor >
You can’t perform that action at this time.
0 commit comments