Skip to content

Commit

Permalink
Merge pull request #5 from /issues/4
Browse files Browse the repository at this point in the history
[#4] Add <Automatic-Module-Name/>
  • Loading branch information
onacit authored Dec 31, 2021
2 parents 5ccb91c + f6f61e4 commit cad6526
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@
<version>3.2.0</version>
<configuration>
<archive>
<!-- https://dzone.com/articles/automatic-module-name-calling-all-java-library-maintainers -->
<manifestEntries>
<Automatic-Module-Name>com.github.jinahya.bit.io</Automatic-Module-Name>
</manifestEntries>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
Expand Down

0 comments on commit cad6526

Please sign in to comment.