Deployable version of PrimeFaces Showcase war file can be downloaded manually or build it from sources.
For a full list of the available downloads, please visit the download page. Scroll down to showcase for war file link.
git clone https://github.com/primefaces/showcase.git
cd showcase
mvn clean -- clean temp files from target folder
mvn package -- create war file (under target directory)
mvn jetty:run -- run showcase project locally
Running showcase with PrimeFaces 5.3-SNAPSHOT
mvn clean jetty:run -Pdev
OR
mvn clean jetty:run
Running showcase with PrimeFaces 5.2
stable release
mvn clean jetty:run -Pcommunity-stable
Running showcase with PrimeFaces 5.2.2-SNAPSHOT
elite release
mvn clean jetty:run -Pelite-dev
Development version
mvn clean package
Stable version
mvn clean package -Pcommunity-stable
Elite version
mvn clean package -Pelite-dev
http://localhost:8080/showcase/
http://localhost:8080/showcase/mobile/index.xhtml
Licensed under the Apache License, Version 2.0 (the "License") http://www.apache.org/licenses/LICENSE-2.0