Skip to content

Commit

Permalink
Merge pull request #553 from hazendaz/master
Browse files Browse the repository at this point in the history
Adjustments to sort pom / add git revision to javadoc
  • Loading branch information
hazendaz authored Nov 12, 2023
2 parents 2e2644d + 4cf19cc commit d53fb0b
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 @@ -403,9 +403,12 @@
<artifactId>sortpom-maven-plugin</artifactId>
<version>${sortpom.plugin}</version>
<configuration>
<predefinedSortOrder>recommended_2008_06</predefinedSortOrder>
<createBackupFile>false</createBackupFile>
<expandEmptyElements>false</expandEmptyElements>
<keepBlankLines>true</keepBlankLines>
<nrOfIndentSpace>2</nrOfIndentSpace>
<spaceBeforeCloseEmptyElement>true</spaceBeforeCloseEmptyElement>
</configuration>
</plugin>

Expand Down Expand Up @@ -673,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 d53fb0b

Please sign in to comment.