Add Automatic-Module-Name declarations
[yangtools.git] / yang / odlext-parser-support / pom.xml
index 6732c5941e7d7c5c8a317267a31a008d8ecc15b0..1cd02ae2febcf33d20c33b8d74b4f5b618a95090 100644 (file)
 
     <build>
         <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Automatic-Module-Name>org.opendaylight.yangtools.odlext.parser.support</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>