commit | c8a9ad49965b6152a0c7f3f4b7d1f7993d52f082 | [log] [tgz] |
---|---|---|
author | Gary Wu <gary.i.wu@huawei.com> | Fri Apr 07 12:22:23 2017 -0700 |
committer | Gary Wu <gary.i.wu@huawei.com> | Fri Apr 07 12:53:06 2017 -0700 |
tree | f2e689de63f388b26c1f276d42d54b852c901c8f | |
parent | 5da27927eac044cdec63977bf3eabee666d660f1 [diff] |
Fix assembly xmls for maven-assembly-plugin v2.2+ Starting in version 2.2, maven-assembly-plugin requires an id tag in the assembly descriptor xmls. This patch allows the project to be built in environments that use newer versions of maven-assembly-plugin. For details, see: https://issues.apache.org/jira/browse/MASSEMBLY-517 Change-Id: I3a721da4aa47be58127fa3f8971f01635d400185 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
This source repository contains the code for the SDN Controller northbound interface adaptors. To compile this code:
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.
To compile, run "mvn clean install".