Updated pom files, added concepts component
[mdsal.git] / model / l2-types / pom.xml
index f34e9f27c4406a462e48321b6ecdc2d8f83d1d31..dfb535a1a900865a33e04a3501f6cd4fa1afddaf 100644 (file)
@@ -9,6 +9,24 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>opendaylight-l2-types</artifactId>
-    <version>2013.08.27-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-</project>
\ No newline at end of file
+    <version>2013.08.27.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>