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

Latest commit

 

History

History
29 lines (18 loc) · 1.07 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.07 KB

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