-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(POM) to Improve Build Configuration for macOS and Windows
- (Re-)Added former properties to POM: - zkn.launch4jVersion for setting Launch4j version. - zkn.supportsDmg to control DMG generation. - zkn.useGenIsoImage to control use of GenIsoImage. - Replaced maven-jar-plugin with macosappbundler-maven-plugin: - Configured macOS application bundle generation. - Added plist and dmg configuration for macOS builds. - Replaced maven-assembly-plugin with maven-shade-plugin: - Configured Maven Shade Plugin for creating fat JARs. - Added transformer to set the main class in the manifest. - Added launch4j-maven-plugin for Windows EXE packaging: - Configured Launch4j for generating Windows executables. - Set application metadata, icons, and splash screen configuration. - Updated JavaFX dependencies: - Changed version of javafx-web dependency from 16-ea+7 to 11 for compatibility. This commit improves the build process by adding support for creating native bundles for both macOS and Windows, streamlining the configuration, and enhancing the flexibility of the build process.
- Loading branch information
1 parent
f6c96d3
commit 5fd0500
Showing
1 changed file
with
86 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters