Author: struberg
Date: Mon Jul 9 15:01:38 2018
New Revision: 1835434
URL: http://svn.apache.org/viewvc?rev=1835434&view=rev
Log:
add the Meecrowave-examples source repo to our documentation
Modified:
openwebbeans/meecrowave/trunk/meecrowave-doc/src/main/jbake/content/community.adoc
Modified:
openwebbeans/meecrowave/trunk/meecrowave-doc/src/main/jbake/content/community.adoc
URL:
http://svn.apache.org/viewvc/openwebbeans/meecrowave/trunk/meecrowave-doc/src/main/jbake/content/community.adoc?rev=1835434&r1=1835433&r2=1835434&view=diff
==============================================================================
---
openwebbeans/meecrowave/trunk/meecrowave-doc/src/main/jbake/content/community.adoc
(original)
+++
openwebbeans/meecrowave/trunk/meecrowave-doc/src/main/jbake/content/community.adoc
Mon Jul 9 15:01:38 2018
@@ -9,15 +9,15 @@
For now please use OpenWebBeans mailing-lists, JIRA and IRC channel.
-See http://openwebbeans.apache.org/community.html[OpenWebBeans Community] page
for more details.
+See https://openwebbeans.apache.org/community.html[OpenWebBeans Community]
page for more details.
== Source code
-Source code can be found at
http://svn.apache.org/repos/asf/openwebbeans/meecrowave/trunk/
+Source code can be found at
https://svn.apache.org/repos/asf/openwebbeans/meecrowave/trunk/
[source]
----
-svn co http://svn.apache.org/repos/asf/openwebbeans/meecrowave/trunk/
meecrowave
+svn co https://svn.apache.org/repos/asf/openwebbeans/meecrowave/trunk/
meecrowave
----
=== Build it
@@ -28,3 +28,19 @@ To build the project just run maven:
----
mvn clean install
----
+
+
+== Example Source Code
+
+The Apache Meecrowave community also hosts some examples which show how
Meecrowave is to be used.
+Those examples are hosted in a separate repository and can be found at
https://github.com/apache/openwebbeans-meecrowave-examples
+
+The github repo works fine for pull requests.
+Please use our official
https://issues.apache.org/jira/projects/MEECROWAVE[Meecrowave Bug Tracker] for
reporting bugs or enhancement requests.
+
+The cannonical repository hosted directly at the Apache Software Foundation
intended to be used by committers is
+
+[source]
+----
+git clone
https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave-examples.git
+----