I currently have a maven web project that I am attempting to write integration tests for. For the structure of the project, I\'ve defined test stubs under src/test/j
Use Tomcat 7 plugin with additional classpath directories configuration.
org.apache.tomcat.maven tomcat7-maven-plugin 2.2 ${build.testOutputDirectory} start-tomcat run true