2728293031323334353637
try { System.in.read(); } catch (IOException e) { e.printStackTrace(); } finally { server.stop(); } } public static void main(String[] args) { new CmdlineServer().run();
4445464748495051525354
try { System.in.read(); } catch (IOException e) { throw new MojoExecutionException("Cannot read from System.in.", e); } finally { server.stop(); } } @Override protected boolean isResetStoreOnInitialization() {