Add Automatic-Module-Name declarations
[mdsal.git] / model / ietf / rfc8294-ietf-routing-types / pom.xml
index 9759bb1861dda83305649b67da4ed90f46ee0d96..1c50d6666f5db7033893741a12965189f4d1c73d 100644 (file)
             <artifactId>rfc6991-ietf-yang-types</artifactId>
         </dependency>
     </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Automatic-Module-Name>org.opendaylight.yang.gen.ietf.rfc8294.routing.types</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>