Removed Export-Package declaration from maven-bundle-plugin. Fixed some maven warnings.
[mdsal.git] / code-generator / maven-sal-api-gen-plugin / pom.xml
index 6f9ea6d196d6d01aad97c237190cb65b3c2a1547..0d646c8104254bbe2591f29dc3cc5b9d5307abf3 100644 (file)
@@ -50,9 +50,6 @@
                 <configuration>
                     <instructions>
                         <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
-                        <Export-Package>
-                            org.opendaylight.yangtools.maven.sal.api.gen.plugin
-                        </Export-Package>
                     </instructions>
                 </configuration>
             </plugin>