Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Maven 项目,有 5 个子模块。每个模块都依赖于 5 个模块之一,但是我不希望一个模块中的更改触发任何模块的构建。谁能指出我如何配置它的正确方向。
提前致谢
只需创建 5 个不同的 Jenkins 工作。每个模块一个。由于每个模块都有自己的 pom.xml,这应该没问题。问题在于,如果两个模块发生变化,您必须以正确的顺序构建它们。据我所知,这必须手动完成。