Add bundle packaging for yang-data-transform 35/65735/2
authorStephen Kitt <skitt@redhat.com>
Thu, 16 Nov 2017 11:14:02 +0000 (12:14 +0100)
committerRobert Varga <nite@hq.sk>
Wed, 29 Nov 2017 08:54:48 +0000 (08:54 +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>
(cherry picked from commit 4bd7a3afe8fdedefbbb632ec4285a75f46765442)

yang/yang-data-transform/pom.xml

index 311ea8a66a6d08b5c1f1a3b515f73ac1aa811f6b..4872cbe62db26f2ef87da212a5b38f4b3fbb161f 100644 (file)
@@ -22,6 +22,7 @@
     <version>1.2.2-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
+    <packaging>bundle</packaging>
 
     <dependencyManagement>
         <dependencies>