I want to be able to run the following command using maven
mvn tomcat7:deploy
I also want to add the update parameter as specified
http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/tomcat7-maven-plugin/deploy-mojo.html
How do I add update true to the command?
Inside the configuration element:
http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/tomcat7-maven-plugin/usage.html