OPENDJ-2098: add the Forgerock binary license in the OpenDJ installers
| | |
| | | <!-- 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> |
| | |
| | | </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> |
| | |
| | | <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> |