Add Automatic-Module-Name to RFC6241 model 16/106816/1
authorRobert Varga <[email protected]>
Wed, 5 Jul 2023 15:54:05 +0000 (17:54 +0200)
committerRobert Varga <[email protected]>
Wed, 5 Jul 2023 15:54:05 +0000 (17:54 +0200)
This is a standard model and hence we use the usual module naming from
MD-SAL.

Change-Id: I2b879df166f1c15729687075edb17c2a58fc171d
Signed-off-by: Robert Varga <[email protected]>
model/rfc6241/pom.xml

index f4cc2a5006ae637cdaa9ddd2a5f5f261a6f3f5d3..6fc25b7bdfb3fd699a36ed4f8efe83f1eed2e58a 100644 (file)
             <artifactId>rfc6991-ietf-inet-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.rfc6241</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>