From 11510b43c277b8e1dd7e58d79785544810118c8e Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 1 Dec 2020 11:26:31 -0800 Subject: Migrate sli-adaptor files Migrate sli-adaptor repo files into a new "adaptors" directory. Signed-off-by: Jessica Wagantall --- adaptors/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 adaptors/README.md (limited to 'adaptors/README.md') diff --git a/adaptors/README.md b/adaptors/README.md new file mode 100644 index 000000000..c906c67da --- /dev/null +++ b/adaptors/README.md @@ -0,0 +1,8 @@ +This source repository contains the code for the SDN Controller adaptors. +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. See example-settings.xml for an example. + +2. To compile, run "mvn clean install". + + -- cgit 1.2.3-korg