Using jetty-maven-plugin. Got this error in the upgrade from jetty 8 to jetty 9.
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.0.v20161208</version>
Using jetty-maven-plugin. Got this error in the upgrade from jetty 8 to jetty 9.
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.0.v20161208</version>
Jetty 9 could not find sitemesh*.jar even though it was there. So you have to add below code to your jetty-context.xml to make it work:
Add all other jars names here which you want jetty to scan.