SebastianKuehn opened a new pull request #73:
URL: https://github.com/apache/maven-plugin-tools/pull/73


   PluginReport didn't specify an encoding while reading the
   Plugin-Descriptor. This causes the fallback to the plattform encoding
   and ignores the (user specified) input encoding.
   
   This commits adds an integration test to reproduce the error and fixes
   it by using the input encoding for the creation of the used Reader.
   
   The integration tests forces the plattform encoding to CP1252 (Western
   European charset used in Windows) while the source (input) and output
   encoding is UTF-8.
   The source file contains non-ASCII characters which have a different
   representation in both encodings.


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to