Add bundle packaging for yang-data-transform 00/65600/2
authorStephen Kitt <skitt@redhat.com>
Thu, 16 Nov 2017 11:14:02 +0000 (12:14 +0100)
committerRobert Varga <nite@hq.sk>
Sun, 19 Nov 2017 21:02:24 +0000 (21:02 +0000)
This allows the module to build an OSGi bundle instead of a plain
JAR.

Change-Id: I2713fdf0aefcccf589984a7271591f4cb95d1d30
Signed-off-by: Stephen Kitt <skitt@redhat.com>
yang/yang-data-transform/pom.xml

index 5b9da19a4ddf65a4d8e288a103ac5836d4878d54..80e8503c7f725626515997c1d0c5595bee531871 100644 (file)
@@ -22,6 +22,7 @@
     <version>2.0.0-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
+    <packaging>bundle</packaging>
 
     <dependencyManagement>
         <dependencies>