X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ccsdk%2Fdistribution.git;a=blobdiff_plain;f=docs%2Fsli%2Fbuild.rst;fp=docs%2Fsli%2Fbuild.rst;h=3d9ccdb90907ac2f3f56594a75a16d6a32dfffb5;hp=0000000000000000000000000000000000000000;hb=056e82aa242f7df59c72dc967f38d479c51f7509;hpb=85947fd27e2c0cee9cbc237cfd2c8a440b913832 diff --git a/docs/sli/build.rst b/docs/sli/build.rst new file mode 100644 index 00000000..3d9ccdb9 --- /dev/null +++ b/docs/sli/build.rst @@ -0,0 +1,30 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +Build +===== + + +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 all of CCSDK SLI code + - git clone http://gerrit.onap.org/r/ccsdk/parent + - cd parent ; mvn clean install ; cd .. + - mkdir sli ; cd sli + - git clone http://gerrit.onap.org/r/ccsdk/sli/core + - git clone http://gerrit.onap.org/r/ccsdk/sli/adaptors + - git clone http://gerrit.onap.org/r/ccsdk/sli/northbound + - git clone http://gerrit.onap.org/r/ccsdk/sli/plugins + - cd core ; mvn clean install + - cd ../adaptors ; mvn clean install + - cd ../northbound ; mvn clean install + - cd ../plugins ; mvn clean install + \ No newline at end of file