idea项目Tomcat 插件 运行报错

错误原因:

  父工程  install(安装)报错

1.

[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] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :xxx

 

2. 如果单独运行 xxx 包,报错误

[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.

 

可以参考:https://blog.csdn.net/m0_37870673/article/details/102718107

     或  https://www.cnblogs.com/cchilei/p/13507278.html

如果还是没有解决 :

就运行每个包,可以把范围缩小,同时再检查代码 看有没有漏写方法参数等.....。

 

posted @ 2021-02-14 22:15  面瘫患者  阅读(612)  评论(0编辑  收藏  举报