Skip to content

Commit 2f082dc

Browse files
[#533] add Automatic-Module-Name in jaxb-plugins-runtime
1 parent 2e98aa2 commit 2f082dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

basics/runtime/pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
<configuration>
5050
<archive>
5151
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
52+
<manifestEntries>
53+
<Automatic-Module-Name>org.jvnet.jaxb2_commons.plugins.runtime</Automatic-Module-Name>
54+
</manifestEntries>
5255
</archive>
5356
</configuration>
5457
</plugin>

0 commit comments

Comments
 (0)