Maven Resource Dependency Plugin ReferenceOverview The main aim of the maven resource dependency plugin is reduce the amount of scripts and styles connections to the server when richfaces components are used in the appliction. By default RichFaces lib...
RichFaces 4.x Release ProcedureThe document was converted to AsciiDoc and moved to the source code repositories: How-to Release the RichFaces 4.x framework How-to Release the RichFaces 4.x docs Deprecated This ...
Thread In search of the best way to include RichWidgets resources in RichFaces
In search of the best way to include RichWidgets resources in RichFacesCurrently we have the RichWidgets resources included in RichFaces via a git submodule with RichWidgets storing it's compiled resources in version control to make them available for RichFaces. This is less than i...
RichFaces 4.X Release Testing ProcessEvery RichFaces 4.x release is tested both automatically (i.e. Jenkins runs Selenium test suite) and manually in chosen web browsers. All release Jenkins jobs can be found in RF-Rel tab on Jenkins. Nexus Inform...
Starting release process for 4.3.4The release process for 4.3.4 is about to begin. Further commits into develop branch will not be considered in release.
RichFaces 3.3.X Release ProcedureThis document describes how RichFaces release builds are made. It consists of two parts: environment setup and build process itself. Note for community: there's no need to follow this procedure in order to buil...
RF5 docs? Do we really need Maven?Do we really need to stay with Maven build since we migrated to Asciidoc? Question: how someone should contribute (even though we have great Asciidoc) when it's incredibly hard to find the Asciidoc source for ...
How to Build RichFaces 4.xThese instructions will walk through how to build the RichFaces 4 project.
Build Project Modules
Building Separated Modules
Building Whole Core Project at Once
Build Options
-DskipTests=true
...
RichFaces Git Workflow ModelRichFaces Git Workflow Model
Branches in Detail
Naming Conventions and Placing of Branches
Issue Workflows
Commiter Workflow
First-Time Contributor - fork and clone the repositories
Contributor W...
RichFaces 5.0 build redesignThe current RichFaces build structure (RichFaces 4.0 Build & Directory Structure) has served the project well over the initial 4.0 release, and the subsequient 4.1 and 4.2 releases, we want to re-visit the the bui...
Thread Single Jira versions for micro releases - good or bad?
Single Jira versions for micro releases - good or bad?For the past couple of RichFaces micro releases (4.3.2, and 4.3.1) I've used a single version in jira for both the CR and Final releases. How has this worked for people? From a version history perspective,...
Building RichFcaes 5 and PhantomJSBuilding RichFaces 5 failed, because maven could not find the artifact: org.jboss.arquillian.extension:arquillian-phantom-driver:jar:1.0.3 To resolve this I had to clone the git repos (after finally finding th...
Make the distribution layout more clearI would like to make the layout of ZIP distribution as clear as possible. Currently, JAR artifacts are distributed in ZIP distribution as follows: /artifacts
/archetypes
/frame...
VDL Doc generated using OmniFaces VDLDocI have tried to use OmniFaces' VDLDoc [1] for generating RF5 VDL documentation in a feature branch: https://github.com/richfaces/richfaces5/commit/06424ee7725f999217d5e816461183a48a64d989 The result se...
Migrating patches from 4.3 to 5.0I have did proof of concept of migrating patches from 4.3 branch to 5.0, since it appeared to be untrivial, because of: merged repository subtrees running dos2unix over all files renamed source files At the...