ICEfaces
  1. ICEfaces
  2. ICE-8075

Add support for specifying MyFaces JSF to samples Maven builds

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 3.1.0.RC1, 3.1
    • 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

          Activity

          Hide
          Deryk Sinotte added a comment -

          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.

          Show
          Deryk Sinotte added a comment - 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.

            People

            • Assignee:
              Deryk Sinotte
              Reporter:
              Ken Fyten
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: