Author: struberg
Date: Tue Jul 18 06:47:12 2017
New Revision: 1802244
URL: http://svn.apache.org/viewvc?rev=1802244&view=rev
Log:
further OWB-2.0 streamlining
Modified:
openwebbeans/cms-site/trunk/content/source.mdtext
Modified: openwebbeans/cms-site/trunk/content/source.mdtext
URL:
http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/source.mdtext?rev=1802244&r1=1802243&r2=1802244&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/source.mdtext (original)
+++ openwebbeans/cms-site/trunk/content/source.mdtext Tue Jul 18 06:47:12 2017
@@ -27,6 +27,8 @@ Pleaes see our [Community Section](commu
The sources of Apache OpenWebBeans are maintained in the Apache Software
Foundation Subversion repository.
This is the repository where all committers work on.
+The SVN trunk currently contains our effort to implement the CDI-2.0
specification and is considered production ready.
+
The sources can be checked out read only with the following command:
<pre>
@@ -39,13 +41,25 @@ If you have commit rights, then you shou
svn co https://svn.apache.org/repos/asf/openwebbeans/trunk openwebbeans
</pre>
-The SVN trunk currently contains our effort to implement the CDI-1.1
specification and is not considered production ready yet.
+## Maintenance releases targetting older CDI specifications
+
+### CDI-1.2 - OpenWebBeans-1.7.x
+
+For checking out sources of the stable CDI-1.2 version of OpenWebBeans, please
use the owb_1.7.x branch from here:
+
+<pre>
+svn co http://svn.apache.org/repos/asf/openwebbeans/branches/owb_1.7.x/
+</pre>
+
+### CDI-1.0 - OpenWebBeans-1.1.x
+
For checking out sources of the stable CDI-1.0 version of OpenWebBeans, please
use the owb_1.1.x branch from here:
<pre>
svn co http://svn.apache.org/repos/asf/openwebbeans/branches/owb_1.1.x/
</pre>
+
# GIT mirrors
We also provide GIT mirrors from our SVN repository
@@ -71,12 +85,13 @@ mvn clean install
The following maven profiles exist in our build to trigger additional build
steps and configuration:
-* tck - for executing the CDI (JSR-299 resp. JSR-346) standalone TCK
+* tck - for executing the CDI (JSR-299, JSR-346 resp JSR-365) standalone TCK
* jsr330-tck - for executing the JSR-330 'atinject' TCK
-* doc - for building the documentation PDF from docbook
-To activate all of them use
+In trunk they are all activated by default and run every time you build
OpenWebBeans.
+
+For older OpenWebBeans versions you might enable them manually.
<pre>
mvn clean install -Ptck -Pjsr330-tck -Pdoc