commit | e2b2138f05e9eaf3eb89f9a65859433cf79b9960 | [log] [tgz] |
---|---|---|
author | Alexis de Talhouët <adetalhouet89@gmail.com> | Tue Aug 21 11:29:49 2018 -0400 |
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | Fri Aug 24 08:42:14 2018 -0400 |
tree | 6c01fa6b1d1fee1cbd28786dea462c6d4937fd35 | |
parent | eae6b96f6529e4a9f350809a5def4d82a904501b [diff] |
Fix packaging of netbox-client The script previously used packaged the netbox-client with *-mvnrepo_zip.zip which is not what ccsdk-distribbution/odlsli is expecting, as the classifier should be repo. Also, using the *-osgi artifact is actually not helping satisfying OSGi as it's causing wiring issues. Instead, we used the plain jar instead of the bundle, and it seems to fix the issue, as those jar gets already populated in the classpath. Change-Id: If1f3c3d384c2ee42b7f747fbacc46415bacf5f6e Issue-ID: CCSDK-462 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.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".