This example applies to maven projects. Add the jetty-maven-plugin to build element as below.
<build>
<plugins>
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version&g...