Commit f57d837 1 parent ed121c7 commit f57d837 Copy full SHA for f57d837
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 196
196
<goal >single</goal >
197
197
</goals >
198
198
<configuration >
199
+ <finalName >${project.artifactId} </finalName >
199
200
<appendAssemblyId >true</appendAssemblyId >
200
201
<descriptors >
201
202
<descriptor >/src/main/assembly/release-${ideasy.assembly.id} .xml</descriptor >
227
228
<configuration >
228
229
<artifacts >
229
230
<artifact >
230
- <file >${project.build.directory} /${project.artifactId} -${revision} - windows_x86_64.tar.gz</file >
231
+ <file >${project.build.directory} /${project.artifactId} -windows_x86_64.tar.gz</file >
231
232
<type >tar.gz</type >
232
233
<classifier >windows-x64</classifier >
233
234
</artifact >
234
235
<artifact >
235
- <file >${project.build.directory} /${project.artifactId} -${revision} - linux_x86_64.tar.gz</file >
236
+ <file >${project.build.directory} /${project.artifactId} -linux_x86_64.tar.gz</file >
236
237
<type >tar.gz</type >
237
238
<classifier >linux-x64</classifier >
238
239
</artifact >
239
240
<artifact >
240
- <file >${project.build.directory} /${project.artifactId} -${revision} - osx_x86_64.tar.gz</file >
241
+ <file >${project.build.directory} /${project.artifactId} -osx_x86_64.tar.gz</file >
241
242
<type >tar.gz</type >
242
243
<classifier >mac-x64</classifier >
243
244
</artifact >
244
245
<artifact >
245
- <file >${project.build.directory} /${project.artifactId} -${revision} - osx_aarch_64.tar.gz</file >
246
+ <file >${project.build.directory} /${project.artifactId} -osx_aarch_64.tar.gz</file >
246
247
<type >tar.gz</type >
247
248
<classifier >mac-arm</classifier >
248
249
</artifact >
You can’t perform that action at this time.
0 commit comments