Skip to content

Commit

Permalink
Create modular runtime image FIXTradingCommunity#1
Browse files Browse the repository at this point in the history
  • Loading branch information
donmendelson committed Sep 4, 2019
1 parent 8c5437b commit 441ddce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
</configuration>
</execution>
<execution>
<!-- due to an apparent plugin bug, must run after clean -->
<id>create-runtime-image</id>
<phase>install</phase>
<goals>
Expand All @@ -167,6 +168,11 @@
<outputDirectory>
${project.build.directory}/jlink-image
</outputDirectory>
<!-- apparently only one launcher can be provided, so merge requires command line -->
<launcher>
<name>xmldiff</name>
<module>diff.merge/io.fixprotocol.xml.XmlDiff</module>
</launcher>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 441ddce

Please sign in to comment.