Downloads Downloads

Binary Distribution

PortletFaces-Tools 1.3.0 (GA) was released on December 1, 2010. The following JARs are necessary in order to include PortletFaces in your Liferay Portlet:

Additionally, choose one of the following adapters according to your version of Liferay

Source Distribution

Subversion (SVN)

The following sub-projects are related to PortletFaces. Note that they rely on the parent pom.xml of the edoras framework trunk.

Maven 2

If using Maven, include the following dependency in your pom.xml file.

 <dependency>
 <groupId>org.edorasframework</groupId> <artifactId>org.edorasframework.portletfaces</artifactId> <version>1.3.0</version> </dependency>

 

Note: The Liferay 5.2 adapter is the default. You can specify an alternate adapter by excluding the 5.2 adapter and including the  alternate:

 <dependency> <groupId>org.edorasframework</groupId> <artifactId>org.edorasframework.portletfaces</artifactId> <version>1.3.0</version> <exclusions> <exclusion> <groupId>org.edorasframework</groupId> <artifactId>org.edorasframework.liferay.5.2.adapter</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.edorasframework</groupId> <artifactId>org.edorasframework.liferay.6.0.adapter</artifactId> <version>1.3.0</version> </dependency> 

 

Repository:

 <repositories> <repository> <id>maven2-repository-portletfaces.org</id> <url>http://repo.portletfaces.org/mvn/maven2</url> </repository> </repositories>