How to add richfaces to maven project
I'm trying to use popup component in my app. I use JSF, Glassfish. Here's my pom.xml : <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>pl.karta</groupId> <artifactId>epacjent</artifactId> <version>1.0-SNAPSHOT</version> <packaging>war</packaging> <name>epacjent</name> <properties> <org.richfaces.bom.version>4.2.2.Final</org.richfaces.bom.version> <gae.version>1.4.2</gae.version> </properties>