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:|`null`| JRE minimum version. If an appropriate version cannot be found display error message. Disabled if a JRE is bundled. |
158
+
|`jreMinVersion`|:x:|| JRE minimum version. If an appropriate version cannot be found display error message. Disabled if a JRE is bundled. |
159
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. |
160
160
|`licenseFile`|:x:|`${project.licenses[0].url}` or `${basedir}/LICENSE` or `${projectdir}/LICENSE`| Path to project license file. |
161
161
|`mainClass`|:heavy_check_mark:|`${exec.mainClass}`| Full path to your app main class. |
162
-
|`manifest`|:x:|`null`|[Allows adding additional entries to MANIFEST.MF file.](docs/manifest.md)|
162
+
|`manifest`|:x:||[Allows adding additional entries to MANIFEST.MF file.](docs/manifest.md)|
163
163
|`modules`|:x:|`[]`| Defines modules to customize the bundled JRE. Don't use `jdeps` to get module dependencies. |
164
164
|`name`|:x:|`${project.name}` or `${project.artifactId}`| App name. |
165
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
169
|`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. |
170
-
|`runnableJar`|:x:|`null`| 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. |
171
-
|`url`|:x:|`null`| App website URL. |
170
+
|`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. |
171
+
|`url`|:x:|| App website URL. |
172
172
|`useResourcesAsWorkingDir`|:x:|`true`| Uses app resources folder as default working directory (always `true` on Mac OS). |
|`linuxConfig`|:x:|`null`|[GNU/Linux specific properties](docs/linux-specific-properties.md). |
183
-
|`macConfig`|:x:|`null`|[Mac OS X specific properties](docs/macosx-specific-properties.md). |
184
-
|`winConfig`|:x:|`null`|[Windows specific properties](docs/windows-specific-properties.md). |
182
+
|`linuxConfig`|:x:||[GNU/Linux specific properties](docs/linux-specific-properties.md). |
183
+
|`macConfig`|:x:||[Mac OS X specific properties](docs/macosx-specific-properties.md). |
184
+
|`winConfig`|:x:||[Windows specific properties](docs/windows-specific-properties.md). |
185
185
186
-
> See [**Older documentation**](#older-documentation) for previous versions properties.
187
-
188
-
> :warning: Be careful when using the `platform` property if your project uses platform dependent libraries, so the libraries of the current platform will be copied, not those required for the target platform. You can solve this problem using `classifiers`. Also, customized JRE and intallers generation will be ommited.
186
+
> :warning: Be careful when using the `platform` property if your project uses platform dependent libraries, so the libraries of the current platform will be copied, not those required for the target platform. You can solve this problem using `classifiers`. Also, intallers generation will be ommited.
189
187
190
188
### Plugin assets
191
189
@@ -310,19 +308,4 @@ And then, run (ommit `./` on Windows):
310
308
311
309
Check the [TO-DO list](https://github.com/fvarrui/JavaPackager/projects/1#column-7704117) to know the features we plan to add to JavaPackager.
0 commit comments