commit | 6fbbf0193e7389c80d85c205f1edd9af6ac0e431 | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Tue Aug 29 08:45:58 2017 -0400 |
committer | Dan Timoney <dtimoney@att.com> | Tue Aug 29 10:01:41 2017 -0400 |
tree | c54d05164160fee85f16e69928feec050ce2eb09 | |
parent | 3c3e80c786c42381e75a5e72254729a92ab7722c [diff] |
Update artifactId of ccsdk/sli/adaptors pom.xml Update artifactId of top level pom.xml of ccsdk/sli/adaptors to match the repo name (ccsdk-sli-adaptors instead of ccsdk-adaptors). This is not strictly speaking necessary, but will be a helpful convention since there are some repos within ccsdk that have similar names, like ccsdk/sli/plugins and ccsdk/platform/plugins. Update parent artifactId in pom.xml for each module in ccsdk/sli/adaptors Change-Id: Idec7772c406754db6f03cf03a1a338793c2ce636 Issue-ID: CCSDK-70 Signed-off-by: Dan Timoney <dtimoney@att.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".