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
Instead of using the maven antrun plugin, you could instead use the maven resources plugin and configure it like this:
maven-resources-plugin
2.5
process-test-classes
test-classes
copy-resources
false
${project.build.directory}/${project.build.finalName}/WEB-INF/classes
${project.build.directory}/test-classes