Open
Description
Slawomir Jaranowski opened MRELEASE-1111 and commented
When we have in pom empty tags like:
<configuration>
<java>
<palantirJavaFormat/>
<removeUnusedImports/>
</java>
<configuration>
code is changed to:
<configuration>
<java>
<palantirJavaFormat />
<removeUnusedImports />
</java>
<configuration>
one more space is adde for empty tags.
Not corresponding lines should not be changed at all.
Affects: 3.0.0-M7
Issue Links:
-
MPOM-377 Add space before close empty elements in poms
-
MRELEASE-850 mvn release:prepare reformats pom.xml comments
1 votes, 2 watchers