elharo opened a new issue, #391:
URL: https://github.com/apache/maven-help-plugin/issues/391
In src/main/java/org/apache/maven/plugins/help/AbstractHelpMojo.java:55:
protected static final String LS = System.getProperty("line.separator");
Should use System.lineSeparator() (Java 7+), which falls back to "\n" if the
property is missing. DescribeMojoTest inconsistently uses both
System.getProperty("line.separator") (line 88) and System.lineSeparator() (line
110).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]