Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 554 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 554 Bytes

RichFaces Sandbox

Prerequsities

Building Sandbox Components

You can build all the components modules using Maven:

mvn clean install

Building Sandbox Showcase

You can build Showcase and all components with following command:

mvn clean install -Pshowcase

Once built, Showcase is available at showcase-sandbox/target/showcase.war.