Skip to content

Commit

Permalink
Add sort-pom configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed May 20, 2024
1 parent d097266 commit f538b45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,11 @@
<groupId>com.github.ekryd.sortpom</groupId>
<artifactId>sortpom-maven-plugin</artifactId>
<version>${sortpom-maven-plugin.version}</version>
<configuration>
<expandEmptyElements>false</expandEmptyElements>
<spaceBeforeCloseEmptyElement>true</spaceBeforeCloseEmptyElement>
<createBackupFile>false</createBackupFile>
</configuration>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit f538b45

Please sign in to comment.