We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5437b commit 441ddceCopy full SHA for 441ddce
pom.xml
@@ -151,6 +151,7 @@
151
</configuration>
152
</execution>
153
<execution>
154
+ <!-- due to an apparent plugin bug, must run after clean -->
155
<id>create-runtime-image</id>
156
<phase>install</phase>
157
<goals>
@@ -167,6 +168,11 @@
167
168
<outputDirectory>
169
${project.build.directory}/jlink-image
170
</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>
176
177
178
</executions>
0 commit comments