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.
我有两个<execution>s 连接到同一阶段deploy。第一个执行是tomcat:redeploy,第二个是自定义执行,它向生产服务器发出 HTTP 请求,以验证应用程序是否真正工作。
<execution>
deploy
tomcat:redeploy
我如何指示 maven 以这个特定的顺序执行它们?
检查http://jira.codehaus.org/browse/MNG-2258,尝试 Maven 3。