Simplify bundle plugin configuration
[bgpcep.git] / bgp / rib-api / pom.xml
index 6034fe64c48ed59757633dd416d948d0b879bb4a..bbf08ea211b88a41c2665b2f15bd8239e49f3606 100644 (file)
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
-                               <version>${maven.bundle.version}</version>
                                <extensions>true</extensions>
                                <configuration>
                                        <instructions>
                         <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
-                        <Export-Package>
-                            org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev130925.*
-                        </Export-Package>
                                        </instructions>
                                </configuration>
                        </plugin>