An FYI: I hit the following build error just now, even though MyFaces had built fine a little bit ago.
=========================== [ERROR] BUILD ERROR [INFO] ---------------------------------------------------------------------------- [INFO] Failed to configure plugin parameters for: org.apache.maven.plugins:maven-jar-plugin:2.0 Cause: Cannot find setter nor field in org.apache.maven.archiver.ManifestConfiguration for 'addDefaultImplementationEntries' =========================== Apparently, the fix is to use the following to get around the error. mvn -U -up clean install http://www.nabble.com/build-error-tf2237587.html#a6204695
