自动化发布报错
来源:13-9 服务端项目自动化发布、验证、故障排查与解决
qq_玄夜幻翼_0
2018-03-15
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ mmall ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.143s
[INFO] Finished at: Thu Mar 15 17:13:26 CST 2018
[INFO] Final Memory: 7M/27M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project mmall: Unable to parse configuration of mojo org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile: When configuring a basic element the configuration cannot contain any child elements. Configuration element 'compilerArgument'. -> [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/PluginConfigurationException
2回答
-
qq_玄夜幻翼_0
提问者
2018-03-17
我换了一种编译外部包的方式.就没有报错了
112018-03-17 -
about_blank
2018-03-15
同学你好
导致这个错误的原因很多
很大可能是maven 的配置问题
https://stackoverflow.com/questions/20735122/learning-maven-unable-to-parse-configuration-for-jar-plugin
012018-03-15
相似问题