Skip to content

Commit 441ddce

Browse files
committed
Create modular runtime image #1
1 parent 8c5437b commit 441ddce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
</configuration>
152152
</execution>
153153
<execution>
154+
<!-- due to an apparent plugin bug, must run after clean -->
154155
<id>create-runtime-image</id>
155156
<phase>install</phase>
156157
<goals>
@@ -167,6 +168,11 @@
167168
<outputDirectory>
168169
${project.build.directory}/jlink-image
169170
</outputDirectory>
171+
<!-- apparently only one launcher can be provided, so merge requires command line -->
172+
<launcher>
173+
<name>xmldiff</name>
174+
<module>diff.merge/io.fixprotocol.xml.XmlDiff</module>
175+
</launcher>
170176
</configuration>
171177
</execution>
172178
</executions>

0 commit comments

Comments
 (0)