You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`jreMinVersion`|:x:|| JRE minimum version. If an appropriate version cannot be found display error message. Disabled if a JRE is bundled. |
160
159
|`jrePath`|:x:|`""`| Path to JRE folder. If specified, it will bundle this JRE with the app, and won't generate a customized JRE. For Java 8 version or least. |
161
160
|`licenseFile`|:x:|`${project.licenses[0].url}` or `${basedir}/LICENSE` or `${projectdir}/LICENSE`| Path to project license file. |
162
161
|`mainClass`|:heavy_check_mark:|`${exec.mainClass}`| Full path to your app main class. |
163
162
|`manifest`|:x:||[Allows adding additional entries to MANIFEST.MF file.](docs/manifest.md)|
164
-
|`modules`|:x:|`[]`|Defines modules to customize the bundled JRE. Don't use `jdeps` to get module dependencies. |
163
+
|`modules`|:x:|`[]`|Modules to customize the bundled JRE. Don't use `jdeps` to get module dependencies. |
165
164
|`name`|:x:|`${project.name}` or `${project.artifactId}`| App name. |
166
165
|`organizationName`|:x:|`${project.organization.name}` or `"ACME"`| Organization name. |
|`outputDirectory`|:x:|`${project.build.directory}` or `${project.builddir}`| Output directory (where the artifacts will be generated). |
169
+
|`packagingJdk`|:x:|`${java.home}`| JDK used in the execution of `jlink` and other JDK tools. |
170
170
|`platform`|:x:|`auto`| Defines the target platform, which could be different to the execution platform. Possible values: `auto`, `mac`, `linux`, `windows`. Use `auto` for using execution platform as target. |
171
171
|`runnableJar`|:x:|| Defines your own JAR file to be bundled. If it's ommited, the plugin packages your code in a runnable JAR and bundle it with the app. |
172
172
|`url`|:x:|| App website URL. |
173
173
|`useResourcesAsWorkingDir`|:x:|`true`| Uses app resources folder as default working directory (always `true` on Mac OS). |
0 commit comments