The Wayback Machine - https://web.archive.org/web/20201208074858/https://github.com/primefaces/primefaces-test
Skip to content
master
Go to file
Code

Latest commit

Bumps jaxb-impl from 2.3.3 to 3.0.0.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7feef7d

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Jun 19, 2018

README.md

PrimeFaces icon

This is a sample maven project that used PF8.0 version. If you have a PrimeFaces issue, please download or fork this project. Then, you should change these files by yourself so that PrimeFaces Team can see your problem. Finally, you can send a link or attach the project. Please make sure that project is runnable with the command below.

You can execute the sample with mvn jetty:run command and hit http://localhost:8080/primefaces-test to run the page.

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

mvn clean jetty:run -Pmyfaces22

mvn clean jetty:run -Pmyfaces23

mvn clean jetty:run -Pmojarra22

mvn clean jetty:run -Pmojarra23

You can’t perform that action at this time.