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.

Revisions

  1. sudarsang created this gist Sep 14, 2013.
    11 changes: 11 additions & 0 deletions pom.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    <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>