Add Automatic-Module-Name to RFC6243 model 42/107042/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 25 Jul 2023 12:48:29 +0000 (14:48 +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: I0baab487a3640b55b2b29486cc998fdd26d320d4
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 88e58a1dd2c2b387a068aba5ffca407de34b1c14)

model/rfc6243/pom.xml

index 3c1699a940261fa4db87daae6f971427ef247940..ade6a191c42728c3cdad0c520f9d9ac8f333df0d 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.with.defaults.rfc6243</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>