mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
19.22.2011 15336903af96db8da65b7527aa65c821b562dd53
Fix OpenDJ-32 - Maven: add OSGi meta data generation to modules
1 files modified
12 ■■■■■ changed files
opendj-sdk/opendj3/opendj-sdk/pom.xml 12 ●●●●● patch | view | raw | blame | history
opendj-sdk/opendj3/opendj-sdk/pom.xml
@@ -38,7 +38,7 @@
  <description>
    This module includes the core OpenDJ Java APIs for implementing LDAP Directory client and server applications.
  </description>
  <packaging>jar</packaging>
  <packaging>bundle</packaging>
  <dependencies>
    <dependency>
      <groupId>org.forgerock.commons</groupId>
@@ -80,6 +80,16 @@
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <extensions>true</extensions>
        <configuration>
          <instructions>
            <Export-Package>org.opends.sdk.*</Export-Package>
          </instructions>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
      </plugin>