Add Automatic-Module-Name declarations
[yangtools.git] / yang / rfc7952-data-api / pom.xml
index 812c2a81a5b97a11affa2671c076756b04dc47cc..1844247c90cd9f423bb462f03f27c9d357950a0f 100644 (file)
 
     <build>
         <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Automatic-Module-Name>org.opendaylight.yangtools.rfc7952.data.api</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>