Shyam Kumar Sundarakumar
Shyam Kumar Sundarakumar

Reputation: 5787

Richfaces Maven Dependency JBoss EAP 6.0

In pom.xml, how do I mention that my application needs to use the RichFaces implementation provided in JBoss EAP 6.0?

Upvotes: 0

Views: 374

Answers (1)

Brian Leathem
Brian Leathem

Reputation: 4639

RichFaces is bundled as part of the WFK product rather than as poart of EAP. See the WFK Maven_Repository_User_Guide for details on setting up your pom.xml to work with WFK repositories. Then, define your RichFaces dependencies as usual, but use the WFK release of Richfaces: 4.2.3.Final-redhat-1.

Alternatively, use the RichFaces kitchensink archetype to set up your project, specifying enterprise=true. This will setup a RichFaces maven project with all the correct WFK/EAP dependencies.

Upvotes: 1

Related Questions