Changing pom packaging 87/111287/3
authorSingal, Kapil (ks220y) <ks220y@att.com>
Fri, 14 Aug 2020 18:54:19 +0000 (14:54 -0400)
committerKAPIL SINGAL <ks220y@att.com>
Fri, 14 Aug 2020 19:40:02 +0000 (19:40 +0000)
sdnr-wt-data-provider-setup should be packaged as jar instead bundle as it's causing releasing artifacts

Issue-ID: CCSDK-2649
Change-Id: Ic902cb3803ed45d2e2147df514f12ec3e79bca7e
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
sdnr/wt/data-provider/setup/pom.xml

index 3bdcdd3..02911c6 100644 (file)
@@ -36,7 +36,7 @@
     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
     <artifactId>sdnr-wt-data-provider-setup</artifactId>
     <version>1.0.1-SNAPSHOT</version>
-    <packaging>bundle</packaging>
+    <packaging>jar</packaging>
 
     <name>ccsdk-features :: ${project.artifactId}</name>
     <licenses>