今天项目使用maven打包一直报错
[INFO] BUILD FAILURE
[INFO] ————————————————————————
[INFO] Total time: 2.293 s
[INFO] Finished at: 2020-05-27T18:59:57+08:00
[INFO] Final Memory: 20M/309M
[INFO] ————————————————————————
[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: �Ҳ����ļ�: F:\work\128svn服务�?\消息5g\rcs-maapapi\src\main\java\cn\witsky\rcsapi\bean\NotificationsDeliveryInfoDeliveryInfo.java
[ERROR] �÷�: javac <options> <source files>
[ERROR] -help �����г����ܵ�ѡ��
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
解决方法:file->Settings->Build,Execution,Deployment->Build Tools->Maven->Runer
在VM Options 加上 -DarchetypeCatalog=internal -Dfile.encoding=GBK