We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e98aa2 commit 2f082dcCopy full SHA for 2f082dc
basics/runtime/pom.xml
@@ -49,6 +49,9 @@
49
<configuration>
50
<archive>
51
<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>
55
</archive>
56
</configuration>
57
</plugin>
0 commit comments