Liferay Faces

Liferay Faces

3.1.0-BETA2 (changelog) (April 27, 2012)

Liferay Faces is an umbrella project that provides support for the JavaServer™ Faces (JSF) standard within Liferay Portal.

Learn More

GitHub
https://github.com/liferay/liferay-faces

Download

Visit the artifact repository to view download links for all versions.

Maven 2

For those developing portlets with Maven, the following block of code will give you a head start in building your Liferay Faces project.

<dependencies>
  <dependency>
    <groupId>com.liferay.faces</groupId>
    <artifactId>liferay-faces-alloy</artifactId>
    <version>3.1.0-BETA2</version>
  </dependency>
  <dependency>
    <groupId>com.liferay.faces</groupId>
    <artifactId>liferay-faces-bridge-impl</artifactId>
    <version>3.1.0-BETA2</version>
  </dependency>
  <dependency>
    <groupId>com.liferay.faces</groupId>
    <artifactId>liferay-faces-portal</artifactId>
    <version>3.1.0-BETA2</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>maven2-repository-portletfaces.org</id>
    <url>http://repository.portletfaces.org/content/repositories/liferay-releases</url>
  </repository>
</repositories>