diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-23 19:09:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-23 19:09:39 +0000 |
commit | ae4ae2ec2b88107db964b0470dbd118ebf686cb5 (patch) | |
tree | 073db6f42ff0bec90da769678f0a886261335d13 /README.md | |
parent | 3785e7ac4f5bd4c3bae2b066fddc640209f86e1d (diff) | |
parent | 9042880234791fbe2e0ef033091ba93cb7f088f5 (diff) |
Merge "Conform ccsdk/sli/plugins to ONAP Style"
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ -This source repository contains the code for the SDN Controller plugins. +This source repository contains the code for the CCSDK 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. +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". |