Maven Jetty Plugin


/ Published in: Other
Save to your folder(s)

Default jetty configuration for Maven


Copy this code and paste it in your HTML
  1. <plugin>
  2. <groupId>org.mortbay.jetty</groupId>
  3. <artifactId>jetty-maven-plugin</artifactId>
  4. <configuration>
  5. <scanIntervalSeconds>10</scanIntervalSeconds>
  6. </configuration>
  7. </plugin>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.