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