Skip to content

Would be nice to have filtering of some configuration for special chracters #208

Open
@GregDomjan

Description

@GregDomjan

Plugin passes defines/options etc. through without filtering for special characters

For instance windows resource compiler can have issue with newline.

<define>visibly bad
if you look</define>
<define>${artifact.description} might be broken, depends on description</define>

For newline resource compile resulting in

  • process hang
  • errors from like
    error RC2001: newline in constant

This came up several times for us as auto formatting of the pom.xml adding newlines.

Would be nice to have option to filter characters and give replacement values, like
replace return\newline with \r\n
strip return\newline

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions