Skip to content

Commit facb2e6

Browse files
committed
fix: allow empty tags
Signed-off-by: Chris Laprun <[email protected]>
1 parent feba0ae commit facb2e6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,9 @@
324324
<include>pom.xml</include>
325325
<include>./**/pom.xml</include>
326326
</includes>
327-
<sortPom></sortPom>
327+
<sortPom>
328+
<expandEmptyElements>false</expandEmptyElements>
329+
</sortPom>
328330
</pom>
329331
<java>
330332
<eclipse>
@@ -333,7 +335,7 @@
333335
<importOrder>
334336
<file>contributing/eclipse.importorder</file>
335337
</importOrder>
336-
<removeUnusedImports></removeUnusedImports>
338+
<removeUnusedImports/>
337339
</java>
338340
</configuration>
339341
</plugin>

0 commit comments

Comments
 (0)