Add Automatic-Module-Name to RFC8639 model 58/107058/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 25 Jul 2023 14:40:15 +0000 (16:40 +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: I876205b01cf6ee7ee2da669cf682308ba9879ea6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 53d7da935da16693cddc23989028cee2b1e71055)

model/rfc8639/pom.xml

index c350aa797c9c9a6fa4eda1b8b9daba1555aca2c5..fd8c799c0090a5c838cebb8206ea4d2bb076a5e1 100644 (file)
             <artifactId>rfc8341</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.subscribed.notifications.rfc8639</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>