@Override
public void doExecute()
throws MojoExecutionException, MojoFailureException
{
new TestTemplate( getProject(), includes, excludes, new TestTemplate.CallBack()
{
public void doWithTest( File sourceDir, String test )
throws MojoExecutionException
{
createLaunchConfigurationForGwtTestCase( sourceDir, test );