HBASE-20379 shadedjars yetus plugin should add a footer link

Signed-off-by: Mike Drob <md...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e7803710
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e7803710
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/e7803710

Branch: refs/heads/branch-1.2
Commit: e78037107185e55cf796ef9373e918c698152f56
Parents: 90ad8c6
Author: Sean Busbey <bus...@apache.org>
Authored: Thu Apr 12 16:31:24 2018 -0500
Committer: Sean Busbey <bus...@apache.org>
Committed: Fri Apr 13 10:50:52 2018 -0500

----------------------------------------------------------------------
 dev-support/hbase-personality.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/e7803710/dev-support/hbase-personality.sh
----------------------------------------------------------------------
diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh
index 19e7e97..059d7c2 100755
--- a/dev-support/hbase-personality.sh
+++ b/dev-support/hbase-personality.sh
@@ -361,6 +361,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
 

Reply via email to