This maven2 archetype contains a little sample application with JavaServer Faces 1.2 (MyFaces-Core), Facelets 1.1.14 and ploinFaces 1.4.6. It is deployed on the PLOIN Repository-Server on
http://www.ploin-m2.de/nexus/content/groups/public/
you can create a project from the archetype with the following command:
mvn archetype:generate -DarchetypeGroupId=org.ploin.archetype -DarchetypeArtifactId=tempJsf1.2 -DarchetypeVersion=1.1 -DarchetypeRepository=http://www.ploin-m2.de/nexus/content/groups/public/ -DgroupId=de.ploin -DartifactId=demoJsf1.2