Add Automatic-Module-Name declarations
[yangtools.git] / yang / yang-data-codec-xml / pom.xml
index f590be9c3bc3c9e6370f0d5aef9bfe1643f21215..20e9af443db6c7861bea78266caabbf505e2b4d4 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.codec.xml</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>