}
catch ( MalformedURLException e )
{
}
throw new ExecutionFailedException( "Failed to execute build.\nPOM: " + pom + "\nGoals: "
+ StringUtils.join( goals.iterator(), ", " ) + "\nExit Code: " + result.getExitCode() + "\nError: "
+ result.getExecutionException() + "\nBuild Log: " + buildLogUrl + "\n", result );
}
}