1920212223242526
* @required */ private int port; public void execute() throws MojoExecutionException { StubbleClient client = new StubbleClient(port); client.stopServer(); }