Add Automatic-Module-Name declarations
[yangtools.git] / yang / yang-data-transform / pom.xml
index 9b0a7f381d6b6688326be61623a9eb52b681100e..5a6e24cf75b7f919e00a0d7e54fdae7afc52d597 100644 (file)
 
     <build>
         <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Automatic-Module-Name>org.opendaylight.yangtools.yang.data.transform</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>