Merge "Updated pom files, added concepts component"
[mdsal.git] / model / iana / iana-if-type / pom.xml
index 38c11afdb5ebafd4eb18343a865966b1ed1772a4..2f74617ea7402c018acf9c7f0cf6588eb2c3d43d 100644 (file)
@@ -9,6 +9,24 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>iana-if-type</artifactId>
-    <version>2013.07.04-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-</project>
\ No newline at end of file
+    <version>2013.07.04.0-SNAPSHOT</version>
+
+    <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>