Skip to content

Commit

Permalink
Include automatic module name
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteenbeeke committed Jun 23, 2022
1 parent 536305c commit 3f29885
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,13 @@
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>com.jeroensteenbeeke.vavr.hamcrest</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
Expand Down

0 comments on commit 3f29885

Please sign in to comment.