Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Release, Sample Apps
-
Labels:None
-
Environment:ICEfaces 3.1
-
Assignee Priority:P2
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
The icefaces samples Maven builds should be improved to permit the optional specification of the MyFaces JSF libs instead of the Mojarra ones.
Issue Links
- blocks
-
ICE-8230 Improve Maven builds
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
As noted in the parent case, I've added Maven profiles for specifying MyFaces to be used as the JSF implementation when building the samples. The profiles are:
servlet (Mojarra for servlet containers) - default for all samples
web (Mojarra for web containers)
servlet-myfaces (MyFaces for servlet containers)
web-myfaces (MyFaces for web containers)
and can be specified using standard Maven commands. For example:
mvn clean package -P servlet-myfaces
The Wiki docs have also been updated to reflect this.