*/
public String filterPattern;
public void execute() throws MojoFailureException {
JettyPlusPortPlusScanner jetty = WebServerUtils.launchHttpServer(webRoot(), codePaths(), extraPathsToServe(), super.webPathToRequireDotJsConfig(),
new JettyMavenLogger("foobar", getLog()), false, filterPattern);
getLog().info("Server started: visit http://localhost:" + jetty.port + " to run your tests.");
Object o = new Object();
try {
synchronized(o){