Author: cziegeler
Date: Wed Mar  4 14:32:46 2020
New Revision: 1874800

URL: http://svn.apache.org/viewvc?rev=1874800&view=rev
Log:
Move build instructions to subprojects list

Removed:
    felix/site/trunk/content/documentation/development/building-felix.mdtext
Modified:
    felix/site/trunk/content/documentation/subprojects.mdtext

Modified: felix/site/trunk/content/documentation/subprojects.mdtext
URL: 
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects.mdtext?rev=1874800&r1=1874799&r2=1874800&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects.mdtext Wed Mar  4 
14:32:46 2020
@@ -1,6 +1,18 @@
 # Apache Felix Subproject Documentation
 
-This is a list of the active subprojects.
+## Building Apache Felix
+
+The Felix project is organized into subprojects, where each subproject targets 
a specific OSGi specification or OSGi-related technology. Most of these 
projects are in a single git repository, some have moved into separate git 
repositories.
+
+Use the below table of subprojects to find the git repository for that 
subproject, if you want to checkout the [main git 
repository](https://github.com/apache/felix-dev.git) with most subprojects use 
`git clone https://github.com/apache/felix-dev.git`, otherwise use the git 
repository mentioned in the table.
+
+To get started:
+
+- Most Apache Felix projects use Apache Maven as the build tool. Therefore, 
download and install the latest Apache Maven 3 release.
+- Check out or update the git repository (see above).
+- Go to the sub project you're interested in and type: "mvn clean install" to 
build it. If this project is not using Maven, refer to the docs for the 
subproject on how to build it.
+
+## Active subprojects
 
 |Name|Description|Source|
 |--|--|--|


Reply via email to