Add Automatic-Module-Name to RFC6243 model 39/107039/1
authorRobert Varga <[email protected]>
Tue, 25 Jul 2023 12:48:29 +0000 (14:48 +0200)
committerRobert Varga <[email protected]>
Tue, 25 Jul 2023 12:48:29 +0000 (14:48 +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 <[email protected]>
model/rfc6243/pom.xml

index 45b4dd2330c157309eb217d93210867b3bf56617..14a77e61d0061482e861fa29fbc4be0892f7bf70 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>