Awakening
Awakening

Reputation: 3795

how to use maven command to deploy war package to local tomcat

How can I use maven to deploy war package to local tomcat?
like: mvn deploy -file:C\tomcat\webapp

Upvotes: 0

Views: 62

Answers (1)

Nils Schmidt
Nils Schmidt

Reputation: 3720

You can use Apache Tomcat Maven Plugin

Upvotes: 1

Related Questions