Add Automatic-Module-Name declarations
[mdsal.git] / model / ietf / rfc8519-ietf-ethertypes / pom.xml
index 5c74e41ffd25fc1cb152054c0f5e9fb27f512bb5..065b8b7b7d13b8b9bb6fefeb02ac10463ca3ff7c 100644 (file)
 
     <name>${project.artifactId}</name>
     <description>RFC8519 ietf-ethertypes</description>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Automatic-Module-Name>org.opendaylight.yang.gen.ietf.rfc8519.ethertypes</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>