commit | ea411bc4b719c9b048018d84b3fcb00d19e1364c | [log] [tgz] |
---|---|---|
author | Gaurav Agrawal <gaurav.agrawal@huawei.com> | Wed Sep 20 15:10:54 2017 +0530 |
committer | Gaurav Agrawal <gaurav.agrawal@huawei.com> | Wed Sep 20 15:12:25 2017 +0530 |
tree | 0e8a2e05045bf1d84a502d5640c8c308b2761610 | |
parent | 9a236162e1c3fd5dcc425544c5ecf5290b0fafb2 [diff] |
Fixes for MdsalHelper util 1. Convert tabs to 4 spaces. 2. Break lines to be less than 120 characters 3. Remove extraneous spaces and parenthesis 4. Fixed blocker/critical sonar issues. https://sonar.onap.org/component_issues/index?id=org.onap.ccsdk.sli.core%3Accsdk-sli-core#resolved=false|severities=BLOCKER%2CCRITICAL Change-Id: I8b40784ecb178409a6fe9a00d28ccd03873044c5 Issue-Id: CCSDK-67 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
This source repository contains the code for the core SDN Controller components. To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.
To compile, run "mvn clean install".