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

Bruno Lavit
15.38.2015 e228540f39b2b7b44202428bc72d486903bbddaf
OPENDJ-2098: add the Forgerock binary license in the OpenDJ installers
3 files modified
15 ■■■■■ changed files
opendj-server-legacy/pom.xml 3 ●●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/assembly/dsml-war-assembly.xml 6 ●●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/assembly/opendj-archive-component.xml 6 ●●●●● patch | view | raw | blame | history
opendj-server-legacy/pom.xml
@@ -80,6 +80,9 @@
    <!-- Could be removed once migration to new config framework will be done-->
    <old.config.files.path>${project.build.directory}/config/admin/defn/org/opends/server/admin/std</old.config.files.path>
    <!-- If we release this project, we need to include the Forgerock binary license -->
    <include.binary.license>${project.build.directory}/legal-notices/</include.binary.license>
  </properties>
  <dependencies>
opendj-server-legacy/src/main/assembly/dsml-war-assembly.xml
@@ -48,6 +48,12 @@
  </dependencySets>
  <fileSets>
    <!-- Include the Forgerock binary license file if exists -->
    <fileSet>
      <directory>${project.build.directory}/legal-notices</directory>
      <outputDirectory>legal-notices</outputDirectory>
    </fileSet>
    <fileSet>
      <directory>${jars.dir}/</directory>
      <outputDirectory>WEB-INF/lib</outputDirectory>
opendj-server-legacy/src/main/assembly/opendj-archive-component.xml
@@ -74,6 +74,12 @@
      <outputDirectory>legal-notices</outputDirectory>
    </fileSet>
    <!-- Include the Forgerock binary license file if exists -->
    <fileSet>
       <directory>${project.build.directory}/legal-notices</directory>
       <outputDirectory>legal-notices</outputDirectory>
    </fileSet>
    <!-- Adds sh in lib/ directory -->
    <fileSet>
      <directory>${basedir}/resource/bin</directory>