PrimeFaces Unofficial

Build Status

Unofficial Mirror of PrimeFaces JSF Components

Why?

The New Maintanance Policy doesn't have freely available releases starting with PrimeFaces 3.5.

This work initiative aims to provide freely available repositories with the result of an integration effort of each change from original open source repository. All sources came from the original repository under the Apache License 2.0.

Maven Repository

Downloading unofficial releases with Maven:

<repository>
  <id>unofaces-repo</id>
  <name>JSF Programming Tools - Maven Repository</name>
  <url>http://jsftools.github.io/maven-repository/releases</url>
  <layout>default</layout>
</repository>
<repository>
  <id>unofaces-repo</id>
  <name>JSF Programming Tools - Maven Repository</name>
  <url>http://jsftools.github.io/maven-repository/snapshots</url>
  <layout>default</layout>
</repository>

Building Artifacts

mvn clean install -Prelease -Dgpg.skip=true