Add Automatic-Module-Name to RFC7407 model 44/107044/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 13:43:52 +0000 (15:43 +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>
model/rfc7407-ietf-x509-cert-to-name/pom.xml

index 62b4fdb2a56c5197380585f3773a7014c5c243f9..e7ca031af690d7f408338e254c4547e4354f1460 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>