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>同じ Phase に2 つの が接続されていdeployます。最初の実行はtomcat:redeployで、2 番目の実行はアプリケーションが実際に機能することを検証するために運用サーバーに HTTP 要求を行うカスタム実行です。
<execution>
deploy
tomcat:redeploy
この特定の順序でそれらを実行するようにmavenに指示するにはどうすればよいですか?
http://jira.codehaus.org/browse/MNG-2258を確認し、Maven 3 を試してください。