Add Automatic-Module-Name declarations
[yangtools.git] / yang / yang-xpath-api / pom.xml
index 0935a1dcefcb93f1f1d98e4601b3a9780dbded60..1c42de57efd3289adcd601145585eeb6380f2bb2 100644 (file)
 
     <build>
         <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Automatic-Module-Name>org.opendaylight.yangtools.yang.xpath.api</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>