Add Automatic-Module-Name to RFC6470 model 43/107043/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 25 Jul 2023 12:51:50 +0000 (14:51 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 25 Jul 2023 13:29:42 +0000 (15:29 +0200)
This is a standard model and hence we use the usual module naming from
MD-SAL.

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

model/rfc6470/pom.xml

index d5013f271555672699d41f293722bf9ae423e876..0ca97525d3b18a588fe5e2dbbcc50d74cb9d9e0e 100644 (file)
             <artifactId>rfc6241</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.notifications.rfc6470</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>