Skip to content

avoid empty body warnings emposed by default activation of expandEmptyElements #2519

Open
@Pankraz76

Description

@Pankraz76

It would be nice to avoid empty body warnings emposed by default activation of expandEmptyElements, by disabling default value for this property.

make false:

public boolean expandEmptyElements = true;

need:

<sortPom/>

have:

<sortPom>
  <expandEmptyElements>false</expandEmptyElements>
</sortPom>

reproducer:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions