Add Automatic-Module-Name declarations
[mdsal.git] / model / ietf / rfc8344 / pom.xml
index 559af032281579c480331ac19229658727c7923c..6a4a16ade853821d923908c199f1ea3f622e51bf 100644 (file)
             <artifactId>rfc8343</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.rfc8344</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>