Skip to content

[MRELEASE-1111] release:prepare reformat empty tags #1274

Open
@jira-importer

Description

@jira-importer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority:majorMajor loss of function

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions