Skip to content

Commit

Permalink
[pom] Add git revision to javadoc jar manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 12, 2023
1 parent 5449e1d commit 4cf19cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,7 @@
<manifestEntries>
<Automatic-Module-Name>${module.name}</Automatic-Module-Name>
<Copyright>${copyright}</Copyright>
<Git-Revision>${git.commit.id}</Git-Revision>
<X-Compile-Source-JDK>${maven.compiler.source}</X-Compile-Source-JDK>
<X-Compile-Target-JDK>${maven.compiler.target}</X-Compile-Target-JDK>
<X-Compile-Release-JDK>${maven.compiler.release}</X-Compile-Release-JDK>
Expand Down

0 comments on commit 4cf19cc

Please sign in to comment.