Explicitly specified Export-Package declaration in poms.
[yangtools.git] / yang / yang-maven-plugin-spi / pom.xml
index a74b55ae0d67baa62e781ed478a00840b3449d8c..a412aa5ea38d31bf173b52e35cfd7caef9fd32fb 100644 (file)
@@ -53,6 +53,7 @@
                 <configuration>
                     <instructions>
                         <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
+                        <Export-Package>org.opendaylight.yangtools.yang2sources.spi</Export-Package>
                     </instructions>
                 </configuration>
             </plugin>