Add Automatic-Module-Name to RFC8341 model 46/107046/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 25 Jul 2023 13:55:47 +0000 (15:55 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 25 Jul 2023 13:55:47 +0000 (15:55 +0200)
This is a standard model and hence we use the usual module naming from
MD-SAL.

Change-Id: Ic23039068b0cea4b9f735dda2642d5f6b85c277c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
model/rfc8341/pom.xml

index 82d0fe2a443da94b05bd763b9f0499a5fcda0e20..ce02ea6a02fb83e486008fa10a5b40706b1fcea1 100644 (file)
             <artifactId>rfc6991-ietf-yang-types</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.acm.rfc8341</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>