bundle-test-lib should be a bundle 82/68182/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 13 Feb 2018 12:26:42 +0000 (13:26 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 13 Feb 2018 12:33:56 +0000 (13:33 +0100)
This prevents the jar from being wrapped by users.

Change-Id: Ib2c2198dc2acca072f5c1dede8a85ca4d1b15963
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit afc1ccc1bc2e840855d1478c8e51299d72631e72)

bundles-test-lib/pom.xml

index 6ac96a9465114cddd64caca083fdc7dd23ed5c7f..19c42d2e204d59d45fa6716a899ec4e01ebe294e 100644 (file)
 
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
-    <artifactId>odlparent</artifactId>
+    <artifactId>bundle-parent</artifactId>
     <version>4.0.0-SNAPSHOT</version>
-    <relativePath>../odlparent</relativePath>
+    <relativePath>../bundle-parent</relativePath>
   </parent>
 
   <artifactId>bundles-test-lib</artifactId>
   <name>ODL :: odlparent :: ${project.artifactId}</name>
+  <packaging>bundle</packaging>
 
   <properties>
     <!-- Opt-in to our optional code quality checks -->