Add Automatic-Module-Name declarations
[yangtools.git] / yang / openconfig-model-api / pom.xml
index 43ea0930d95904cdd26f84ba16469a351a14ff66..cab8d35689adcedf34e55a45bc9ea77ca5fa2f87 100644 (file)
 
     <build>
         <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Automatic-Module-Name>org.opendaylight.yangtools.openconfig.model.api</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>