Is there anything I can add to pom.xml that will copy the generated .war file from the target directory to my Tomcat's webapps directory?
pom.xml
.war
target
webapps
I used the Maven WAR Plugin: http://maven.apache.org/plugins/maven-war-plugin/usage.html