Fix Automatic-Module-Name declarations
[mdsal.git] / binding / mdsal-binding-runtime-osgi / pom.xml
index e3330a009d138a7bd251b01f43fd1a903a9ebd18..639e6151c41c3f9df0e7f7cf6880c37f6f693d0d 100644 (file)
@@ -62,8 +62,8 @@
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
-                    <Automatic-Module-Name>org.opendaylight.mdsal.binding.runtime.osgi</Automatic-Module-Name>
                     <instructions>
+                        <Automatic-Module-Name>org.opendaylight.mdsal.binding.runtime.osgi</Automatic-Module-Name>
                         <!-- Karaf cannot handle Factory Component requirements, see https://issues.apache.org/jira/browse/KARAF-6625 -->
                         <_dsannotations-options>norequirements</_dsannotations-options>
                     </instructions>