Skip to content

Instantly share code, notes, and snippets.

@hedefalk
Created February 10, 2011 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hedefalk/820610 to your computer and use it in GitHub Desktop.
Save hedefalk/820610 to your computer and use it in GitHub Desktop.
Jetty-plugin-definition
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<version>6.1.25</version>
<configuration>
<reload>manual</reload>
<contextPath>/</contextPath>
<scanIntervalSeconds>5</scanIntervalSeconds>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment