aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-07-18 20:35:53 -0400
committerDan Timoney <dtimoney@att.com>2017-08-01 11:35:12 -0400
commit7dbb6441c95aa5691a59dc918f864b4bf4e2e2ed (patch)
tree3386db7a205fbab8b1ef337396f4e57afbed9873 /README.md
parent2471b171ea1f3703950176691e4f7b228b9e2b60 (diff)
[CCSDK-6] Populate seed code
Add seed code for sli/plugins repository Changed groupId to org.onap.ccsdk.sli.plugins Updated to compile against CCSDK version of SLI Change-Id: Ib392530ea79b8544087692964bd65179896aa595 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..4e733caf
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+This source repository contains the code for the SDN Controller plugins.
+
+To compile this code:
+
+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.
+
+2. To compile, run "mvn clean install".
+
+