Mark API bundles with Automatic-Module-Name
[mdsal.git] / common / mdsal-common-api / pom.xml
index 013d8ef6ad5135cf7bdb850b2b49ea5153f62161..d5e2e8622db55d563eef456ea9ab3d3d82bf6bb0 100644 (file)
 
     <build>
         <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Automatic-Module-Name>org.opendaylight.mdsal.common.api</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>