summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorseshukm <seshu.kumar.m@huawei.com>2018-07-31 10:49:54 +0800
committerseshukm <seshu.kumar.m@huawei.com>2018-07-31 10:51:02 +0800
commitd6a1312044f3c62d90146b3ec5f4d168c22a3fb2 (patch)
treed240ee3b7298e69f06062a1f265ccbd513954b61
parenta1d8ec78ffd781dfc0ed22bae02b89840a812b8d (diff)
update the build info in so/libs
Issue-ID: SO-759 Change-Id: I22927fe0da03686511e2b5c78cae80a88626b2d1 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
-rw-r--r--docs/index.rst24
1 files changed, 23 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index a477057..5ef185e 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,6 +1,6 @@
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
-.. Copyright 2017 Huawei Technologies Co., Ltd.
+.. Copyright 2018 Huawei Technologies Co., Ltd.
ONAP SO/libs Documentation
===========================
@@ -30,3 +30,25 @@ ONAP SO/libs Documentation
**Swift client** :
Swift client provides functionalities for object storage in OpenStack. Swift is ideal for storing unstructured data that can grow without bound.
+
+Building SO/libs
+===================
+
+Build software with unit tests
+------------------------------
+
+.. code-block:: bash
+
+ cd $HOME/onap/workspace/SO/libs
+
+ $HOME/onap/apache-maven-3.3.9/bin/mvn -s $HOME/onap/.m2/settings.xml clean install
+
+
+Build software without unit tests
+----------------------------------
+
+.. code-block:: bash
+
+ cd $HOME/onap/workspace/SO/libs
+
+ $HOME/onap/apache-maven-3.3.9/bin/mvn -s $HOME/onap/.m2/settings.xml -DskipTests -Dmaven.test.skip=true clean install