Exporting the packages explicitely in order for exposing all the api bundles to external 55/9855/1
authorMadhu Venugopal <mavenugo@gmail.com>
Mon, 11 Aug 2014 12:36:03 +0000 (05:36 -0700)
committerMadhu Venugopal <mavenugo@gmail.com>
Mon, 11 Aug 2014 12:36:03 +0000 (05:36 -0700)
bundles which depend on the API framework to expand the extensibility support into other bundles.

Change-Id: I8d9fb4e8f27f8289f116ac591bb59b23c6437985
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
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>