blob: 38a637617a1e6af2e7fd77ec1dcca5fcb1ff75f5 [file] [log] [blame]
= Community
:jbake-date: 2016-10-27
:jbake-type: page
:jbake-status: published
:jbake-meecrowavepdf:
:jbake-meecrowavetitleicon: icon icon_puzzle_alt
:jbake-meecrowavecolor: body-green
:icons: font
For now please use OpenWebBeans mailing-lists, JIRA and IRC channel.
See https://openwebbeans.apache.org/community.html[OpenWebBeans Community] page for more details.
== Source code
Source code can be found at https://svn.apache.org/repos/asf/openwebbeans/meecrowave/trunk/
[source]
----
svn co https://svn.apache.org/repos/asf/openwebbeans/meecrowave/trunk/ meecrowave
----
=== Build it
To build the project just run maven:
[source]
----
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
----