You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/07/29 05:21:21 UTC

[GitHub] [maven-mvnd] meiMingle commented on issue #667: Exception in thread "main" java.io.UncheckedIOException: java.nio.charset.MalformedInputException: Input length = 1

meiMingle commented on issue #667:
URL: https://github.com/apache/maven-mvnd/issues/667#issuecomment-1198891113

   Fortunately I have solved this problem. The reason is that UTF-8, GBK and other encodings are mixed in our project. My solution is to modify the configuration in the mvnd/conf/mvnd.properties file as follows
   `mvnd.jvmArgs=-Dfile.encoding=UTF-8`


-- 
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-unsubscribe@maven.apache.org

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