Skip to content

Commit

Permalink
add manifest information to built jar
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMassaro authored and spullara committed Oct 6, 2023
1 parent 8c97ec4 commit 016764c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
</executions>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
<manifestEntries>
<Automatic-Module-Name>com.github.mustachejava</Automatic-Module-Name>
</manifestEntries>
Expand Down

0 comments on commit 016764c

Please sign in to comment.