Repository: yetus Updated Branches: refs/heads/master e26177a03 -> a2f7e4dc8
YETUS-155. add usage for asflicense plugin Signed-off-by: Allen Wittenauer <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/32ac5cac Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/32ac5cac Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/32ac5cac Branch: refs/heads/master Commit: 32ac5cac261901adb4391678ebf3f573896dee78 Parents: e26177a Author: Marco Zuehlke <[email protected]> Authored: Tue Nov 10 18:27:19 2015 +0100 Committer: Allen Wittenauer <[email protected]> Committed: Wed Nov 11 08:16:11 2015 -0800 ---------------------------------------------------------------------- precommit/test-patch.d/asflicense.sh | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/32ac5cac/precommit/test-patch.d/asflicense.sh ---------------------------------------------------------------------- diff --git a/precommit/test-patch.d/asflicense.sh b/precommit/test-patch.d/asflicense.sh index a88c510..e69db9f 100755 --- a/precommit/test-patch.d/asflicense.sh +++ b/precommit/test-patch.d/asflicense.sh @@ -17,6 +17,13 @@ add_test_type asflicense +function asflicense_usage +{ + echo "ASF License Options:" + echo "--asflicense-rat-excludes=<path> path to file containing exclusion patterns" + echo "--asflicense-rat-jar=<path> path to Apache Creadur Rat jar file" +} + function asflicense_parse_args { declare i
