Skip to content

Commit

Permalink
[#533] add Automatic-Module-Name in jaxb-plugins-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentschoelens committed Apr 11, 2024
1 parent 2e98aa2 commit 2f082dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions basics/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
<manifestEntries>
<Automatic-Module-Name>org.jvnet.jaxb2_commons.plugins.runtime</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
Expand Down

0 comments on commit 2f082dc

Please sign in to comment.