Maven - 格式化代码和签入

发布于 2024-09-13 16:53:13 字数 126 浏览 5 评论 0原文

我定期使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

幽蝶幻影 2024-09-20 16:53:13

以我的拙见,这是一个奇怪的工作流程,您应该解决问题的根本原因,而不是事后解决。

我们来做美式吐司吧:你烧,我刮。 ——W.爱德华兹·戴明。

因此,我会在提交之前格式化代码,使用:

  • 保存时的 IDE(Eclipse 可以使用保存操作自动执行此操作)、
  • 预提交挂钩(在本地存储库上? )
  • 使用 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.

Let's make toast American style: you burn, I'll scrape. --W. Edwards Deming.

I would thus format the code before committing either using:

  • the IDE on save (Eclipse can do this automatically with Save Actions)
  • a pre-commit hook (on your local repo?)
  • using jalopy:format during process-sources
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文