Appendix A.3.6.2 Configuring an Override web.xml for the Jetty Maven Plugin
Use the
<project>
...
<plugins>
...
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<configuration>
...
<overrideWebXml>src/main/resources/override-web.xml</overrideWebXml>
...
</configuration>
</plugin>
...
</plugins>
</project>


