Skip to content

Commit

Permalink
[MPOM-377] Add space before close empty elements in poms
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Dec 9, 2022
1 parent ba4c881 commit 34667f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1168,8 +1168,8 @@ under the License.
<java>
<!-- orders of used formatters are important MPOM-376 -->
<!-- eg. palantir override importOrder, so should be first -->
<palantirJavaFormat/>
<removeUnusedImports/>
<palantirJavaFormat />
<removeUnusedImports />
<importOrder>
<file>config/maven-eclipse-importorder.txt</file>
</importOrder>
Expand All @@ -1180,6 +1180,8 @@ under the License.
<pom>
<sortPom>
<expandEmptyElements>false</expandEmptyElements>
<!-- https://issues.apache.org/jira/browse/MRELEASE-1111 -->
<spaceBeforeCloseEmptyElement>true</spaceBeforeCloseEmptyElement>
</sortPom>
</pom>
<upToDateChecking>
Expand Down

0 comments on commit 34667f7

Please sign in to comment.