f5ae1290462685ece5fcbc8b5d7a20c8b2588b0f
[nonrtric.git] / sdnc-a1-controller / northbound / README.md
1 This source repository contains the code for the SDN Controller northbound interface adaptors.
2 To compile this code:
3
4 1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the OpenECOMP repositories and OpenDaylight repositories.  See example-settings.xml for an example.
5
6 2. To compile, run "mvn clean install".
7
8 ## License
9
10 Copyright (C) 2019 Nordix Foundation.
11 Licensed under the Apache License, Version 2.0 (the "License")
12 you may not use this file except in compliance with the License.
13 You may obtain a copy of the License at
14
15       http://www.apache.org/licenses/LICENSE-2.0
16
17 Unless required by applicable law or agreed to in writing, software
18 distributed under the License is distributed on an "AS IS" BASIS,
19 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 See the License for the specific language governing permissions and
21 limitations under the License.
22
23 For more information about license please see the [LICENSE](LICENSE.txt) file for details.
24