Commit f0f5fe0 1 parent d87f9d9 commit f0f5fe0 Copy full SHA for f0f5fe0
File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 266
266
<groupId >org.apache.maven.plugins</groupId >
267
267
<artifactId >maven-resources-plugin</artifactId >
268
268
<version >3.0.0</version >
269
+ <configuration >
270
+ <nonFilteredFileExtensions >
271
+ <nonFilteredFileExtension >icns</nonFilteredFileExtension >
272
+ </nonFilteredFileExtensions >
273
+ </configuration >
269
274
</plugin >
270
275
271
276
<plugin >
369
374
<activation >
370
375
<os >
371
376
<family >mac</family >
372
- <arch >x64</arch >
373
- <!-- < arch>x86_64</arch> -- >
377
+ <!-- < arch>x64</arch> -- >
378
+ <arch >x86_64</arch >
374
379
</os >
375
380
</activation >
376
381
<properties >
Original file line number Diff line number Diff line change 7
7
--app-version ${app.version}
8
8
--runtime-image ${project.build.directory}/jvm-image
9
9
--temp ${project.build.directory}/installer-work
10
- --mac-sign
You can’t perform that action at this time.
0 commit comments