enabling UTF-8 encoding for clojure source files
问题 I'm working on a project which involves maven, java and clojure. The problem I'm facing is this, I have some UTF-8 chars in my clojure source files because of which my source code is not interpreted correctly by the java compiler, I kinda got it working by setting the environment variable JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8 , but what I want is to pass this property through MAVEN. I have already tried setting MAVEN_OPTS=-Dfile.encoding but this doesn't seem to work. I have also tried