MyFaces can easily be added to a project built with Maven. The instruction below should work with version MyFaces 1.1.2+ and Maven 2.0.4+ http://maven.apache.org/download.html.
If you want to use SNAPSHOT versions of MyFaces code, ie the bleeding edge that is not yet an official release, then add the following repository to your project's pom or your settings.xml file.
xmlmvn -Declipse.downloadSources=true eclipse:eclipse
will setup the eclipse project files and download the source the dependencies.mvn war:inplace
will copy dependencies into WEB-INF/lib and copy resources into WEB-INF/classesFor more information on Maven see http://maven.apache.org