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 和 Jenkins,由于某种原因,我的 Snapshot 版本与我在 nexus 中的 Release 版本不同。我希望他们都一样。有任何想法吗
版本有何不同?
例如,发布版本的格式通常为“..”;1.0.4,而 SNAPSHOT 工件将被版本化为 1.0.4-SNAPSHOT。
如果 xyz 值显着不同,请检查项目的本地 pom 并确保版本正确。
尝试清除 Jenkins 作业的工作区,因为另一个构建可能留下不正确的 POM,您是否使用 maven 发布插件?这可能会在构建失败后留下更改的“遗物”,这可能会导致事情失败。