The Sandbox repository is used for the incubation of new features, components and entirely new widget suites for the RichFaces framework.
Do you have an idea for a new component? Do you want to contribute and be involved in RichFaces? See:
Please take the time to read more about the Sandbox process. This document covers the most important steps you need to take before diving into code and contributing.
All feature requests, suggestions for improvement, and bugs are tracked in JBoss JIRA issue tracker
The best place to start with contributions is user forum.
Each commit and each pull request is verified by a continuous integration build.
- Maven 3.0.3+
- settings for JBoss Maven Repository
You can build all the Sandbox component modules using Maven:
mvn clean install
After having built the individual Sandbox components (see the above), you can build the Sandbox Showcase and with following command:
mvn install -Pshowcase
Once built, the Sandbox Showcase is available at showcase-sandbox/target/showcase.war
.