this.getLog().info(this.buildServerInstructions());
serverManager.join();
}
private ServerManager getServerManager() throws MojoExecutionException {
Log log = this.debug ? this.getLog() : new NullLog();
CreatesRunner createsRunner = new CreatesRunner(
this,
log,
this.manualSpecRunnerHtmlFileName,