Repository manager that hosts the PrimeFaces component library.

<repository>  
    <id>prime-repo</id>  
    <name>Prime Technology Maven Repository</name>  
    <url>http://repository.prime.com.tr</url>  
    <layout>default</layout>  
</repository>

The dependency to add as follows:

<dependency>  
    <groupId>org.primefaces</groupId>  
    <artifactId>primefaces</artifactId>  
    <version>2.2</version>  
</dependency>

Just a note, PrimeFaces is a JSF component library and is JSF2.0 ready!

Reference

http://www.primefaces.org/downloads.html

Share