Add Automatic-Module-Name to RFC8639 model 50/107050/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 14:40:15 +0000 (16:40 +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>
model/rfc8639/pom.xml

index 4c2fcf86727d644ef34c9465c7c74856f9c84212..a830a0cff4a2def0dddd0096f56a12799d12fa06 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>