Skip to content

Instantly share code, notes, and snippets.

@khajavi
Created February 1, 2015 05:42
Show Gist options
  • Save khajavi/ad21c455c6e6c0697d21 to your computer and use it in GitHub Desktop.
Save khajavi/ad21c455c6e6c0697d21 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>8.1.16.v20140903</version>
<configuration>
<stopKey>todostop</stopKey>
<stopPort>9999</stopPort>
<webApp>
<contextPath>/server-context</contextPath>
</webApp>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment