Skip to content

Instantly share code, notes, and snippets.

@matthesrieke
Last active April 27, 2017 06:16
Show Gist options
  • Save matthesrieke/9a89c97394230c9f760adefd06b35ef1 to your computer and use it in GitHub Desktop.
Save matthesrieke/9a89c97394230c9f760adefd06b35ef1 to your computer and use it in GitHub Desktop.
jetty plugin
<build>
<plugins>
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.3.7.v20160115</version>
<configuration>
<stopKey>C</stopKey>
<stopPort>34343</stopPort>
<httpConnector>
<port>8080</port>
</httpConnector>
</configuration>
</plugin>
</plugins>
</build>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment