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