This folder contains license-informations of Ditto itself and used third-parties.
Have a look at folder 3rd-party-dependencies and the shell scripts inside in order to update
the used compile
, provided
, test
dependencies and used maven-plugins
.
Generate/update the file NOTICE-THIRD-PARTY.md like this:
$ cd ../ # switch to ditto/ root dir
$ mvn generate-resources -Pgenerate-third-party-licenses
This will update the NOTICE-THIRD-PARTY.md according to the actually used dependencies including the license information.