update readme to describe generate-notices
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/dfb88a39 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/dfb88a39 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/dfb88a39 Branch: refs/heads/master Commit: dfb88a3953c945e0dbdae723dc64b97c0723b010 Parents: a918548 Author: Alex Heneveld <[email protected]> Authored: Wed Oct 28 11:50:46 2015 +0000 Committer: Alex Heneveld <[email protected]> Committed: Wed Oct 28 12:08:42 2015 +0000 ---------------------------------------------------------------------- usage/dist/licensing/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/dfb88a39/usage/dist/licensing/README.md ---------------------------------------------------------------------- diff --git a/usage/dist/licensing/README.md b/usage/dist/licensing/README.md index 636677c..94ae070 100644 --- a/usage/dist/licensing/README.md +++ b/usage/dist/licensing/README.md @@ -25,8 +25,9 @@ and in `projects-with-custom-licenses` for those JARs which include other source ./make-all-licenses.sh || ( echo 'FAILED!!!' && rm LICENSE.autogenerated ) popd -If you need to add a new project to those which require custom LICENSE files, -see below. +This combines the relevant `source-inclusions.yaml` files to create `extrasFile` files +for `license-audit-maven-plugin` then runs the `notices` target for the various dists we make. +If you need to add a new project to those which require custom LICENSE files, see below. # CSV License Report
