Removed Export-Package declaration from maven-bundle-plugin. Fixed some maven warnings.
[mdsal.git] / code-generator / binding-generator-util / pom.xml
index bbf3f65236f93fb462829fe36ad0430fd0c796eb..33be499ffc1397224ef5cc98e7b52812278cb402 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>