Je voudrais utiliser la librairie JSF RichFace

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
 
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:h="http://java.sun.com/jsf/html"
      xmlns:ajf="http://richfaces.org/a4j"
      xmlns:rich="http://richfaces.org/rich"  >
me donne un warning dans netbeans "No library found for this name space"
et une erreur à l'exécution

PS: Je suis sous maven
Une idée ? ou un pom qui marche ?