Reputation: 105213
I have two <execution>
s attached to the same phase deploy
. First execution is tomcat:redeploy
, second one is a custom one that makes a HTTP request to the production server to validate that the application really works.
How can I instruct maven to execute them in this particular order?
Upvotes: 1
Views: 80