Fix packaging of netbox-client 33/61633/4
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Tue, 21 Aug 2018 15:29:49 +0000 (11:29 -0400)
committerAlexis de Talhouët <adetalhouet89@gmail.com>
Fri, 24 Aug 2018 12:42:14 +0000 (08:42 -0400)
commite2b2138f05e9eaf3eb89f9a65859433cf79b9960
tree6c01fa6b1d1fee1cbd28786dea462c6d4937fd35
parenteae6b96f6529e4a9f350809a5def4d82a904501b
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>
netbox-client/installer/pom.xml
netbox-client/installer/src/assembly/assemble_mvnrepo_zip.xml
netbox-client/provider/pom.xml