public void execute() throws MojoExecutionException {
Server server = jettyRunTest(false);
String url = getTestUrl(server);
getLog().info("Test-URL: " + url);
try {
server.join();
} catch (InterruptedException e) {
// okay, good-bye!
}
stopServerIgnoreException(server);
}