commit | ed7162521270d33da1bdc57286b23c64e23e5b0f | [log] [tgz] |
---|---|---|
author | Alexis de Talhouët <adetalhouet89@gmail.com> | Sat Feb 09 15:01:10 2019 -0500 |
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | Sat Feb 09 20:31:02 2019 +0000 |
tree | 3edf0984b5478a491c57b5d3583d0717db89a629 | |
parent | 9fc8417d0f785a3fa38ed7c34d7435125f920cda [diff] |
Rework property file load logic for grpc & netbox We first try to load from the filesystem properties folder, if not found, then we load from the bundle itself. Change-Id: Ib4b422b1fe18f80b2f2258f96f3739d25bd756c9 Issue-ID: CCSDK-1038 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
This source repository contains the code for the SDN Controller adaptors. To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories. See example-settings.xml for an example.
To compile, run "mvn clean install".