public void testExplodedWarWithSourceModificationCheck()
throws Exception
{
// setup test data
String testId = "ExplodedWarWithSourceModificationCheck";
MavenProjectBasicStub project = new MavenProjectBasicStub();
File webAppSource = createWebAppSource( testId );
File classesDir = createClassesDir( testId, false );
File webAppDirectory = new File( getTestDirectory(), testId );
// configure mojo