Maven - 格式化代码和签入
我定期使用 Hudson 构建我的项目。我希望 Hudson 格式化我的代码(使用 Jalopy),然后将更改签入 github.com。
我已经按照我喜欢的方式配置了 Jalopy,我只需要配置 scm 插件来签入更改。
I am using Hudson to build my projects periodically. I want Hudson to format my code (using Jalopy) and then check-in the changes to github.com.
I already have Jalopy configured the way I like, I just need to configure the scm plugin to check-in the changes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以我的拙见,这是一个奇怪的工作流程,您应该解决问题的根本原因,而不是事后解决。
因此,我会在提交之前格式化代码,使用:
jalopy:format
在流程源
期间In my humble opinion, this is a strange workflow and you should fix the root cause of a problem, not fix it after the facts.
I would thus format the code before committing either using:
jalopy:format
duringprocess-sources