Skip to content

Commit

Permalink
#22: add Automatic-Module-Name
Browse files Browse the repository at this point in the history
  • Loading branch information
t9t committed Mar 12, 2023
1 parent 8f439b8 commit 4c9d896
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jooq-postgresql-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>com.github.t9t.jooq.json</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>

<plugin>
Expand Down

0 comments on commit 4c9d896

Please sign in to comment.