[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project rcs-maapapi: Compilation failure
[ERROR] javac: ????????: XXX.java
[ERROR] ?÷?: javac <options> <source files>
解决方法:file->Settings->Build,Execution,Deployment->Build Tools->Maven->Runer
在VM Options 加上 -DarchetypeCatalog=internal -Dfile.encoding=GBK
idea maven 打包错误 [ERROR] javac options source files
原文:https://www.cnblogs.com/banxia-boke/p/15222960.html