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.
我在eclipse中有maven java项目。我右键单击项目,选择“构建项目”,我希望自动调用“mvn 包”。是否可以?
右键单击您的 pom.xml 并选择"Run as" -> "Maven build.."并输入目标:package。如果您现在选择“运行”(CTRL + F11),如果您选择这些运行配置,它将自动运行。
"Run as" -> "Maven build.."
package
正如克里斯所说,m2e是必需的。
您应该安装 m2eclipse eclipse 插件。这将负责在 Eclipse 中正确构建 Maven 项目。m2eclipse 的链接在这里