From d6a1312044f3c62d90146b3ec5f4d168c22a3fb2 Mon Sep 17 00:00:00 2001 From: seshukm Date: Tue, 31 Jul 2018 10:49:54 +0800 Subject: update the build info in so/libs Issue-ID: SO-759 Change-Id: I22927fe0da03686511e2b5c78cae80a88626b2d1 Signed-off-by: seshukm --- docs/index.rst | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) 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 -- cgit 1.2.3-korg