Removed Export-Package statement from maven-bundle-plugin.
[yangtools.git] / code-generator / binding-generator-util / pom.xml
index e48fe997ad85fe971f9c595352df751b1529f4b8..149a32141dcb653117e1906df1bce6118bf70362 100644 (file)
                 <configuration>
                     <instructions>
                         <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
-                        <Export-Package>
-                            org.opendaylight.yangtools.binding.generator.util,
-                            org.opendaylight.yangtools.binding.generator.util.generated.type.builder
-                        </Export-Package>
                     </instructions>
                 </configuration>
             </plugin>