commit | 116bb8574066cc0175a54371269707bc0e94e6d7 | [log] [tgz] |
---|---|---|
author | Guo Ruijing <ruijing.guo@intel.com> | Wed May 03 23:55:30 2017 +0000 |
committer | Guo Ruijing <ruijing.guo@intel.com> | Thu May 04 19:08:53 2017 +0000 |
tree | 7bf5ce1f44bdc0daa343cf646393d50e48deeed8 | |
parent | 0690dac45a1fd760453859e795453cca59f1451e [diff] |
fix maven local build issue onap jenkins use maven-assembly-plugin 2.2-beta-5. without fix, local build use maven-assembly-plugin 2.4.1 and build fails as: Assembly is incorrectly configured: null. to fix local build issue: 1. update to maven-assembly-plugin 2.6 2. add AssemblyId configuration which is needed for assembly >= 2.2 Change-Id: Id929f6ff31beb64e9025346c0bf636d44a5eaa47 Signed-off-by: Guo Ruijing <ruijing.guo@intel.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".