Skip to content

Commit

Permalink
Adds example wit opts
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Nov 25, 2015
1 parent 7e77336 commit 948c40f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ launch4j and assembly to the package phase with a POM like this:
</classPath>
<jre>
<minVersion>1.5.0</minVersion>
<opts>
<opt>-Djava.endorsed.dirs=./endorsed</opt>
</opts>
</jre>
<versionInfo>
<fileVersion>1.2.3.4</fileVersion>
Expand Down

0 comments on commit 948c40f

Please sign in to comment.