Add Automatic-Module-Name to RFC8526 model 57/107057/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 25 Jul 2023 14:11:04 +0000 (16:11 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 25 Jul 2023 15:23:35 +0000 (17:23 +0200)
This is a standard model and hence we use the usual module naming from
MD-SAL.

Change-Id: Idfad9b00561fc04a6baebca786fc310f016ce2ce
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit f4882f858bc12504a6abdfd1ac7d644906a39272)

model/rfc8526/pom.xml

index 1ead1b6c4658c326407c5e1ae2e508d9590a1a30..e17812ef95fd2fa6360dd8345f54a5920d775739 100644 (file)
             <artifactId>rfc6243</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.netconf.nmda.rfc8526</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>