Open
Description
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