Add Automatic-Module-Name declarations
[mdsal.git] / model / ietf / rfc8542-ietf-dc-fabric-types / pom.xml
index 11cfa2d9fd77608156d76c9479758ee83fd3b827..ed78d090fe72adc147e1e7e05fde2e99426b6d41 100644 (file)
             <artifactId>rfc8345-ietf-network</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.rfc8542.dc.fabric.types</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>