Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

unofaces/unofficial-primefaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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>Unofficial PrimeFaces Maven Repository</name>
  <url>http://unofaces.github.io/repository</url>
  <layout>default</layout>
</repository>

Building Artifacts

mvn clean install -Prelease -Dgpg.skip=true