Add Automatic-Module-Name declarations
[yangtools.git] / common / util / pom.xml
index 95a135f26b471b29e18e8b45ddd1f8d7eb16dc39..bbe012e96c3cbcc8be2b01cee1b4cf229fc7f5a1 100644 (file)
 
     <build>
         <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Automatic-Module-Name>org.opendaylight.yangtools.util</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>