Add Automatic-Module-Name to RFC8526 model 47/107047/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 14:11:04 +0000 (16:11 +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>
model/rfc8526/pom.xml

index 1500297405196ce7a1992569bb310b41d44d12af..21810b6f56b78389e089f0493505c8f72c15013b 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>