ppkarwasz commented on PR #30:
URL:
https://github.com/apache/logging-log4j-tools/pull/30#issuecomment-1422329463
This doesn't work as expected, since `flatten-maven-plugin` has these nice
lines:
```lang-java
if ( System.getProperty( "os.name" ).contains( "Windows" ) )
{
data = data.replace( "\n", "\r\n" );
}
```
--
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]