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

Change-Id: I42e36eb7fd569a9d56f93ecb0f221a4e767d800c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 00b2b55df74831ee800b18c8fb556ef8df5a0367)

model/rfc8040-ietf-restconf-monitoring/pom.xml

index 86c18cee07d15fba4dfe9764cf365425632d35c5..8ca90269645210e044745938b8c576c897f14c32 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.restconf.monitoring.rfc8040</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>