Last week I tried to upgrade my JSF 2 examples for JSF@Work to run with Jetty 8 for the full Java EE 6 experience. My first naive approach was to simply change the version of the Jetty Maven Plugin from 7.x to 8.x. Unfortunately, that did not work out so well and resulted in a nasty exception during JSF startup (MyFaces and Mojarra). So, in this post I will show you how to run JSF 2.x web apps wit