From: seshukm Date: Tue, 31 Jul 2018 02:49:54 +0000 (+0800) Subject: update the build info in so/libs X-Git-Tag: 1.3.0~7^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F47%2F58147%2F1;p=so%2Flibs.git update the build info in so/libs Issue-ID: SO-759 Change-Id: I22927fe0da03686511e2b5c78cae80a88626b2d1 Signed-off-by: seshukm --- 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