We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1314fc commit 692d6d6Copy full SHA for 692d6d6
README.md
@@ -23,7 +23,9 @@ Add the following `plugin` tag to your `pom.xml`:
23
<goal>package</goal>
24
</goals>
25
<configuration>
26
+ <!-- mandatory -->
27
<mainClass>path.to.your.mainClass</mainClass>
28
+ <!-- optional -->
29
<bundleJre>true|false</bundleJre>
30
<generateInstaller>true|false</generateInstaller>
31
<administratorRequired>true|false</administratorRequired>
0 commit comments