本文介绍了Jenkins没有显示maven编译器错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在Jenkins构建我们的多模块maven 3项目时,如果出现构建错误,我们会收到maven编译器插件失败的神秘消息。这才刚刚开始在上周内发生:
When building our multi-module maven 3 project in Jenkins, if there's a build error we get this cryptic message that the maven compiler plugin failed. This only just started happening within the last week:
$ c> javac 为妈妈哭泣。就这么简单。没有数千和数千行长类,有疯狂的静态初始化器,超长的方法和类似的东西。如果您的代码看起来很复杂,那么对于差的 javac 也是如此。
It's that simple. No thousands and thousands of lines long classes, with crazy static initializers, super long methods and stuff like these. If your code looks complicated to you, it sure does for poor javac as well.
保存 javac 今天处理:重构您的代码!!
Save a javac process today: refactor your code!!
这篇关于Jenkins没有显示maven编译器错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!