Slawomir Jaranowski created MRELEASE-1111:
---------------------------------------------
Summary: release:prepare reformat empty tags
Key: MRELEASE-1111
URL: https://issues.apache.org/jira/browse/MRELEASE-1111
Project: Maven Release Plugin
Issue Type: Bug
Components: prepare
Affects Versions: 3.0.0-M7
Reporter: Slawomir Jaranowski
When we have in pom empty tags like:
{code}
<configuration>
<java>
<palantirJavaFormat/>
<removeUnusedImports/>
</java>
<configuration>
{code}
code is changed to:
{code}
<configuration>
<java>
<palantirJavaFormat />
<removeUnusedImports />
</java>
<configuration>
{code}
one more space is adde for empty tags.
Not corresponding for lines should not be changed at all.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)