tkobayas commented on issue #3221: URL: https://github.com/apache/incubator-kie-tools/issues/3221#issuecomment-3194980328
Oops, I noticed that my previous guide `mvn clean install -Dfile.encoding=UTF-8` was wrong. Solution: - Set `-Dfile.encoding=UTF-8` for `MAVEN_OPTS`. Then run `mvn`. for example) in command prompt, ``` cd drools-decisiontables set MAVEN_OPTS=-Dfile.encoding=UTF-8 mvn clean install ``` `MAVEN_OPTS` directly affects as JVM option. I confirmed that it solves the issue on my end (Windows10). Please try. Of course, you have already removed the java files in problem, so you may not need to try this approach :) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
