Refactored OSGi metadata declaration.
[mdsal.git] / model / ietf / ietf-yang-types / pom.xml
index 10a1ef8d2314bd9f8dcd3fae7dbbd76dff68a1e9..7e5656b047f057ff949482bd5e2042720f34381e 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.5.7-SNAPSHOT</version>
+        <version>0.5.8-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
-    <packaging>bundle</packaging>
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-jar-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
 </project>