Deployment ========== 3rd party licenses report ------------------------- To generate the mandatory ``LICENSE-3RD-PARTY.txt`` in the root directory, you have to execute the ``generate3rdPartyLicenseReport`` gradle task. After that, the text file will be created in the root directory. The HTML representation of the data will be stored in folder ``build\reports\dependency-license`` and named ``LICENSE-3RD-PARTY.html``. The text representation contains all - manifest and POM - license dependencies of each library. .. code-block:: yaml 2 Group: com.fasterxml.jackson.core Name: jackson-annotations Version: 2.9.9 - Project URL: - http://github.com/FasterXML/jackson - Manifest License: - Apache License, Version 2.0 (Not Packaged) - POM License: - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0 - Embedded license files: - jackson-annotations-2.9.9.jar/META-INF/LICENSE