Skip to content

Commit

Permalink
Add "Automatic-Module-Name" to manifest, fix usage as java 9+ module (#…
Browse files Browse the repository at this point in the history
…41)

Fixes #40
  • Loading branch information
bratkartoffel authored Dec 10, 2022
1 parent f70a463 commit 51ea164
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,17 @@
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>org.openapitools.jackson.nullable</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
Expand Down

0 comments on commit 51ea164

Please sign in to comment.