Add Automatic-Module-Name to RFC7407 model 54/107054/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 25 Jul 2023 13:43:52 +0000 (15:43 +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: I9e6b4146576deb79e6aebc5ce334b482c62b29aa
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 025cc5ad2496b3d60c63029c65c2f3c1c8f95e82)

model/rfc7407-ietf-x509-cert-to-name/pom.xml

index 31ff496e0edc07a40d2dd5d6c9bf8a141205ee4d..f05442e027751efaab4e214a9aad553560f39447 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.x509.cert.to.name.rfc7407</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>