Skip to content

Commit 692d6d6

Browse files
committed
Update README.md
1 parent a1314fc commit 692d6d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ Add the following `plugin` tag to your `pom.xml`:
2323
<goal>package</goal>
2424
</goals>
2525
<configuration>
26+
<!-- mandatory -->
2627
<mainClass>path.to.your.mainClass</mainClass>
28+
<!-- optional -->
2729
<bundleJre>true|false</bundleJre>
2830
<generateInstaller>true|false</generateInstaller>
2931
<administratorRequired>true|false</administratorRequired>

0 commit comments

Comments
 (0)