Archetype: cannot build generated project because of missing JSF impl
---------------------------------------------------------------------
Key: RF-11767
URL:
https://issues.jboss.org/browse/RF-11767
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: archetype
Affects Versions: 4.1.0.CR1
Reporter: Pavol Pitonak
It's not possible to build a project generated using richfaces-archetype-simpleapp
with enterprise=true because of missing JSF implementation artifact.
RichFaces BOM contains following version but EAP repository contains
2.1.3-b02-redhat-0-todo.
{code:xml}
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-impl</artifactId>
<version>2.1.3-b02-jbossorg-2</version>
</dependency>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira