Exporting the packages explicitely in order for exposing all the api bundles to external
[openflowplugin.git] / extension / openflowjava-extension-nicira-api / pom.xml
index 900be93ef8aa4e94ff7592a7d8e352a1b2daffcf..47f83336c27fca90d64c1eddcd319047d6cd351f 100644 (file)
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                  <instructions>
+                    <Export-Package>
+                      org.opendaylight.openflowjava.nx.api, org.opendaylight.openflowjava.nx.api.impl,
+                      org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.ofjava.nx.api.config.rev140711
+                    </Export-Package>
+                    <Embed-Transitive>true</Embed-Transitive>
+                   </instructions>
+                </configuration>
             </plugin>
             <plugin>
                 <groupId>org.opendaylight.yangtools</groupId>