Skip to content

Instantly share code, notes, and snippets.

@tsvendsen
tsvendsen / gist:5063545
Created March 1, 2013 09:38
maven-plugin configuration
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<version>${jetty.version}</version>
<configuration>
<scanIntervalSeconds>3</scanIntervalSeconds>
<reload>manual</reload>
<testClassesDirectory>${project.basedir}/src/dev/resources</testClassesDirectory>
<webAppConfig>
<contextPath>/</contextPath>