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>


