//Execute our modified mojo
maven.execute(session, genConfigMojo, monitor);
if (session.getResult().hasExceptions()){
markerManager.addMarkers(mavenFacade.getPom(), MavenWtpConstants.WTP_MARKER_GENERATE_APPLICATIONXML_ERROR, session.getResult());
}
//Copy generated files to their final location
File[] files = generatedDescriptorLocation.listFiles();