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

maximthomas
29.02.2025 b3f7cfe263e26f66ac24c64f802f65b8ca0305f3
Build OpenDJ Server as an OSGI bundle
1 files modified
6 ■■■■ changed files
opendj-server/pom.xml 6 ●●●● patch | view | raw | blame | history
opendj-server/pom.xml
@@ -26,7 +26,7 @@
  <description>
    OpenDJ LDAP embedded directory server.
  </description>
  <packaging>jar</packaging>
  <packaging>bundle</packaging>
  <properties>
    <!-- Product information properties -->
    <patchFixIds />
@@ -126,6 +126,10 @@
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
      </plugin>