Skip to content

Instantly share code, notes, and snippets.

@sudarsang
Created September 14, 2013 02:19
Show Gist options
  • Save sudarsang/6558305 to your computer and use it in GitHub Desktop.
Save sudarsang/6558305 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>${jetty.maven.plugin.version}</version>
<configuration>
<scanIntervalSeconds>5</scanIntervalSeconds>
<webAppConfig>
<contextPath>/customerMgr</contextPath>
</webAppConfig>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment