Reputation: 3795
How can I use maven to deploy war package to local tomcat? like: mvn deploy -file:C\tomcat\webapp
Upvotes: 0
Views: 62
Reputation: 3720
You can use Apache Tomcat Maven Plugin
Upvotes: 1