Advertisement
Guest User

Untitled

a guest
Jan 31st, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <plugin>
  2. <groupId>org.mortbay.jetty</groupId>
  3. <artifactId>jetty-maven-plugin</artifactId>
  4. <version>8.1.16.v20140903</version>
  5. <configuration>
  6. <stopKey>todostop</stopKey>
  7. <stopPort>9999</stopPort>
  8. <webApp>
  9. <contextPath>/server-context</contextPath>
  10. </webApp>
  11. </configuration>
  12. </plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement