Untitled

 avatar
unknown
plain_text
11 days ago
628 B
5
Indexable
<plugin>
  <groupId>org.apache.felix</groupId>
  <artifactId>maven-bundle-plugin</artifactId>
  <version>5.1.2</version>
  <extensions>true</extensions>
  <configuration>
    <instructions>
      <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
      <Import-Package>
        javax.servlet,
        javax.ws.rs,
        javax.ws.rs.core,
        org.osgi.framework,
        org.glassfish.jersey.*,
        co.icreated.wstore.*,
        *
      </Import-Package>
      <Export-Package>
        co.icreated.wstore.api.*
      </Export-Package>
    </instructions>
  </configuration>
</plugin>
Editor is loading...
Leave a Comment