Added test for OSGi metadata.
[yangtools.git] / yang / yang-model-util / pom.xml
index 5f6d18ee417c699da8878723c7d12304039764a5..8e8efe23d20e87e794c279e7862ea7d27d154ac1 100644 (file)
                 <groupId>org.eclipse.xtend</groupId>
                 <artifactId>xtend-maven-plugin</artifactId>
             </plugin>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>