Added bindServices attribute to moditects jlink call.
This commit is contained in:
parent
9bbbe0fa4d
commit
b0abe31388
@ -5,3 +5,9 @@ Example Maven Project for a JavaFX Application.
|
||||
Maven modules are configured so that even Images are build (including JPackage app-image).
|
||||
|
||||
Project includes PMD and spotbugs!
|
||||
|
||||
|
||||
Branches shows,
|
||||
- including log4j
|
||||
- including slf4j
|
||||
This is just for testing purpose / was requiried during threads in http://java-forum.org.
|
||||
1
pom.xml
1
pom.xml
@ -255,6 +255,7 @@
|
||||
<module>${main.module}</module>
|
||||
</launcher>
|
||||
<compression>2</compression>
|
||||
<bindServices>true</bindServices>
|
||||
<jarInclusionPolicy>APP_WITH_DEPENDENCIES</jarInclusionPolicy>
|
||||
<stripDebug>true</stripDebug>
|
||||
<outputDirectory>${project.build.directory}/jlink-image</outputDirectory>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user