Repository: yetus Updated Branches: refs/heads/master 18ed90545 -> 8736a9c90
YETUS-221. asflicense check exits multi-module Maven build early if there are pre-existing license problems Signed-off-by: Chris Nauroth <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/8736a9c9 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/8736a9c9 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/8736a9c9 Branch: refs/heads/master Commit: 8736a9c9014395894bcf7e6689f960b06dc420fb Parents: 18ed905 Author: Allen Wittenauer <[email protected]> Authored: Wed Dec 9 05:40:57 2015 -0800 Committer: Chris Nauroth <[email protected]> Committed: Tue Dec 15 10:04:49 2015 -0800 ---------------------------------------------------------------------- precommit/test-patch.d/asflicense.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/8736a9c9/precommit/test-patch.d/asflicense.sh ---------------------------------------------------------------------- diff --git a/precommit/test-patch.d/asflicense.sh b/precommit/test-patch.d/asflicense.sh index 23dfae5..cdaec84 100755 --- a/precommit/test-patch.d/asflicense.sh +++ b/precommit/test-patch.d/asflicense.sh @@ -75,7 +75,8 @@ function asflicense_tests modules_workers patch asflicense rat ;; maven) - modules_workers patch asflicense apache-rat:check + modules_workers patch asflicense -fn apache-rat:check + btfails=false ;; *) if [[ -z "${ASFLICENSE_RAT_JAR}" ]]; then
