Skip to content

Instantly share code, notes, and snippets.

@sathish-io
Created September 26, 2013 01:55
Show Gist options
  • Save sathish-io/6708820 to your computer and use it in GitHub Desktop.
Save sathish-io/6708820 to your computer and use it in GitHub Desktop.
Add Jetty plugin to maven project
Add below under <plugins></plugins> section in the pom file
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment