In pom.xml, how do I mention that my application needs to use the RichFaces implementation provided in JBoss EAP 6.0?
In pom.xml , how do I mention that my application needs to use the
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.