aboutsummaryrefslogtreecommitdiffstats
path: root/docs/build.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build.rst')
-rw-r--r--docs/build.rst17
1 files changed, 6 insertions, 11 deletions
diff --git a/docs/build.rst b/docs/build.rst
index 99a061c2..0a4c308e 100644
--- a/docs/build.rst
+++ b/docs/build.rst
@@ -4,20 +4,15 @@
Build
=====
-.. note::
- * This section is used to describe how a software component is built from source
- into something ready for use either in a run-time environment or to build other
- components.
-
- * This section is typically provided for a platform-component, application, and sdk; and
- referenced in developer guides.
-
- * This note must be removed after content has been added.
-
Environment
-----------
-
+Requires maven release 3.3 or greater
Steps
-----
+To compile this code:
+
+1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.
+
+2. To compile, run "mvn clean install". \ No newline at end of file