Mark API bundles with Automatic-Module-Name
[mdsal.git] / dom / mdsal-dom-spi / pom.xml
index 96cf155da8113faf429eff1eb8ed1e3c9ce9de74..9cdd540ad5c8fbbce88392475b59b7c5bbc5b8bc 100644 (file)
 
     <build>
         <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Automatic-Module-Name>org.opendaylight.mdsal.dom.spi</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>