Skip to content

Commit

Permalink
Removed JSF 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored May 1, 2024
1 parent 1fdecd4 commit d9066a0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,13 @@ You can execute the sample with <strong>mvn jetty:run</strong> command and hit <
### JSF Versions
***

Per default the application uses Mojarra 2.2.x.
You can also use other versions with the available maven profiles: myfaces22, myfaces23, myfaces23next, mojarra23

`mvn clean jetty:run -Pmyfaces22`
Per default the application uses Mojarra 2.3.x.
You can also use other versions with the available maven profiles: myfaces23, myfaces23next, mojarra23

`mvn clean jetty:run -Pmyfaces23`

`mvn clean jetty:run -Pmyfaces23next`

`mvn clean jetty:run -Pmojarra22`

`mvn clean jetty:run -Pmojarra23`

### Server Port
Expand Down

0 comments on commit d9066a0

Please sign in to comment.