Add Automatic-Module-Name declarations
[mdsal.git] / model / ietf / rfc8776-ietf-te-packet-types / pom.xml
index 3d802158b1cd1b6e76a18ae2d6a53adbe2e09051..bc93cbbea20f1eb5deaa1664dba132a90fd2fb77 100644 (file)
             <artifactId>rfc8776-ietf-te-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.rfc8776.te.packet.types</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>