We are always looking for new contributors to the project.
Pleaes see our Community Section for more information.
The sources of Apache OpenWebBeans are maintained in the Apache Software Foundation gitbox repository. This is the repository where all committers work on. It gets mirrored to GitHub in both directions. That means you can either push to Apache GitBox or GitHub.
The master branch currently contains our implementation of the CDI-2.0 specification and is considered production ready.
The sources can be checked out read only with the following command:
$> git clone https://github.com/apache/openwebbeans
or
$> git clone https://gitbox.apache.org/repos/asf/openwebbeans.git
For checking out sources of the stable CDI-1.2 version of OpenWebBeans, please use the owb_1.7.x branch from here:
$> git clone https://github.com/apache/openwebbeans $> git checkout owb_1.7.x
For checking out sources of the stable CDI-1.0 version of OpenWebBeans, please use the owb_1.2.x branch from here:
$> git clone https://github.com/apache/openwebbeans $> git checkout owb_1.2.x
Apache OpenWebBeans can be built by using Apache Maven. Just go into the source directory and execute
mvn clean install
The following maven profiles exist in our build to trigger additional build steps and configuration:
In master they are all activated by default and run every time you build OpenWebBeans.
For older OpenWebBeans versions you might enable them manually.
mvn clean install -Ptck -Pjsr330-tck -Pdoc