Closed overheadhunter closed 4 years ago
Do we need the
dependency-reduced-pom
?
Oh, you're right, it shouldn't be included (in fact it should probably be put to target/
or otherwise be git-ignored)
Also note, that this branch started, before you added -DsettingsPath
. The produced applications don't include this yet.
It should be added via --java-options "-DsettingsPath=whatever"
to the jlink command. Of course this needs to be os-specific...
This will allow using
jpackage
to create self-contained application without the need for a JRE to run this program.