Announcement: Liferay Faces in Maven Central

The new location for downloading Liferay Faces artifacts (JARs, WARs, etc.) is Maven Central.

As part of the migration of Liferay Faces from portletfaces.org to liferay.com, the repository.portletfaces.org Nexus repository is being phased-out. Now that the artifacts are in Maven Central, developer should remove the following repository from project pom.xml files:

<repositories>
   <repository>
     <id>maven2-repository-portletfaces.org</id>
     <url> http://repository.portletfaces.org/content/repositories/liferay-releases</url>
   </repository>
</repositories>

Blogs
[...] UPDATE: Liferay Faces in Maven Central On August 22, 2012 Liferay issued a press release announcing the first General Availability (GA) release of Liferay Faces: Liferay Faces 3.1.0-ga1 (JSF 2.0/2.1 +... [...] Read More