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 构建结束时被标记为 SKIPPED 吗?
请注意,“跳过链”总是从我的网络项目开始,其中包括以下功能:
这可能是由于 Maven 内部的 OutOfMemoryError 造成的。我们在 Maven 跳过一半模块时遇到了类似的问题。增加 Maven 进程本身的内存解决了这个问题。我不知道它是特定于某些表现不佳的特定插件还是特定于 Maven 核心。