From f6413d5594db415a4a336d4ba38310d86607417b Mon Sep 17 00:00:00 2001 From: Sean Busbey Date: Thu, 12 Apr 2018 16:31:24 -0500 Subject: [PATCH] HBASE-20379 shadedjars yetus plugin should add a footer link Signed-off-by: Mike Drob --- dev-support/hbase-personality.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh index 819beeec442..5d2e2a0a766 100755 --- a/dev-support/hbase-personality.sh +++ b/dev-support/hbase-personality.sh @@ -365,6 +365,7 @@ function shadedjars_rebuild count=$(${GREP} -c '\[ERROR\]' "${logfile}") if [[ ${count} -gt 0 ]]; then add_vote_table -1 shadedjars "${repostatus} has ${count} errors when building our shaded downstream artifacts." + add_footer_table shadedjars "@@BASE@@/${repostatus}-shadedjars.txt" return 1 fi