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 Builder:AUTO_BUILD'。我本来希望我的目标文件夹已经更新(重新构建),但情况似乎并非如此。
谢谢,丹尼尔。
Maven Eclipse 插件的 Maven 自动构建步骤本质上执行相当于mvn compile. 它不执行清理或编译之外的任何生命周期阶段。这意味着 Maven 自动构建不会生成 Maven 项目可能配置为生成的任何 JAR 文件。
mvn compile