You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by aw...@apache.org on 2017/06/16 14:20:04 UTC

[1/9] yetus git commit: git hash 2113cfa875876f25a48006786b4783605acc8ea3

Repository: yetus
Updated Branches:
  refs/heads/asf-site 07cb76b7d -> 012f133c0


http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/overview-summary.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/overview-summary.html b/documentation/in-progress/audience-annotations-apidocs/overview-summary.html
index be4be72..eb60d71 100644
--- a/documentation/in-progress/audience-annotations-apidocs/overview-summary.html
+++ b/documentation/in-progress/audience-annotations-apidocs/overview-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/overview-tree.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/overview-tree.html b/documentation/in-progress/audience-annotations-apidocs/overview-tree.html
index 9eedc89..bd0b173 100644
--- a/documentation/in-progress/audience-annotations-apidocs/overview-tree.html
+++ b/documentation/in-progress/audience-annotations-apidocs/overview-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Class Hierarchy (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/stylesheet.css
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/stylesheet.css b/documentation/in-progress/audience-annotations-apidocs/stylesheet.css
index 0aeaa97..98055b2 100644
--- a/documentation/in-progress/audience-annotations-apidocs/stylesheet.css
+++ b/documentation/in-progress/audience-annotations-apidocs/stylesheet.css
@@ -2,16 +2,19 @@
 /*
 Overall document style
 */
+
+@import url('resources/fonts/dejavu.css');
+
 body {
     background-color:#ffffff;
     color:#353833;
-    font-family:Arial, Helvetica, sans-serif;
-    font-size:76%;
+    font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
+    font-size:14px;
     margin:0;
 }
 a:link, a:visited {
     text-decoration:none;
-    color:#4c6b87;
+    color:#4A6782;
 }
 a:hover, a:focus {
     text-decoration:none;
@@ -19,7 +22,7 @@ a:hover, a:focus {
 }
 a:active {
     text-decoration:none;
-    color:#4c6b87;
+    color:#4A6782;
 }
 a[name] {
     color:#353833;
@@ -29,41 +32,51 @@ a[name]:hover {
     color:#353833;
 }
 pre {
-    font-size:1.3em;
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
 }
 h1 {
-    font-size:1.8em;
+    font-size:20px;
 }
 h2 {
-    font-size:1.5em;
+    font-size:18px;
 }
 h3 {
-    font-size:1.4em;
+    font-size:16px;
+    font-style:italic;
 }
 h4 {
-    font-size:1.3em;
+    font-size:13px;
 }
 h5 {
-    font-size:1.2em;
+    font-size:12px;
 }
 h6 {
-    font-size:1.1em;
+    font-size:11px;
 }
 ul {
     list-style-type:disc;
 }
 code, tt {
-    font-size:1.2em;
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
+    padding-top:4px;
+    margin-top:8px;
+    line-height:1.4em;
 }
 dt code {
-    font-size:1.2em;
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
+    padding-top:4px;
 }
 table tr td dt code {
-    font-size:1.2em;
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
     vertical-align:top;
+    padding-top:4px;
 }
 sup {
-    font-size:.6em;
+    font-size:8px;
 }
 /*
 Document title and Copyright styles
@@ -76,9 +89,9 @@ Document title and Copyright styles
 .aboutLanguage {
     float:right;
     padding:0px 21px;
-    font-size:.8em;
+    font-size:11px;
     z-index:200;
-    margin-top:-7px;
+    margin-top:-9px;
 }
 .legalCopy {
     margin-left:.5em;
@@ -92,9 +105,6 @@ Document title and Copyright styles
 }
 .tab {
     background-color:#0066FF;
-    background-image:url(resources/titlebar.gif);
-    background-position:left top;
-    background-repeat:no-repeat;
     color:#ffffff;
     padding:8px;
     width:5em;
@@ -104,17 +114,15 @@ Document title and Copyright styles
 Navigation bar styles
 */
 .bar {
-    background-image:url(resources/background.gif);
-    background-repeat:repeat-x;
+    background-color:#4D7A97;
     color:#FFFFFF;
     padding:.8em .5em .4em .8em;
     height:auto;/*height:1.8em;*/
-    font-size:1em;
+    font-size:11px;
     margin:0;
 }
 .topNav {
-    background-image:url(resources/background.gif);
-    background-repeat:repeat-x;
+    background-color:#4D7A97;
     color:#FFFFFF;
     float:left;
     padding:0;
@@ -123,11 +131,11 @@ Navigation bar styles
     height:2.8em;
     padding-top:10px;
     overflow:hidden;
+    font-size:12px; 
 }
 .bottomNav {
     margin-top:10px;
-    background-image:url(resources/background.gif);
-    background-repeat:repeat-x;
+    background-color:#4D7A97;
     color:#FFFFFF;
     float:left;
     padding:0;
@@ -136,18 +144,20 @@ Navigation bar styles
     height:2.8em;
     padding-top:10px;
     overflow:hidden;
+    font-size:12px;
 }
 .subNav {
     background-color:#dee3e9;
-    border-bottom:1px solid #9eadc0;
     float:left;
     width:100%;
     overflow:hidden;
+    font-size:12px;
 }
 .subNav div {
     clear:left;
     float:left;
     padding:0 0 5px 6px;
+    text-transform:uppercase;
 }
 ul.navList, ul.subNavList {
     float:left;
@@ -157,27 +167,33 @@ ul.navList, ul.subNavList {
 ul.navList li{
     list-style:none;
     float:left;
-    padding:3px 6px;
+    padding: 5px 6px;
+    text-transform:uppercase;
 }
 ul.subNavList li{
     list-style:none;
     float:left;
-    font-size:90%;
 }
 .topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
     color:#FFFFFF;
     text-decoration:none;
+    text-transform:uppercase;
 }
 .topNav a:hover, .bottomNav a:hover {
     text-decoration:none;
     color:#bb7a2a;
+    text-transform:uppercase;
 }
 .navBarCell1Rev {
-    background-image:url(resources/tab.gif);
-    background-color:#a88834;
-    color:#FFFFFF;
+    background-color:#F8981D;
+    color:#253441;
     margin: auto 5px;
-    border:1px solid #c9aa44;
+}
+.skipNav {
+    position:absolute;
+    top:auto;
+    left:-9999px;
+    overflow:hidden;
 }
 /*
 Page header and footer styles
@@ -191,8 +207,11 @@ Page header and footer styles
     margin:10px;
     position:relative;
 }
+.indexHeader span{
+    margin-right:15px;
+}
 .indexHeader h1 {
-    font-size:1.3em;
+    font-size:13px;
 }
 .title {
     color:#2c4557;
@@ -202,7 +221,7 @@ Page header and footer styles
     margin:5px 0 0 0;
 }
 .header ul {
-    margin:0 0 25px 0;
+    margin:0 0 15px 0;
     padding:0;
 }
 .footer ul {
@@ -210,24 +229,22 @@ Page header and footer styles
 }
 .header ul li, .footer ul li {
     list-style:none;
-    font-size:1.2em;
+    font-size:13px;
 }
 /*
 Heading styles
 */
 div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
     background-color:#dee3e9;
-    border-top:1px solid #9eadc0;
-    border-bottom:1px solid #9eadc0;
+    border:1px solid #d0d9e0;
     margin:0 0 6px -8px;
-    padding:2px 5px;
+    padding:7px 5px;
 }
 ul.blockList ul.blockList ul.blockList li.blockList h3 {
     background-color:#dee3e9;
-    border-top:1px solid #9eadc0;
-    border-bottom:1px solid #9eadc0;
+    border:1px solid #d0d9e0;
     margin:0 0 6px -8px;
-    padding:2px 5px;
+    padding:7px 5px;
 }
 ul.blockList ul.blockList li.blockList h3 {
     padding:0;
@@ -247,10 +264,10 @@ Page layout container styles
 .indexContainer {
     margin:10px;
     position:relative;
-    font-size:1.0em;
+    font-size:12px;
 }
 .indexContainer h2 {
-    font-size:1.1em;
+    font-size:13px;
     padding:0 0 3px 0;
 }
 .indexContainer ul {
@@ -259,15 +276,18 @@ Page layout container styles
 }
 .indexContainer ul li {
     list-style:none;
+    padding-top:2px;
 }
 .contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
-    font-size:1.1em;
+    font-size:12px;
     font-weight:bold;
     margin:10px 0 0 0;
     color:#4E4E4E;
 }
 .contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
-    margin:10px 0 10px 20px;
+    margin:5px 0 10px 0px;
+    font-size:14px;
+    font-family:'DejaVu Sans Mono',monospace;
 }
 .serializedFormContainer dl.nameValue dt {
     margin-left:1px;
@@ -306,25 +326,24 @@ ul.blockList, ul.blockListLast {
 }
 ul.blockList li.blockList, ul.blockListLast li.blockList {
     list-style:none;
-    margin-bottom:25px;
+    margin-bottom:15px;
+    line-height:1.4;
 }
 ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
     padding:0px 20px 5px 10px;
-    border:1px solid #9eadc0;
-    background-color:#f9f9f9;
+    border:1px solid #ededed; 
+    background-color:#f8f8f8;
 }
 ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
     padding:0 0 5px 8px;
     background-color:#ffffff;
-    border:1px solid #9eadc0;
-    border-top:none;
+    border:none;
 }
 ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
     margin-left:0;
     padding-left:0;
     padding-bottom:15px;
     border:none;
-    border-bottom:1px solid #9eadc0;
 }
 ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
     list-style:none;
@@ -338,107 +357,155 @@ table tr td dl, table tr td dl dt, table tr td dl dd {
 /*
 Table styles
 */
-.contentContainer table, .classUseContainer table, .constantValuesContainer table {
-    border-bottom:1px solid #9eadc0;
-    width:100%;
-}
-.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table {
+.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary {
     width:100%;
+    border-left:1px solid #EEE; 
+    border-right:1px solid #EEE; 
+    border-bottom:1px solid #EEE; 
 }
-.contentContainer .description table, .contentContainer .details table {
-    border-bottom:none;
-}
-.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{
-    vertical-align:top;
-    padding-right:20px;
-}
-.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast,
-.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast,
-.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne,
-.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne {
-    padding-right:3px;
+.overviewSummary, .memberSummary  {
+    padding:0px;
 }
-.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption {
+.overviewSummary caption, .memberSummary caption, .typeSummary caption,
+.useSummary caption, .constantsSummary caption, .deprecatedSummary caption {
     position:relative;
     text-align:left;
     background-repeat:no-repeat;
-    color:#FFFFFF;
+    color:#253441;
     font-weight:bold;
     clear:none;
     overflow:hidden;
     padding:0px;
+    padding-top:10px;
+    padding-left:1px;
     margin:0px;
-}
-caption a:link, caption a:hover, caption a:active, caption a:visited {
+    white-space:pre;
+}
+.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
+.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link,
+.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
+.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
+.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
+.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
+.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
+.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited {
     color:#FFFFFF;
 }
-.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span {
+.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
+.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span {
     white-space:nowrap;
-    padding-top:8px;
-    padding-left:8px;
-    display:block;
+    padding-top:5px;
+    padding-left:12px;
+    padding-right:12px;
+    padding-bottom:7px;
+    display:inline-block;
     float:left;
-    background-image:url(resources/titlebar.gif);
-    height:18px;
+    background-color:#F8981D;
+    border: none;
+    height:16px;
 }
-.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd {
-    width:10px;
-    background-image:url(resources/titlebar_end.gif);
-    background-repeat:no-repeat;
-    background-position:top right;
-    position:relative;
+.memberSummary caption span.activeTableTab span {
+    white-space:nowrap;
+    padding-top:5px;
+    padding-left:12px;
+    padding-right:12px;
+    margin-right:3px;
+    display:inline-block;
     float:left;
+    background-color:#F8981D;
+    height:16px;
 }
-ul.blockList ul.blockList li.blockList table {
-    margin:0 0 12px 0px;
-    width:100%;
+.memberSummary caption span.tableTab span {
+    white-space:nowrap;
+    padding-top:5px;
+    padding-left:12px;
+    padding-right:12px;
+    margin-right:3px;
+    display:inline-block;
+    float:left;
+    background-color:#4D7A97;
+    height:16px;
+}
+.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab {
+    padding-top:0px;
+    padding-left:0px;
+    padding-right:0px;
+    background-image:none;
+    float:none;
+    display:inline;
 }
-.tableSubHeadingColor {
-    background-color: #EEEEFF;
+.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
+.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd {
+    display:none;
+    width:5px;
+    position:relative;
+    float:left;
+    background-color:#F8981D;
 }
-.altColor {
-    background-color:#eeeeef;
+.memberSummary .activeTableTab .tabEnd {
+    display:none;
+    width:5px;
+    margin-right:3px;
+    position:relative; 
+    float:left;
+    background-color:#F8981D;
 }
-.rowColor {
-    background-color:#ffffff;
+.memberSummary .tableTab .tabEnd {
+    display:none;
+    width:5px;
+    margin-right:3px;
+    position:relative;
+    background-color:#4D7A97;
+    float:left;
+
 }
-.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td {
+.overviewSummary td, .memberSummary td, .typeSummary td,
+.useSummary td, .constantsSummary td, .deprecatedSummary td {
     text-align:left;
-    padding:3px 3px 3px 7px;
+    padding:0px 0px 12px 10px;
+}
+th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th,
+td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{
+    vertical-align:top;
+    padding-right:0px;
+    padding-top:8px;
+    padding-bottom:3px;
 }
-th.colFirst, th.colLast, th.colOne, .constantValuesContainer th {
+th.colFirst, th.colLast, th.colOne, .constantsSummary th {
     background:#dee3e9;
-    border-top:1px solid #9eadc0;
-    border-bottom:1px solid #9eadc0;
     text-align:left;
-    padding:3px 3px 3px 7px;
-}
-td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
-    font-weight:bold;
+    padding:8px 3px 3px 7px;
 }
 td.colFirst, th.colFirst {
-    border-left:1px solid #9eadc0;
     white-space:nowrap;
+    font-size:13px;
 }
 td.colLast, th.colLast {
-    border-right:1px solid #9eadc0;
+    font-size:13px;
 }
 td.colOne, th.colOne {
-    border-right:1px solid #9eadc0;
-    border-left:1px solid #9eadc0;
+    font-size:13px;
+}
+.overviewSummary td.colFirst, .overviewSummary th.colFirst,
+.useSummary td.colFirst, .useSummary th.colFirst,
+.overviewSummary td.colOne, .overviewSummary th.colOne,
+.memberSummary td.colFirst, .memberSummary th.colFirst,
+.memberSummary td.colOne, .memberSummary th.colOne,
+.typeSummary td.colFirst{
+    width:25%;
+    vertical-align:top;
 }
-table.overviewSummary  {
-    padding:0px;
-    margin-left:0px;
+td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
+    font-weight:bold;
 }
-table.overviewSummary td.colFirst, table.overviewSummary th.colFirst,
-table.overviewSummary td.colOne, table.overviewSummary th.colOne {
-    width:25%;
-    vertical-align:middle;
+.tableSubHeadingColor {
+    background-color:#EEEEFF;
 }
-table.packageSummary td.colFirst, table.overviewSummary th.colFirst {
-    width:25%;
-    vertical-align:middle;
+.altColor {
+    background-color:#FFFFFF;
+}
+.rowColor {
+    background-color:#EEEEEF;
 }
 /*
 Content styles
@@ -453,6 +520,24 @@ Content styles
 .docSummary {
     padding:0;
 }
+
+ul.blockList ul.blockList ul.blockList li.blockList h3 {
+    font-style:normal;
+}
+
+div.block {
+    font-size:14px;
+    font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
+}
+
+td.colLast div {
+    padding-top:0px;
+}
+
+
+td.colLast a {
+    padding-bottom:3px;
+}
 /*
 Formatting effect styles
 */
@@ -463,12 +548,27 @@ Formatting effect styles
 h1.hidden {
     visibility:hidden;
     overflow:hidden;
-    font-size:.9em;
+    font-size:10px;
 }
 .block {
     display:block;
-    margin:3px 0 0 0;
+    margin:3px 10px 2px 0px;
+    color:#474747;
 }
-.strong {
+.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink,
+.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel,
+.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink {
     font-weight:bold;
 }
+.deprecationComment, .emphasizedPhrase, .interfaceName {
+    font-style:italic;
+}
+
+div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase,
+div.block div.block span.interfaceName {
+    font-style:normal;
+}
+
+div.contentContainer ul.blockList li.blockList h2{
+    padding-bottom:0px;
+}

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/index.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/index.html b/documentation/in-progress/index.html
index d72acf4..9b92d48 100644
--- a/documentation/in-progress/index.html
+++ b/documentation/in-progress/index.html
@@ -157,7 +157,6 @@ Options:
                         file to <span class="nb">read</span>
   --skipprnorep         Skip Private &amp; Not Replaceable
 </code></pre>
-
 <p>You can mark a file to be ignored by shelldocs by adding <q>SHELLDOC-IGNORE</q> as a comment in its own line.</p>
 
 <h1 id="yetus-audience-annotations">Yetus Audience Annotations</h1>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/precommit-advanced/index.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/precommit-advanced/index.html b/documentation/in-progress/precommit-advanced/index.html
index a3f9989..379c413 100644
--- a/documentation/in-progress/precommit-advanced/index.html
+++ b/documentation/in-progress/precommit-advanced/index.html
@@ -147,7 +147,7 @@
 
 <p>The &lsquo;fail&rsquo; setting is always the last option that test-patch will use and may be omitted unless it is the only option.</p>
 
-<p>For example, <code>--dockeronfail=continue</code> means if the Dockerfile can&rsquo;t be found, just turn off Docker support and continue running.  <code>--dockeronfail=fallback</code> will switch to the bundled Dockerfile and then fail the build if docker fails to work. <code>--dockeronfail=fail</code> means to just fail the build and do not try any other mechanisms of recovery. The default is &#39;fallback,continue,fail&rsquo; which will allow test-patch to try to continue executing as much as it possibily can.</p>
+<p>For example, <code>--dockeronfail=continue</code> means if the Dockerfile can&rsquo;t be found, just turn off Docker support and continue running.  <code>--dockeronfail=fallback</code> will switch to the bundled Dockerfile and then fail the build if docker fails to work. <code>--dockeronfail=fail</code> means to just fail the build and do not try any other mechanisms of recovery. The default is &lsquo;fallback,continue,fail&rsquo; which will allow test-patch to try to continue executing as much as it possibily can.</p>
 
 <p>Be aware that if the Dockerfile is found and the docker command works, test-patch will always fail the build if the Dockerfile itself fails the build.  It will not attempt to continue in the non-Docker mode.</p>
 
@@ -161,20 +161,17 @@
 
 <h2 id="common-plug-in-functions">Common Plug-in Functions</h2>
 
-<p>Every plug-in must have one line in order to be recognized, usually an &#39;add&rsquo; statement.  Test plug-ins, for example, have this statement:</p>
+<p>Every plug-in must have one line in order to be recognized, usually an &lsquo;add&rsquo; statement.  Test plug-ins, for example, have this statement:</p>
 <pre class="highlight shell"><code>add_test_type &lt;pluginname&gt;
 </code></pre>
-
-<p>This function call registers the <code>pluginname</code> so that test-patch knows that it exists.  Plug-in names must be unique across all the different plug-in types.  Additionally, the &#39;all&rsquo; plug-in is reserved.  The <code>pluginname</code> also acts as the key to the custom functions that you can define. For example:</p>
+<p>This function call registers the <code>pluginname</code> so that test-patch knows that it exists.  Plug-in names must be unique across all the different plug-in types.  Additionally, the &lsquo;all&rsquo; plug-in is reserved.  The <code>pluginname</code> also acts as the key to the custom functions that you can define. For example:</p>
 <pre class="highlight shell"><code><span class="k">function </span>pluginname_filefilter
 </code></pre>
-
 <p>defines the filefilter for the <code>pluginname</code> plug-in.</p>
 
 <p>Similarly, there are other functions that may be defined during the test-patch run:</p>
 <pre class="highlight plaintext"><code>HINT: It is recommended to make the pluginname relatively small, 10 characters at the most.  Otherwise, the ASCII output table may be skewed.
 </code></pre>
-
 <ul>
 <li><p>pluginname_usage</p>
 
@@ -240,7 +237,6 @@
 <p>Plug-ins geared towards independent tests are registered via:</p>
 <pre class="highlight shell"><code>add_test_type &lt;pluginname&gt;
 </code></pre>
-
 <ul>
 <li><p>pluginname_filefilter</p>
 
@@ -295,7 +291,6 @@
   <span class="nv">GITHUB_REPO</span><span class="o">=</span><span class="s2">"apache/yetus"</span>
 <span class="o">}</span>
 </code></pre>
-
 <h2 id="test-determination">Test Determination</h2>
 
 <p>The <code>personality_file_tests</code> function determines which tests to turn on based upon the file name.  It is relatively simple.  For example, to turn on a full suite of tests for Java files:</p>
@@ -313,10 +308,9 @@
 
 <span class="o">}</span>
 </code></pre>
-
 <p>The <code>add_test</code> function is used to activate the standard tests.  Additional plug-ins (such as checkstyle), will get queried on their own.</p>
 
-<h2 id="module-amp-profile-determination">Module &amp; Profile Determination</h2>
+<h2 id="module-profile-determination">Module &amp; Profile Determination</h2>
 
 <p>Once the tests are determined, it is now time to pick which <a href="precommit-glossary.md#genericoutside-definitions">modules</a> should get used.  That&rsquo;s the job of the <code>personality_modules</code> function.</p>
 <pre class="highlight shell"><code><span class="k">function </span>personality_modules
@@ -330,7 +324,6 @@
 
 <span class="o">}</span>
 </code></pre>
-
 <p>It takes exactly two parameters <code>repostatus</code> and <code>testtype</code>.</p>
 
 <p>The <code>repostatus</code> parameter tells the <code>personality</code> function exactly what state the source repository is in.  It can only be in one of two states:  <code>branch</code> or <code>patch</code>.  <code>branch</code> means the patch has not been applied.  The <code>patch</code> state is after the patch has been applied.</p>
@@ -344,7 +337,6 @@
 <p>The second is <code>personality_enqueue_module</code>.  This function takes two parameters.  The first parameter is the name of the module to add to this test&rsquo;s queue.  The second parameter is an option list of additional flags to pass to Maven when processing it. <code>personality_enqueue_module</code> may be called as many times as necessary for your project.</p>
 <pre class="highlight plaintext"><code>NOTE: A module name of . signifies the root of the repository.
 </code></pre>
-
 <p>For example, let&rsquo;s say your project uses a special configuration to skip unit tests (-DskipTests).  Running unit tests during a javadoc build isn&rsquo;t very useful and wastes a lot of time. We can write a simple personality check to disable the unit tests:</p>
 <pre class="highlight shell"><code><span class="k">function </span>personality_modules
 <span class="o">{</span>
@@ -358,7 +350,6 @@
     ...
 
 </code></pre>
-
 <p>This function will tell test-patch that when the javadoc test is being run, do the documentation build at the base of the source repository and make sure the -DskipTests flag is passed to our build tool.</p>
 
 <h2 id="enabling-plug-ins">Enabling Plug-ins</h2>
@@ -366,7 +357,6 @@
 <p>Personalities can set the base list of plug-ins to enable and disable for their project via the <code>personality_plugins</code> function. Just call it with the same pattern as the <code>--plugins</code> command line option:</p>
 <pre class="highlight shell"><code>personality_plugins <span class="s2">"all,-checkstyle,-findbugs,-asflicense"</span>
 </code></pre>
-
 <p>This list is used if the user does not provide a list of plug-ins.</p>
 
 <h1 id="important-variables">Important Variables</h1>
@@ -377,7 +367,7 @@
 <li><p>BUILD_NATIVE will be set to true if the system has requested that non-JVM-based code be built (e.g., JNI or other compiled C code). Under Jenkins, this is always true.</p></li>
 <li><p>BUILDTOOL specifies which tool is currently being used to drive compilation.  Additionally, many build tools define xyz_ARGS to pass on to the build tool command line. (e.g., MAVEN_ARGS if maven is in use).  Projects may set this in their personality.  NOTE: today, only one build tool at a time is supported.  This may change in the future.</p></li>
 <li><p>CHANGED_FILES[@] is an array of all files that appear to be added, deleted, or modified in the patch.</p></li>
-<li><p>CHANGED_MODULES[@] is an array of all modules that house all of the CHANGED_FILES[@].  Be aware that the root of the source tree is reported as &rsquo;.&rsquo;.</p></li>
+<li><p>CHANGED_MODULES[@] is an array of all modules that house all of the CHANGED_FILES[@].  Be aware that the root of the source tree is reported as &lsquo;.&rsquo;.</p></li>
 <li><p>DOCKER_EXTRAARGS[@] is an array of command line arguments to apply to the <code>docker run</code> command.</p></li>
 <li><p>GITHUB_REPO is to help test-patch when talking to Github.  If test-patch is given just a number on the command line, it will default to using this repo to determine the pull request.</p></li>
 <li><p>JIRA_ISSUE_RE is to help test-patch when talking to JIRA.  It helps determine if the given project is appropriate for the given JIRA issue.</p></li>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/precommit-apidocs/core/index.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/precommit-apidocs/core/index.html b/documentation/in-progress/precommit-apidocs/core/index.html
index 0db47bb..7923c0f 100644
--- a/documentation/in-progress/precommit-apidocs/core/index.html
+++ b/documentation/in-progress/precommit-apidocs/core/index.html
@@ -183,7 +183,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_bugsystem bugsystem
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -219,7 +218,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_build_tool build tool
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -255,7 +253,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -291,7 +288,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test_format test format
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -327,7 +323,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test_type plugin
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -363,7 +358,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_bugsystem bugsystem
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -399,7 +393,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_build_tool build tool
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -435,7 +428,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -471,7 +463,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_test_format test format
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -507,7 +498,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_test_type plugin
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -543,7 +533,6 @@
 </ul>
 <pre class="highlight plaintext"><code>personality_plugins plug-in list string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -579,7 +568,6 @@
 </ul>
 <pre class="highlight plaintext"><code>verify_needed_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -617,7 +605,6 @@
 </ul>
 <pre class="highlight plaintext"><code>verify_plugin_enabled test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -653,7 +640,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_add_array_element arrayname element
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -689,7 +675,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_array_contains element array
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -727,7 +712,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_sort_array arrayvar
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -765,7 +749,6 @@
 </ul>
 <pre class="highlight plaintext"><code>common_defaults
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -801,7 +784,6 @@
 </ul>
 <pre class="highlight plaintext"><code>patchfile_verify_zero log filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -837,7 +819,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_abs fsobj
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -877,7 +858,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_add_entry
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -913,7 +893,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_debug string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -949,7 +928,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_delete_entry
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -985,7 +963,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_error string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1021,7 +998,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_run_and_redirect filename command [..]
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1057,7 +1033,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_verify_entry
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1095,7 +1070,6 @@
 </ul>
 <pre class="highlight plaintext"><code>list_plugins
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1131,7 +1105,6 @@
 </ul>
 <pre class="highlight plaintext"><code>plugin_usage_output array
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1167,7 +1140,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_add_header header
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1203,7 +1175,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_add_option subcommand subcommanddesc
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1239,7 +1210,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_comma_to_array arrayname string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1275,7 +1245,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_generic_columnprinter array
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1313,7 +1282,6 @@
 </ul>
 <pre class="highlight plaintext"><code>docker_version
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/precommit-apidocs/plugins/index.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/precommit-apidocs/plugins/index.html b/documentation/in-progress/precommit-apidocs/plugins/index.html
index 22d9a26..242296b 100644
--- a/documentation/in-progress/precommit-apidocs/plugins/index.html
+++ b/documentation/in-progress/precommit-apidocs/plugins/index.html
@@ -260,7 +260,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_add_install test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -296,7 +295,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_delete_install test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -334,7 +332,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_write_comment filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -370,7 +367,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_write_comment filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -406,7 +402,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javac_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -444,7 +439,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_write_comment filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -482,7 +476,6 @@
 </ul>
 <pre class="highlight plaintext"><code>asflicense_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -518,7 +511,6 @@
 </ul>
 <pre class="highlight plaintext"><code>asflicense_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -554,7 +546,6 @@
 </ul>
 <pre class="highlight plaintext"><code>asflicense_writexsl
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -590,7 +581,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_determine_issue
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -626,7 +616,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_http_fetch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -662,7 +651,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_locate_patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -698,7 +686,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -734,7 +721,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -770,7 +756,6 @@
 </ul>
 <pre class="highlight plaintext"><code>cc_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -806,7 +791,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -842,7 +826,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -878,7 +861,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -914,7 +896,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -950,7 +931,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -986,7 +966,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1022,7 +1001,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1058,7 +1036,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_rebuild
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1094,7 +1071,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1130,7 +1106,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_breakup_url url
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1166,7 +1141,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_determine_issue
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1202,7 +1176,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_find_jira_title
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1238,7 +1211,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_jira_bridge
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1274,7 +1246,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_linecomments
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1310,7 +1281,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_locate_patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1346,7 +1316,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1382,7 +1351,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1418,7 +1386,6 @@
 </ul>
 <pre class="highlight plaintext"><code>initialize_java
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1454,7 +1421,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javac_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1490,7 +1456,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javac_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1526,7 +1491,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javadoc_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1562,7 +1526,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javadoc_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1598,7 +1561,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_determine_issue
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1634,7 +1596,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_http_fetch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1670,7 +1631,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_locate_patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1706,7 +1666,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1742,7 +1701,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1778,7 +1736,6 @@
 </ul>
 <pre class="highlight plaintext"><code>junit_finalize_results
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1814,7 +1771,6 @@
 </ul>
 <pre class="highlight plaintext"><code>junit_process_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1850,7 +1806,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_buildfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1886,7 +1841,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_builtin_personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1922,7 +1876,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_builtin_personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1958,7 +1911,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_docker_support
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1994,7 +1946,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_executor
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2030,7 +1981,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2066,7 +2016,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2102,7 +2051,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_javac_logfilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2138,7 +2086,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_modules_worker
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2174,7 +2121,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2210,7 +2156,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2246,7 +2191,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2282,7 +2226,6 @@
 </ul>
 <pre class="highlight plaintext"><code>mvnsite_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2318,7 +2261,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_buildfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2354,7 +2296,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_builtin_personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2390,7 +2331,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_builtin_personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2426,7 +2366,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_executor
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2462,7 +2401,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_modules_worker
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2498,7 +2436,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2534,7 +2471,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2570,7 +2506,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2606,7 +2541,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2642,7 +2576,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2678,7 +2611,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2714,7 +2646,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2750,7 +2681,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2786,7 +2716,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2822,7 +2751,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2858,7 +2786,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2894,7 +2821,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2930,7 +2856,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2966,7 +2891,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3002,7 +2926,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3038,7 +2961,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3074,7 +2996,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3110,7 +3031,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3146,7 +3066,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3182,7 +3101,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3218,7 +3136,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3254,7 +3171,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3290,7 +3206,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3326,7 +3241,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3362,7 +3276,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3398,7 +3311,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3434,7 +3346,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3470,7 +3381,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3506,7 +3416,6 @@
 </ul>
 <pre class="highlight plaintext"><code>scalac_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3542,7 +3451,6 @@
 </ul>
 <pre class="highlight plaintext"><code>scaladoc_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3578,7 +3486,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3614,7 +3521,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3650,7 +3556,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3686,7 +3591,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3722,7 +3626,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3758,7 +3661,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3794,7 +3696,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_private_findbash
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3830,7 +3731,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3866,7 +3766,6 @@
 </ul>
 <pre class="highlight plaintext"><code>tap_finalize_results
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3902,7 +3801,6 @@
 </ul>
 <pre class="highlight plaintext"><code>tap_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3938,7 +3836,6 @@
 </ul>
 <pre class="highlight plaintext"><code>tap_process_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3974,7 +3871,6 @@
 </ul>
 <pre class="highlight plaintext"><code>tap_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4010,7 +3906,6 @@
 </ul>
 <pre class="highlight plaintext"><code>unitveto_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4046,7 +3941,6 @@
 </ul>
 <pre class="highlight plaintext"><code>unitveto_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4082,7 +3976,6 @@
 </ul>
 <pre class="highlight plaintext"><code>unitveto_patchfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4118,7 +4011,6 @@
 </ul>
 <pre class="highlight plaintext"><code>unitveto_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4154,7 +4046,6 @@
 </ul>
 <pre class="highlight plaintext"><code>whitespace_linecomment_reporter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4190,7 +4081,6 @@
 </ul>
 <pre class="highlight plaintext"><code>whitespace_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4226,7 +4116,6 @@
 </ul>
 <pre class="highlight plaintext"><code>xml_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4262,7 +4151,6 @@
 </ul>
 <pre class="highlight plaintext"><code>xml_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4298,7 +4186,6 @@
 </ul>
 <pre class="highlight plaintext"><code>xml_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/precommit-apidocs/smart-apply-patch/index.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/precommit-apidocs/smart-apply-patch/index.html b/documentation/in-progress/precommit-apidocs/smart-apply-patch/index.html
index 6ac9d5d..09b916b 100644
--- a/documentation/in-progress/precommit-apidocs/smart-apply-patch/index.html
+++ b/documentation/in-progress/precommit-apidocs/smart-apply-patch/index.html
@@ -149,7 +149,6 @@
 </ul>
 <pre class="highlight plaintext"><code>setup_defaults
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -185,7 +184,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -223,7 +221,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_footer_table
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -259,7 +256,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -295,7 +291,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_vote_table
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -331,7 +326,6 @@
 </ul>
 <pre class="highlight plaintext"><code>big_console_header
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/precommit-apidocs/test-patch/index.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/precommit-apidocs/test-patch/index.html b/documentation/in-progress/precommit-apidocs/test-patch/index.html
index fa5b982..4822592 100644
--- a/documentation/in-progress/precommit-apidocs/test-patch/index.html
+++ b/documentation/in-progress/precommit-apidocs/test-patch/index.html
@@ -202,7 +202,6 @@
 </ul>
 <pre class="highlight plaintext"><code>relative_dir path
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -240,7 +239,6 @@
 </ul>
 <pre class="highlight plaintext"><code>verify_multijdk_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -280,7 +278,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_footer_table subsystem string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -316,7 +313,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_header_line string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -352,7 +348,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test_table failurereason testlist
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -388,7 +383,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_vote_table +1/0/-1 subsystem string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -424,7 +418,6 @@
 </ul>
 <pre class="highlight plaintext"><code>big_console_header string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -460,7 +453,6 @@
 </ul>
 <pre class="highlight plaintext"><code>clock_display seconds
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -496,7 +488,6 @@
 </ul>
 <pre class="highlight plaintext"><code>echo_and_redirect filename command [..]
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -532,7 +523,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generate_stack
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -568,7 +558,6 @@
 </ul>
 <pre class="highlight plaintext"><code>module_file_fragment module
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -604,7 +593,6 @@
 </ul>
 <pre class="highlight plaintext"><code>offset_clock seconds
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -640,7 +628,6 @@
 </ul>
 <pre class="highlight plaintext"><code>setup_defaults
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -676,7 +663,6 @@
 </ul>
 <pre class="highlight plaintext"><code>start_clock
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -712,7 +698,6 @@
 </ul>
 <pre class="highlight plaintext"><code>stop_clock
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -748,7 +733,6 @@
 </ul>
 <pre class="highlight plaintext"><code>write_comment filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -784,7 +768,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -822,7 +805,6 @@
 </ul>
 <pre class="highlight plaintext"><code>archive
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -858,7 +840,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugsystem_linecomments filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -894,7 +875,6 @@
 </ul>
 <pre class="highlight plaintext"><code>buildtool_cwd MODULE_ index
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -930,7 +910,6 @@
 </ul>
 <pre class="highlight plaintext"><code>calcdiffs branchlog patchlog testtype
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -966,7 +945,6 @@
 </ul>
 <pre class="highlight plaintext"><code>clear_personality_queue
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1002,7 +980,6 @@
 </ul>
 <pre class="highlight plaintext"><code>column_calcdiffs branchlog patchlog
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1038,7 +1015,6 @@
 </ul>
 <pre class="highlight plaintext"><code>compile branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1076,7 +1052,6 @@
 </ul>
 <pre class="highlight plaintext"><code>compile_cycle branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1114,7 +1089,6 @@
 </ul>
 <pre class="highlight plaintext"><code>compile_jvm branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1152,7 +1126,6 @@
 </ul>
 <pre class="highlight plaintext"><code>compile_nonjvm branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1190,7 +1163,6 @@
 </ul>
 <pre class="highlight plaintext"><code>dequeue_personality_module modulenames
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1226,7 +1198,6 @@
 </ul>
 <pre class="highlight plaintext"><code>distclean
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1264,7 +1235,6 @@
 </ul>
 <pre class="highlight plaintext"><code>error_calcdiffs branchlog patchlog
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1300,7 +1270,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_calcdiff_status totalbranchissues totalpatchissues newpatchissues
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1336,7 +1305,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_logfilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1372,7 +1340,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_post_handler origlog testtype multijdkmode run commands
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1410,7 +1377,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_postlog_compare origlog testtype multijdkmode
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1448,7 +1414,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_pre_handler testype multijdk
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1486,7 +1451,6 @@
 </ul>
 <pre class="highlight plaintext"><code>initialize $@
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1524,7 +1488,6 @@
 </ul>
 <pre class="highlight plaintext"><code>module_status moduleindex -1-0|0|+1 logvalue message
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1560,7 +1523,6 @@
 </ul>
 <pre class="highlight plaintext"><code>modules_backup
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1596,7 +1558,6 @@
 </ul>
 <pre class="highlight plaintext"><code>modules_messages repostatus testtype summarymode
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1632,7 +1593,6 @@
 </ul>
 <pre class="highlight plaintext"><code>modules_reset
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1668,7 +1628,6 @@
 </ul>
 <pre class="highlight plaintext"><code>modules_restore
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1704,7 +1663,6 @@
 </ul>
 <pre class="highlight plaintext"><code>modules_workers repostatus testtype mvncmdline
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1740,7 +1698,6 @@
 </ul>
 <pre class="highlight plaintext"><code>patchfiletests branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1778,7 +1735,6 @@
 </ul>
 <pre class="highlight plaintext"><code>personality_enqueue_module module profiles/flags/etc
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1816,7 +1772,6 @@
 </ul>
 <pre class="highlight plaintext"><code>prepopulate_footer
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1852,7 +1807,6 @@
 </ul>
 <pre class="highlight plaintext"><code>report_jvm_version directory
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1890,7 +1844,6 @@
 </ul>
 <pre class="highlight plaintext"><code>verify_patchdir_still_exists
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/precommit-architecture/index.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/precommit-architecture/index.html b/documentation/in-progress/precommit-architecture/index.html
index e6ebcf6..c5db746 100644
--- a/documentation/in-progress/precommit-architecture/index.html
+++ b/documentation/in-progress/precommit-architecture/index.html
@@ -191,7 +191,7 @@
 
 <h2 id="compile-cycle-patch">Compile Cycle (Patch)</h2>
 
-<p>Now that the patch has been applied the steps to compile we outlined in the compilation (branch) phase are repeated but with the patch applied. This is where a lot of &#39;after&rsquo; checks are performed.</p>
+<p>Now that the patch has been applied the steps to compile we outlined in the compilation (branch) phase are repeated but with the patch applied. This is where a lot of &lsquo;after&rsquo; checks are performed.</p>
 
 <h2 id="unit-tests">Unit Tests</h2>
 

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/precommit-basic/index.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/precommit-basic/index.html b/documentation/in-progress/precommit-basic/index.html
index d578a3b..9d08b50 100644
--- a/documentation/in-progress/precommit-basic/index.html
+++ b/documentation/in-progress/precommit-basic/index.html
@@ -224,19 +224,15 @@ as a whole.</p>
 <p>The first step for a successful deployment is determining which features/plug-ins to enable:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --list-plugins
 </code></pre>
-
 <p>This option will list all of the available plug-ins that are installed in the default location.  From this list, the specific plug-ins can be enabled:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --plugins<span class="o">=</span><span class="s2">"ant,maven,shellcheck,xml"</span> &lt;other options&gt;
 </code></pre>
-
 <p>As a short-cut, every plug-in may be enabled via the special &lsquo;all&rsquo; type:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --plugins<span class="o">=</span><span class="s2">"all"</span> &lt;other options&gt;
 </code></pre>
-
 <p><code>--plugins</code> also allows some basic <q>arithmetic</q>:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --plugins<span class="o">=</span><span class="s2">"all,-checkstyle,-findbugs"</span> &lt;other options&gt;
 </code></pre>
-
 <p>This will enable all plug-ins for potential usage, except for checkstyle and findbugs.</p>
 
 <p><strong>NOTE: The examples in this section will assume that the necessary <code>--plugins</code> option has been set on the command line as appropriate for your particular installation.</strong></p>
@@ -245,14 +241,12 @@ as a whole.</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">cd</span> &lt;your repo&gt;
 <span class="gp">$ </span><span class="nb">test</span>-patch.sh --dirty-workspace --project<span class="o">=</span>projectname &lt;filename&gt;
 </code></pre>
-
 <p>The <code>--dirty-workspace</code> flag tells test-patch that the repository is not clean and it is ok to continue.  By default, unit tests are not run since they may take a significant amount of time.</p>
 
 <p>To do turn them on, we need to provide the &ndash;run-tests option:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">cd</span> &lt;your repo&gt;
 <span class="gp">$ </span><span class="nb">test</span>-patch.sh --dirty-workspace --run-tests &lt;filename&gt;
 </code></pre>
-
 <p>This is the same command, but now runs the unit tests.</p>
 
 <p>A typical configuration is to have two repositories.  One with the code you are working on and another, clean repository.  This means you can:</p>
@@ -261,7 +255,6 @@ as a whole.</p>
 <span class="gp">$ </span><span class="nb">cd</span> ../&lt;testrepo&gt;
 <span class="gp">$ </span><span class="nb">test</span>-patch.sh --basedir<span class="o">=</span>&lt;testrepo&gt; --resetrepo /tmp/patchfile
 </code></pre>
-
 <p>We used two new options here.  &ndash;basedir sets the location of the repository to use for testing.  &ndash;resetrepo tells test patch that it can go into <strong>destructive</strong> mode.  Destructive mode will wipe out any changes made to that repository, so use it with care!</p>
 
 <h1 id="automation">Automation</h1>
@@ -271,22 +264,18 @@ as a whole.</p>
 <p>For example:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --robot --patch-dir<span class="o">=</span><span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/patchprocess --basedir<span class="o">=</span><span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/source <span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/patchfile
 </code></pre>
-
 <p>&hellip; will trigger test-patch to run in fully automated mode, using ${WORKSPACE}/patchprocess as its scratch space, ${WORKSPACE}/source as the source repository, and ${WORKSPACE}/patchfile as the name of the patch to test against.  This will always run the unit tests, write answers back to bug systems, remove old, stopped/exited Docker containers after 24 hours and images after 1 week, forcibly use &ndash;resetrepo, and more.  The &ndash;build-url option is also useful when running in &ndash;robot mode so that emails and such
 have a location to look at the output artifacts:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --robot --build-url<span class="o">=</span>http://server.example.name:80/<span class="k">${</span><span class="nv">buildnumber</span><span class="k">}</span>/
 </code></pre>
-
 <p>Some plug-ins such as Maven have special handling if there are multiple executions of test-patch happening at once.  It is very common when using automation systems to have multiple runs on the same host. In order to assist these plug-ins, an instance identifier may be provided:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --robot --instance<span class="o">=</span>1
 </code></pre>
-
 <p>If &ndash;robot is specified without an instance, a random number is generated and used.</p>
 
 <p>There is some special handling if Jenkins is actually your automation tool.  Instead of using &ndash;robot, use &ndash;jenkins:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --jenkins --patch-dir<span class="o">=</span><span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/patchprocess --basedir<span class="o">=</span><span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/source <span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/patchfile
 </code></pre>
-
 <p>This will enable &ndash;robot, set the &ndash;build-url option from the ${BUILD_URL} environment variable, and the instance identifier is set to the ${EXECUTOR_NUMBER}.</p>
 
 <p>If stuck containers are a problem, a more aggressive robot may be enabled with the &ndash;sentinel option.  This option enables killing containers that have been running for over 24 hours as well.</p>
@@ -296,7 +285,6 @@ have a location to look at the output artifacts:</p>
 <p>Out of the box, test-patch is built to use maven.  But what if the project is built using something else, such as ant?</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --build-tool<span class="o">=</span>ant
 </code></pre>
-
 <p>will tell test-patch to use ant instead of maven to drive the project.</p>
 
 <h1 id="providing-patch-files">Providing Patch Files</h1>
@@ -311,13 +299,11 @@ have a location to look at the output artifacts:</p>
 <p>For example:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> HADOOP-9905
 </code></pre>
-
 <p>&hellip; will process the patch file associated with this JIRA issue.</p>
 
 <p>If the Apache JIRA system is not in use, then override options may be provided on the command line to point to a different JIRA instance.</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --jira-issue-re<span class="o">=</span><span class="s1">'^PROJECT-[0-9]+$'</span> --jira-base-url<span class="o">=</span><span class="s1">'https://example.com/jira'</span> PROJECT-90
 </code></pre>
-
 <p>&hellip; will process the patch file attached to PROJECT-90 on the JIRA instance located on the example.com server.</p>
 
 <h2 id="github">GITHUB</h2>
@@ -325,15 +311,12 @@ have a location to look at the output artifacts:</p>
 <p>test-patch has some basic support for Github.  test-patch supports many forms of providing pull requests to work on:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --github-repo<span class="o">=</span>apache/pig 99
 </code></pre>
-
 <p>or</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh https://github.com/apache/pig/pulls/99
 </code></pre>
-
 <p>or</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh https://github.com/apache/pig/pulls/99.patch
 </code></pre>
-
 <p>&hellip; will process PR #99 on the apache/pig repo.</p>
 
 <h2 id="generic-urls">Generic URLs</h2>
@@ -343,7 +326,6 @@ have a location to look at the output artifacts:</p>
 <p>For example:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> https://example.com/webserver/file.patch
 </code></pre>
-
 <p>&hellip; will download and process the file.patch from the example.com webserver.</p>
 
 <h1 id="project-specific-capabilities">Project-specific Capabilities</h1>
@@ -353,7 +335,6 @@ have a location to look at the output artifacts:</p>
 <h2 id="direct-method">Direct Method</h2>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --personality<span class="o">=(</span>filename<span class="o">)</span>
 </code></pre>
-
 <p>This tells test-patch to use the personality in the given file.</p>
 
 <h2 id="project-method">Project Method</h2>
@@ -361,13 +342,11 @@ have a location to look at the output artifacts:</p>
 <p>However, test-patch can detect if it is a personality that is in its <q>personality</q> directory based upon the project name:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --project<span class="o">=(</span>project<span class="o">)</span>
 </code></pre>
-
 <h1 id="multijdk">MultiJDK</h1>
 
 <p>For many projects, it is useful to test Java code against multiple versions of JDKs at the same time.  test-patch can do this with the &ndash;multijdkdirs option:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --multijdkdirs<span class="o">=</span><span class="s2">"/j/d/k/1,/j/d/k/2"</span>
 </code></pre>
-
 <p>Not all Java tests support this mode, but those that do will now run their tests with all of the given versions of Java consecutively (e.g., javac&ndash;the Java compliation test).  Tests that do not support MultiJDK mode (e.g., checkstyle, mvn install) will use JAVA_HOME.</p>
 
 <p>NOTE: JAVA_HOME is always appended to the list of JDKs in MultiJDK mode.  If JAVA_HOME is in the list, it will be moved to the end.</p>
@@ -377,7 +356,6 @@ have a location to look at the output artifacts:</p>
 <p>test-patch also has a mode to utilize Docker:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --docker
 </code></pre>
-
 <p>This will do some preliminary setup and then re-execute itself inside a Docker container.  For more information on how to provide a custom Dockerfile, see the advanced guide.</p>
 
 <h2 id="in-closing">In Closing</h2>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/precommit-bugsystems/index.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/precommit-bugsystems/index.html b/documentation/in-progress/precommit-bugsystems/index.html
index 83a1568..821258f 100644
--- a/documentation/in-progress/precommit-bugsystems/index.html
+++ b/documentation/in-progress/precommit-bugsystems/index.html
@@ -127,7 +127,6 @@
 <p>test-patch has the ability to support multiple bug systems.  Bug tools have some extra hooks to fetch patches, line-level reporting, and posting a final report. Every bug system plug-in must have one line in order to be recognized:</p>
 <pre class="highlight shell"><code>add_bugsystem &lt;pluginname&gt;
 </code></pre>
-
 <ul>
 <li><p>pluginname_locate_patch</p>
 
@@ -166,7 +165,6 @@
 <p>Currently, Bugzilla support is read-only.  To use it, the Bug ID must be preferenced with &lsquo;BZ:&rsquo;.  For example:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> BZ:4
 </code></pre>
-
 <p>&hellip; will pull down Bugzilla ID #4.</p>
 
 <p>Using the <code>--bugzilla-base-url</code> on the command line or BUGZILLA_BASE_URL in a project&rsquo;s personality will define the location of the Bugzilla instance.  By default, it is <a href="https://bz.apache.org/bugzilla">https://bz.apache.org/bugzilla</a> .</p>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/precommit-buildtools/index.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/precommit-buildtools/index.html b/documentation/in-progress/precommit-buildtools/index.html
index 7f4822e..7f87717 100644
--- a/documentation/in-progress/precommit-buildtools/index.html
+++ b/documentation/in-progress/precommit-buildtools/index.html
@@ -127,7 +127,6 @@
 <p>test-patch has the ability to support multiple build tools.  Build tool plug-ins have some extra hooks to do source and object maintenance at key points. Every build tool plug-in must have one line in order to be recognized:</p>
 <pre class="highlight shell"><code>add_build_tool &lt;pluginname&gt;
 </code></pre>
-
 <h1 id="global-variables">Global Variables</h1>
 
 <ul>
@@ -151,7 +150,6 @@
 <p>This allows for custom directories to be created and used as necessary.</p>
 <pre class="highlight plaintext"><code>The default is module.
 </code></pre>
-
 <ul>
 <li><p>UNSUPPORTED_TEST</p>
 
@@ -178,12 +176,12 @@
 <li><p>pluginname_modules_worker</p>
 
 <ul>
-<li>Input is the branch and the test being run.  This should call <code>modules_workers</code> with the generic parts to run that test on the build system.  For example, if it is convention to use &lsquo;test&rsquo; to trigger &#39;unit&rsquo; tests, then <code>module_workers</code> should be called with &#39;test&rsquo; appended onto its normal parameters.</li>
+<li>Input is the branch and the test being run.  This should call <code>modules_workers</code> with the generic parts to run that test on the build system.  For example, if it is convention to use &lsquo;test&rsquo; to trigger &lsquo;unit&rsquo; tests, then <code>module_workers</code> should be called with &lsquo;test&rsquo; appended onto its normal parameters.</li>
 </ul></li>
 <li><p>pluginname_builtin_personality_modules</p>
 
 <ul>
-<li>Default method to determine how to enqueue modules for processing.  Note that personalities may override this function. Requires two arguments: repo status and test desired. For example, in a maven build, values may be &#39;branch&rsquo; and &#39;mvninstall&rsquo;.</li>
+<li>Default method to determine how to enqueue modules for processing.  Note that personalities may override this function. Requires two arguments: repo status and test desired. For example, in a maven build, values may be &lsquo;branch&rsquo; and &lsquo;mvninstall&rsquo;.</li>
 </ul></li>
 <li><p>pluginname_builtin_personality_file_tests</p>
 
@@ -249,7 +247,7 @@
 
 <h1 id="cmake-specific">CMAKE Specific</h1>
 
-<p>By default, cmake will create a &#39;build&rsquo; directory and perform all work there.  This may be changed either on the command line or via a personality setting.  cmake requires make to be enabled.</p>
+<p>By default, cmake will create a &lsquo;build&rsquo; directory and perform all work there.  This may be changed either on the command line or via a personality setting.  cmake requires make to be enabled.</p>
 
 <h1 id="gradle-specific">Gradle Specific</h1>
 

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/precommit-qbt/index.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/precommit-qbt/index.html b/documentation/in-progress/precommit-qbt/index.html
index 35871b4..6f2e013 100644
--- a/documentation/in-progress/precommit-qbt/index.html
+++ b/documentation/in-progress/precommit-qbt/index.html
@@ -139,7 +139,6 @@ file. This can then be used with systems like Jenkin&rsquo;s
 email-ext plug-in to send the output as an emailed report:</p>
 <pre class="highlight plaintext"><code>${FILE,path="&lt;report-file-path&gt;"}
 </code></pre>
-
 <p>For something a bit more structured, there is also the <code>--html-report-file</code>
 option.  Using this output, again with Jenkins&rsquo; email-ext plug-in, it is
 possible to build some very nice looking output that is easily customized:</p>
@@ -162,7 +161,6 @@ possible to build some very nice looking output that is easily customized:</p>
 ${FILE,path="<span class="nt">&lt;report-file-path&gt;</span>"}
 <span class="nt">&lt;/body&gt;&lt;/html&gt;</span>
 </code></pre>
-
 <p>If your mailing lists do not allow HTML-formatted email, then the <code>--brief-report-file</code>
 provides a solution.  This option creates a very plain, reduced content text file
 suitable for email.  It contains just the barebones information needed to get

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/precommit-smart-apply-patch/index.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/precommit-smart-apply-patch/index.html b/documentation/in-progress/precommit-smart-apply-patch/index.html
index 7d45173..d77518a 100644
--- a/documentation/in-progress/precommit-smart-apply-patch/index.html
+++ b/documentation/in-progress/precommit-smart-apply-patch/index.html
@@ -131,17 +131,14 @@
 <p>Its simplest form is used when a patch is stored in a local file:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>smart-apply-patch patch
 </code></pre>
-
 <p>This will cause the command to run through various ways to verify and then apply the patch to the current repo, including deducing a patch level.</p>
 
 <p>Perhaps you just want to see if the patch even applies without changing your local repo.  The <code>--dry-run</code> option will just test for applicability:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>smart-apply-patch --dry-run patch
 </code></pre>
-
 <p>For committers of projects, there is a special mode:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>smart-apply-patch --committer patch
 </code></pre>
-
 <p>that in addition to applying the patch will also attempt to:</p>
 
 <ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/precommit-testformats/index.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/precommit-testformats/index.html b/documentation/in-progress/precommit-testformats/index.html
index bda3331..e1a6986 100644
--- a/documentation/in-progress/precommit-testformats/index.html
+++ b/documentation/in-progress/precommit-testformats/index.html
@@ -127,7 +127,6 @@
 <p>test-patch has the ability to support multiple test formats. Test formats have some extra hooks to process the output of test tools and write the results to some tables. Every test format plug-in must have one line in order to be recognized:</p>
 <pre class="highlight shell"><code>add_test_format &lt;pluginname&gt;
 </code></pre>
-
 <p>Test format plugins can provide following two methods, which will be called by test-patch if defined.</p>
 
 <ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/releasedocmaker/index.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/releasedocmaker/index.html b/documentation/in-progress/releasedocmaker/index.html
index 0852f50..76f00e5 100644
--- a/documentation/in-progress/releasedocmaker/index.html
+++ b/documentation/in-progress/releasedocmaker/index.html
@@ -165,7 +165,6 @@
 <p>Minimally, the name of the JIRA project and a version registered in JIRA must be provided:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project <span class="o">(</span>project<span class="o">)</span> --version <span class="o">(</span>version<span class="o">)</span>
 </code></pre>
-
 <p>This will query Apache JIRA, generating two files in a directory named after the given version in an extended markdown format which can be processed by both mvn site and GitHub.</p>
 
 <ul>
@@ -183,20 +182,17 @@
 <p>For example, to build the release documentation for HBase v1.2.0&hellip;</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.2.0
 </code></pre>
-
 <p>&hellip; will create a 1.2.0 directory and inside that directory will be CHANGES.1.2.0.md and RELEASENOTES.1.2.0.md .</p>
 
 <p>By default, release notes are expected to be in plain text.  However, you can write them in markdown if you include a header at the top of your release note:</p>
 <pre class="highlight xml"><code><span class="c">&lt;!-- markdown --&gt;</span>
 remaining text
 </code></pre>
-
 <h1 id="changing-the-header">Changing the Header</h1>
 
 <p>By default, it will use a header that matches the project name.  But that is kind of ugly and the case may be wrong.  Luckily, the title can be changed:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.2.0 --projecttitle <span class="s2">"Apache HBase"</span>
 </code></pre>
-
 <p>Now instead of <q>HBASE</q>, it will use <q>Apache HBASE</q> for some titles and headers.</p>
 
 <h1 id="multiple-versions">Multiple Versions</h1>
@@ -204,13 +200,11 @@ remaining text
 <p>The script can also generate multiple versions at once, by</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --version 1.2.0
 </code></pre>
-
 <p>This will create the files for versions 1.0.0 and versions 1.2.0 in their own directories.</p>
 
 <p>But what if the version numbers are not known?  releasedocmaker can also generate version data based upon ranges:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --version 1.2.0 --range
 </code></pre>
-
 <p>In this form, releasedocmaker will query JIRA, discover all versions that alphabetically appear to be between 1.0.0 and 1.2.0, inclusive, and generate all of the relative release documents.  This is especially useful when bootstrapping an existing project.</p>
 
 <h1 id="unreleased-dates">Unreleased Dates</h1>
@@ -220,7 +214,6 @@ remaining text
 <p>The &ndash;usetoday option can be used to signify that instead of using Unreleased, releasedocmaker should use today&rsquo;s date.</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --usetoday
 </code></pre>
-
 <p>After using this option and release, don&rsquo;t forget to change JIRA&rsquo;s release date to match!</p>
 
 <h1 id="sorted-output">Sorted Output</h1>
@@ -232,11 +225,9 @@ remaining text
 <p>By default, releasedocmaker will sort the output based upon the resolution date of the issue starting with older resolutions.  This is the same as giving these options:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project falcon --version 0.6 --sorttype resolutiondate --sortorder older
 </code></pre>
-
 <p>The order can be reversed so that newer issues appear on top by providing the &lsquo;newer&rsquo; flag:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project falcon --version 0.6 --sorttype resolutiondate --sortorder newer
 </code></pre>
-
 <p>In the case of multiple projects given on the command line, the projects will be interspersed.</p>
 
 <h2 id="issue-number-based-sort">Issue Number-based Sort</h2>
@@ -244,27 +235,23 @@ remaining text
 <p>An alternative to the date-based sort is to sort based upon the issue id.  This may be accomplished via:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project falcon --version 0.6 --sorttype issueid --sortorder asc
 </code></pre>
-
 <p>This will now sort by the issue id, listing them in lowest to highest (or ascending) order.</p>
 
 <p>The order may be reversed to list them in highest to lowest (or descending) order by providing the appropriate flag:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project falcon --version 0.6 --sorttype issueid --sortorder desc
 </code></pre>
-
 <p>In the case of multiple projects given on the command line, the projects will be grouped and then sorted by issue id.</p>
 
 <h1 id="backward-incompatible-changes">Backward Incompatible Changes</h1>
 
 <p>To check if an issue is backward-incompatible the releasedocmaker script first checks the <q>Hadoop Flags</q> field in the
-issue. If this field is found to be blank then it searches for the &#39;backward-incompatible&rsquo; label. You can override the
+issue. If this field is found to be blank then it searches for the &lsquo;backward-incompatible&rsquo; label. You can override the
 default value for this label by using &ndash;incompatiblelabel option e.g.</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project falcon --version 0.6 --incompatiblelabel not-compatible
 </code></pre>
-
 <p>or equivalently using the shorter -X option</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project falcon --version 0.6 -X not-compatible
 </code></pre>
-
 <h1 id="lint-mode">Lint Mode</h1>
 
 <p>In order to ensure proper formatting while using mvn site, releasedocmaker puts in periods (.) for fields that are empty or unassigned.  This can be unsightly and not proper for any given project.  There are also other things, such as missing release notes for incompatible changes, that are less than desirable.</p>
@@ -272,7 +259,6 @@ default value for this label by using &ndash;incompatiblelabel option e.g.</p>
 <p>In order to help release managers from having to scan through potentially large documents, releasedocmaker features a lint mode, triggered via &ndash;lint:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --lint
 </code></pre>
-
 <p>This will do the normal JIRA querying, looking for items it considers problematic.  It will print the information to the screen and then exit with either success or failure, depending upon if any issues were discovered.</p>
 
 <h1 id="index-mode">Index Mode</h1>
@@ -290,7 +276,6 @@ For example directories with names like 0.6, 1.2.2, 1.2alpha etc. will all be li
 <p>You can find the version of the releasedocmaker that you are using by giving the -V option. This may be helpful in finding documentation for the version you are using.</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py -V
 </code></pre>
-
     </div>
       <div class="container">
     <hr>


[5/9] yetus git commit: git hash 2113cfa875876f25a48006786b4783605acc8ea3

Posted by aw...@apache.org.
http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/precommit-apidocs/plugins/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/precommit-apidocs/plugins/index.html b/documentation/0.2.1/precommit-apidocs/plugins/index.html
index 20688da..15f96df 100644
--- a/documentation/0.2.1/precommit-apidocs/plugins/index.html
+++ b/documentation/0.2.1/precommit-apidocs/plugins/index.html
@@ -286,7 +286,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_add_install test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -322,7 +321,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_delete_install test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -360,7 +358,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_write_comment filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -396,7 +393,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_write_comment filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -432,7 +428,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javac_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -470,7 +465,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_write_comment filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -508,7 +502,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_buildfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -544,7 +537,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_builtin_personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -580,7 +572,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_builtin_personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -616,7 +607,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_docker_support
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -652,7 +642,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_executor
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -688,7 +677,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -724,7 +712,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -760,7 +747,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_modules_worker
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -796,7 +782,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -832,7 +817,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -868,7 +852,6 @@
 </ul>
 <pre class="highlight plaintext"><code>asflicense_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -904,7 +887,6 @@
 </ul>
 <pre class="highlight plaintext"><code>asflicense_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -940,7 +922,6 @@
 </ul>
 <pre class="highlight plaintext"><code>asflicense_writexsl
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -976,7 +957,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_determine_issue
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1012,7 +992,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_http_fetch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1048,7 +1027,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_locate_patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1084,7 +1062,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1120,7 +1097,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1156,7 +1132,6 @@
 </ul>
 <pre class="highlight plaintext"><code>cc_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1192,7 +1167,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1228,7 +1202,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1264,7 +1237,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1300,7 +1272,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1336,7 +1307,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1372,7 +1342,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1408,7 +1377,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1444,7 +1412,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_rebuild
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1480,7 +1447,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1516,7 +1482,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_breakup_url url
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1552,7 +1517,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_determine_issue
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1588,7 +1552,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_find_jira_title
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1624,7 +1587,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_jira_bridge
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1660,7 +1622,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_linecomments
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1696,7 +1657,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_locate_patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1732,7 +1692,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1768,7 +1727,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1804,7 +1762,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_buildfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1840,7 +1797,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_builtin_personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1876,7 +1832,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_builtin_personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1912,7 +1867,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_docker_support
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1948,7 +1902,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_executor
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1984,7 +1937,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2020,7 +1972,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2056,7 +2007,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_modules_worker
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2092,7 +2042,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2128,7 +2077,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2164,7 +2112,6 @@
 </ul>
 <pre class="highlight plaintext"><code>initialize_java
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2200,7 +2147,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javac_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2236,7 +2182,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javac_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2272,7 +2217,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javadoc_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2308,7 +2252,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javadoc_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2344,7 +2287,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_determine_issue
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2380,7 +2322,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_http_fetch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2416,7 +2357,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_locate_patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2452,7 +2392,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2488,7 +2427,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2524,7 +2462,6 @@
 </ul>
 <pre class="highlight plaintext"><code>junit_finalize_results
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2560,7 +2497,6 @@
 </ul>
 <pre class="highlight plaintext"><code>junit_process_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2596,7 +2532,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_buildfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2632,7 +2567,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_builtin_personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2668,7 +2602,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_builtin_personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2704,7 +2637,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_docker_support
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2740,7 +2672,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_executor
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2776,7 +2707,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2812,7 +2742,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2848,7 +2777,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_javac_logfilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2884,7 +2812,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_modules_worker
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2920,7 +2847,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2956,7 +2882,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2992,7 +2917,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3028,7 +2952,6 @@
 </ul>
 <pre class="highlight plaintext"><code>mvnsite_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3064,7 +2987,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_buildfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3100,7 +3022,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_builtin_personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3136,7 +3057,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_builtin_personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3172,7 +3092,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_executor
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3208,7 +3127,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_modules_worker
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3244,7 +3162,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3280,7 +3197,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3316,7 +3232,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3352,7 +3267,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3388,7 +3302,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3424,7 +3337,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3460,7 +3372,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3496,7 +3407,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3532,7 +3442,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3568,7 +3477,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3604,7 +3512,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3640,7 +3547,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3676,7 +3582,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3712,7 +3617,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3748,7 +3652,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3784,7 +3687,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3820,7 +3722,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3856,7 +3757,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3892,7 +3792,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3928,7 +3827,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3964,7 +3862,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4000,7 +3897,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4036,7 +3932,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4072,7 +3967,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4108,7 +4002,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4144,7 +4037,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4180,7 +4072,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4216,7 +4107,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4252,7 +4142,6 @@
 </ul>
 <pre class="highlight plaintext"><code>scalac_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4288,7 +4177,6 @@
 </ul>
 <pre class="highlight plaintext"><code>scaladoc_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4324,7 +4212,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4360,7 +4247,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4396,7 +4282,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4432,7 +4317,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4468,7 +4352,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4504,7 +4387,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_private_findbash
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4540,7 +4422,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4576,7 +4457,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4612,7 +4492,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4648,7 +4527,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4684,7 +4562,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4720,7 +4597,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4756,7 +4632,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_private_findbash
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4792,7 +4667,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4828,7 +4702,6 @@
 </ul>
 <pre class="highlight plaintext"><code>tap_finalize_results
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4864,7 +4737,6 @@
 </ul>
 <pre class="highlight plaintext"><code>tap_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4900,7 +4772,6 @@
 </ul>
 <pre class="highlight plaintext"><code>tap_process_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4936,7 +4807,6 @@
 </ul>
 <pre class="highlight plaintext"><code>tap_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4972,7 +4842,6 @@
 </ul>
 <pre class="highlight plaintext"><code>unitveto_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5008,7 +4877,6 @@
 </ul>
 <pre class="highlight plaintext"><code>unitveto_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5044,7 +4912,6 @@
 </ul>
 <pre class="highlight plaintext"><code>unitveto_patchfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5080,7 +4947,6 @@
 </ul>
 <pre class="highlight plaintext"><code>unitveto_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5116,7 +4982,6 @@
 </ul>
 <pre class="highlight plaintext"><code>whitespace_linecomment_reporter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5152,7 +5017,6 @@
 </ul>
 <pre class="highlight plaintext"><code>whitespace_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5188,7 +5052,6 @@
 </ul>
 <pre class="highlight plaintext"><code>xml_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5224,7 +5087,6 @@
 </ul>
 <pre class="highlight plaintext"><code>xml_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5260,7 +5122,6 @@
 </ul>
 <pre class="highlight plaintext"><code>xml_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/precommit-apidocs/smart-apply-patch/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/precommit-apidocs/smart-apply-patch/index.html b/documentation/0.2.1/precommit-apidocs/smart-apply-patch/index.html
index 6ac9d5d..09b916b 100644
--- a/documentation/0.2.1/precommit-apidocs/smart-apply-patch/index.html
+++ b/documentation/0.2.1/precommit-apidocs/smart-apply-patch/index.html
@@ -149,7 +149,6 @@
 </ul>
 <pre class="highlight plaintext"><code>setup_defaults
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -185,7 +184,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -223,7 +221,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_footer_table
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -259,7 +256,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -295,7 +291,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_vote_table
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -331,7 +326,6 @@
 </ul>
 <pre class="highlight plaintext"><code>big_console_header
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/precommit-apidocs/test-patch/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/precommit-apidocs/test-patch/index.html b/documentation/0.2.1/precommit-apidocs/test-patch/index.html
index ec9b8ab..7ea2c66 100644
--- a/documentation/0.2.1/precommit-apidocs/test-patch/index.html
+++ b/documentation/0.2.1/precommit-apidocs/test-patch/index.html
@@ -199,7 +199,6 @@
 </ul>
 <pre class="highlight plaintext"><code>relative_dir path
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -237,7 +236,6 @@
 </ul>
 <pre class="highlight plaintext"><code>verify_multijdk_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -277,7 +275,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_footer_table subsystem string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -313,7 +310,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_header_line string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -349,7 +345,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test_table failurereason testlist
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -385,7 +380,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_vote_table +1/0/-1/null subsystem string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -421,7 +415,6 @@
 </ul>
 <pre class="highlight plaintext"><code>big_console_header string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -457,7 +450,6 @@
 </ul>
 <pre class="highlight plaintext"><code>clock_display seconds
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -493,7 +485,6 @@
 </ul>
 <pre class="highlight plaintext"><code>echo_and_redirect filename command [..]
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -529,7 +520,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generate_stack
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -565,7 +555,6 @@
 </ul>
 <pre class="highlight plaintext"><code>module_file_fragment module
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -601,7 +590,6 @@
 </ul>
 <pre class="highlight plaintext"><code>offset_clock seconds
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -637,7 +625,6 @@
 </ul>
 <pre class="highlight plaintext"><code>setup_defaults
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -673,7 +660,6 @@
 </ul>
 <pre class="highlight plaintext"><code>start_clock
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -709,7 +695,6 @@
 </ul>
 <pre class="highlight plaintext"><code>stop_clock
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -745,7 +730,6 @@
 </ul>
 <pre class="highlight plaintext"><code>write_comment filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -781,7 +765,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -819,7 +802,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugsystem_linecomments filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -855,7 +837,6 @@
 </ul>
 <pre class="highlight plaintext"><code>buildtool_cwd MODULE_ index
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -891,7 +872,6 @@
 </ul>
 <pre class="highlight plaintext"><code>calcdiffs branchlog patchlog testtype
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -927,7 +907,6 @@
 </ul>
 <pre class="highlight plaintext"><code>clear_personality_queue
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -963,7 +942,6 @@
 </ul>
 <pre class="highlight plaintext"><code>column_calcdiffs branchlog patchlog
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -999,7 +977,6 @@
 </ul>
 <pre class="highlight plaintext"><code>compile branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1037,7 +1014,6 @@
 </ul>
 <pre class="highlight plaintext"><code>compile_cycle branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1075,7 +1051,6 @@
 </ul>
 <pre class="highlight plaintext"><code>compile_jvm branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1113,7 +1088,6 @@
 </ul>
 <pre class="highlight plaintext"><code>compile_nonjvm branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1151,7 +1125,6 @@
 </ul>
 <pre class="highlight plaintext"><code>dequeue_personality_module modulenames
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1187,7 +1160,6 @@
 </ul>
 <pre class="highlight plaintext"><code>distclean
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1225,7 +1197,6 @@
 </ul>
 <pre class="highlight plaintext"><code>error_calcdiffs branchlog patchlog
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1261,7 +1232,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_calcdiff_status totalbranchissues totalpatchissues newpatchissues
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1297,7 +1267,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_logfilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1333,7 +1302,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_post_handler origlog testtype multijdkmode run commands
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1371,7 +1339,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_postlog_compare origlog testtype multijdkmode
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1409,7 +1376,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_pre_handler testype multijdk
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1447,7 +1413,6 @@
 </ul>
 <pre class="highlight plaintext"><code>initialize $@
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1485,7 +1450,6 @@
 </ul>
 <pre class="highlight plaintext"><code>module_status module runtime
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1521,7 +1485,6 @@
 </ul>
 <pre class="highlight plaintext"><code>modules_messages repostatus testtype summarymode
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1557,7 +1520,6 @@
 </ul>
 <pre class="highlight plaintext"><code>modules_reset
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1593,7 +1555,6 @@
 </ul>
 <pre class="highlight plaintext"><code>modules_workers repostatus testtype mvncmdline
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1629,7 +1590,6 @@
 </ul>
 <pre class="highlight plaintext"><code>patchfiletests branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1667,7 +1627,6 @@
 </ul>
 <pre class="highlight plaintext"><code>personality_enqueue_module module profiles/flags/etc
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1705,7 +1664,6 @@
 </ul>
 <pre class="highlight plaintext"><code>prepopulate_footer
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1741,7 +1699,6 @@
 </ul>
 <pre class="highlight plaintext"><code>report_jvm_version directory
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1779,7 +1736,6 @@
 </ul>
 <pre class="highlight plaintext"><code>verify_patchdir_still_exists
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/precommit-architecture/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/precommit-architecture/index.html b/documentation/0.2.1/precommit-architecture/index.html
index e6ebcf6..c5db746 100644
--- a/documentation/0.2.1/precommit-architecture/index.html
+++ b/documentation/0.2.1/precommit-architecture/index.html
@@ -191,7 +191,7 @@
 
 <h2 id="compile-cycle-patch">Compile Cycle (Patch)</h2>
 
-<p>Now that the patch has been applied the steps to compile we outlined in the compilation (branch) phase are repeated but with the patch applied. This is where a lot of &#39;after&rsquo; checks are performed.</p>
+<p>Now that the patch has been applied the steps to compile we outlined in the compilation (branch) phase are repeated but with the patch applied. This is where a lot of &lsquo;after&rsquo; checks are performed.</p>
 
 <h2 id="unit-tests">Unit Tests</h2>
 

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/precommit-basic/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/precommit-basic/index.html b/documentation/0.2.1/precommit-basic/index.html
index e57c712..5c1a190 100644
--- a/documentation/0.2.1/precommit-basic/index.html
+++ b/documentation/0.2.1/precommit-basic/index.html
@@ -223,19 +223,15 @@ as a whole.</p>
 <p>The first step for a successful deployment is determining which features/plug-ins to enable:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --list-plugins
 </code></pre>
-
 <p>This option will list all of the available plug-ins that are installed in the default location.  From this list, the specific plug-ins can be enabled:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --plugins<span class="o">=</span><span class="s2">"ant,maven,shellcheck,xml"</span> &lt;other options&gt;
 </code></pre>
-
 <p>As a short-cut, every plug-in may be enabled via the special &lsquo;all&rsquo; type:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --plugins<span class="o">=</span><span class="s2">"all"</span> &lt;other options&gt;
 </code></pre>
-
 <p><code>--plugins</code> also allows some basic <q>arithmetic</q>:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --plugins<span class="o">=</span><span class="s2">"all,-checkstyle,-findbugs"</span> &lt;other options&gt;
 </code></pre>
-
 <p>This will enable all plug-ins for potential usage, except for checkstyle and findbugs.</p>
 
 <p><strong>NOTE: The examples in this section will assume that the necessary <code>--plugins</code> option has been set on the command line as appropriate for your particular installation.</strong></p>
@@ -244,14 +240,12 @@ as a whole.</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">cd</span> &lt;your repo&gt;
 <span class="gp">$ </span><span class="nb">test</span>-patch.sh --dirty-workspace --project<span class="o">=</span>projectname &lt;filename&gt;
 </code></pre>
-
 <p>The <code>--dirty-workspace</code> flag tells test-patch that the repository is not clean and it is ok to continue.  By default, unit tests are not run since they may take a significant amount of time.</p>
 
 <p>To do turn them on, we need to provide the &ndash;run-tests option:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">cd</span> &lt;your repo&gt;
 <span class="gp">$ </span><span class="nb">test</span>-patch.sh --dirty-workspace --run-tests &lt;filename&gt;
 </code></pre>
-
 <p>This is the same command, but now runs the unit tests.</p>
 
 <p>A typical configuration is to have two repositories.  One with the code you are working on and another, clean repository.  This means you can:</p>
@@ -260,7 +254,6 @@ as a whole.</p>
 <span class="gp">$ </span><span class="nb">cd</span> ../&lt;testrepo&gt;
 <span class="gp">$ </span><span class="nb">test</span>-patch.sh --basedir<span class="o">=</span>&lt;testrepo&gt; --resetrepo /tmp/patchfile
 </code></pre>
-
 <p>We used two new options here.  &ndash;basedir sets the location of the repository to use for testing.  &ndash;resetrepo tells test patch that it can go into <strong>destructive</strong> mode.  Destructive mode will wipe out any changes made to that repository, so use it with care!</p>
 
 <h1 id="automation">Automation</h1>
@@ -270,22 +263,18 @@ as a whole.</p>
 <p>For example:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --robot --patch-dir<span class="o">=</span><span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/patchprocess --basedir<span class="o">=</span><span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/source <span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/patchfile
 </code></pre>
-
 <p>&hellip; will trigger test-patch to run in fully automated mode, using ${WORKSPACE}/patchprocess as its scratch space, ${WORKSPACE}/source as the source repository, and ${WORKSPACE}/patchfile as the name of the patch to test against.  This will always run the unit tests, write answers back to bug systems, remove old, stopped/exited Docker images and containers after 24 hours, forcibly use &ndash;resetrepo, and more.  The &ndash;build-url option is also useful when running in &ndash;robot mode so that emails and such
 have a location to look at the output artifacts:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --robot --build-url<span class="o">=</span>http://server.example.name:80/<span class="k">${</span><span class="nv">buildnumber</span><span class="k">}</span>/
 </code></pre>
-
 <p>Some plug-ins such as Maven have special handling if there are multiple executions of test-patch happening at once.  It is very common when using automation systems to have multiple runs on the same host. In order to assist these plug-ins, an instance identifier may be provided:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --robot --instance<span class="o">=</span>1
 </code></pre>
-
 <p>If &ndash;robot is specified without an instance, a random number is generated and used.</p>
 
 <p>There is some special handling if Jenkins is actually your automation tool.  Instead of using &ndash;robot, use &ndash;jenkins:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --jenkins --patch-dir<span class="o">=</span><span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/patchprocess --basedir<span class="o">=</span><span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/source <span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/patchfile
 </code></pre>
-
 <p>This will enable &ndash;robot, set the &ndash;build-url option from the ${BUILD_URL} environment variable, and the instance identifier is set to the ${EXECUTOR_NUMBER}.</p>
 
 <p>If stuck containers are a problem, a more aggressive robot may be enabled with the &ndash;sentinel option.  This option enables killing containers that have been running for over 24 hours as well.</p>
@@ -295,7 +284,6 @@ have a location to look at the output artifacts:</p>
 <p>Out of the box, test-patch is built to use maven.  But what if the project is built using something else, such as ant?</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --build-tool<span class="o">=</span>ant
 </code></pre>
-
 <p>will tell test-patch to use ant instead of maven to drive the project.</p>
 
 <h1 id="providing-patch-files">Providing Patch Files</h1>
@@ -307,13 +295,11 @@ have a location to look at the output artifacts:</p>
 <p>For example:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> HADOOP-9905
 </code></pre>
-
 <p>&hellip; will process the patch file associated with this JIRA issue.</p>
 
 <p>If the Apache JIRA system is not in use, then override options may be provided on the command line to point to a different JIRA instance.</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --jira-issue-re<span class="o">=</span><span class="s1">'^PROJECT-[0-9]+$'</span> --jira-base-url<span class="o">=</span><span class="s1">'https://example.com/jira'</span> PROJECT-90
 </code></pre>
-
 <p>&hellip; will process the patch file attached to PROJECT-90 on the JIRA instance located on the example.com server.</p>
 
 <h2 id="github">GITHUB</h2>
@@ -321,15 +307,12 @@ have a location to look at the output artifacts:</p>
 <p>test-patch has some basic support for Github.  test-patch supports many forms of providing pull requests to work on:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --github-repo<span class="o">=</span>apache/pig 99
 </code></pre>
-
 <p>or</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh https://github.com/apache/pig/pulls/99
 </code></pre>
-
 <p>or</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh https://github.com/apache/pig/pulls/99.patch
 </code></pre>
-
 <p>&hellip; will process PR #99 on the apache/pig repo.</p>
 
 <h2 id="generic-urls">Generic URLs</h2>
@@ -339,7 +322,6 @@ have a location to look at the output artifacts:</p>
 <p>For example:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> https://example.com/webserver/file.patch
 </code></pre>
-
 <p>&hellip; will download and process the file.patch from the example.com webserver.</p>
 
 <h1 id="project-specific-capabilities">Project-specific Capabilities</h1>
@@ -349,7 +331,6 @@ have a location to look at the output artifacts:</p>
 <h2 id="direct-method">Direct Method</h2>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --personality<span class="o">=(</span>filename<span class="o">)</span>
 </code></pre>
-
 <p>This tells test-patch to use the personality in the given file.</p>
 
 <h2 id="project-method">Project Method</h2>
@@ -357,13 +338,11 @@ have a location to look at the output artifacts:</p>
 <p>However, test-patch can detect if it is a personality that is in its <q>personality</q> directory based upon the project name:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --project<span class="o">=(</span>project<span class="o">)</span>
 </code></pre>
-
 <h1 id="multijdk">MultiJDK</h1>
 
 <p>For many projects, it is useful to test Java code against multiple versions of JDKs at the same time.  test-patch can do this with the &ndash;multijdkdirs option:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --multijdkdirs<span class="o">=</span><span class="s2">"/j/d/k/1,/j/d/k/2"</span>
 </code></pre>
-
 <p>Not all Java tests support this mode, but those that do will now run their tests with all of the given versions of Java consecutively (e.g., javac&ndash;the Java compliation test).  Tests that do not support MultiJDK mode (e.g., checkstyle, mvn install) will use JAVA_HOME.</p>
 
 <p>NOTE: JAVA_HOME is always appended to the list of JDKs in MultiJDK mode.  If JAVA_HOME is in the list, it will be moved to the end.</p>
@@ -373,7 +352,6 @@ have a location to look at the output artifacts:</p>
 <p>test-patch also has a mode to utilize Docker:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --docker
 </code></pre>
-
 <p>This will do some preliminary setup and then re-execute itself inside a Docker container.  For more information on how to provide a custom Dockerfile, see the advanced guide.</p>
 
 <h2 id="in-closing">In Closing</h2>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/precommit-bugsystems/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/precommit-bugsystems/index.html b/documentation/0.2.1/precommit-bugsystems/index.html
index 83a1568..821258f 100644
--- a/documentation/0.2.1/precommit-bugsystems/index.html
+++ b/documentation/0.2.1/precommit-bugsystems/index.html
@@ -127,7 +127,6 @@
 <p>test-patch has the ability to support multiple bug systems.  Bug tools have some extra hooks to fetch patches, line-level reporting, and posting a final report. Every bug system plug-in must have one line in order to be recognized:</p>
 <pre class="highlight shell"><code>add_bugsystem &lt;pluginname&gt;
 </code></pre>
-
 <ul>
 <li><p>pluginname_locate_patch</p>
 
@@ -166,7 +165,6 @@
 <p>Currently, Bugzilla support is read-only.  To use it, the Bug ID must be preferenced with &lsquo;BZ:&rsquo;.  For example:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> BZ:4
 </code></pre>
-
 <p>&hellip; will pull down Bugzilla ID #4.</p>
 
 <p>Using the <code>--bugzilla-base-url</code> on the command line or BUGZILLA_BASE_URL in a project&rsquo;s personality will define the location of the Bugzilla instance.  By default, it is <a href="https://bz.apache.org/bugzilla">https://bz.apache.org/bugzilla</a> .</p>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/precommit-buildtools/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/precommit-buildtools/index.html b/documentation/0.2.1/precommit-buildtools/index.html
index e8fd6bd..8997e84 100644
--- a/documentation/0.2.1/precommit-buildtools/index.html
+++ b/documentation/0.2.1/precommit-buildtools/index.html
@@ -127,7 +127,6 @@
 <p>test-patch has the ability to support multiple build tools.  Build tool plug-ins have some extra hooks to do source and object maintenance at key points. Every build tool plug-in must have one line in order to be recognized:</p>
 <pre class="highlight shell"><code>add_build_tool &lt;pluginname&gt;
 </code></pre>
-
 <h1 id="global-variables">Global Variables</h1>
 
 <ul>
@@ -151,7 +150,6 @@
 <p>This allows for custom directories to be created and used as necessary.</p>
 <pre class="highlight plaintext"><code>The default is module.
 </code></pre>
-
 <ul>
 <li><p>UNSUPPORTED_TEST</p>
 
@@ -178,7 +176,7 @@
 <li><p>pluginname_modules_worker</p>
 
 <ul>
-<li>Input is the branch and the test being run.  This should call <code>modules_workers</code> with the generic parts to run that test on the build system.  For example, if it is convention to use &lsquo;test&rsquo; to trigger &#39;unit&rsquo; tests, then <code>module_workers</code> should be called with &#39;test&rsquo; appended onto its normal parameters.</li>
+<li>Input is the branch and the test being run.  This should call <code>modules_workers</code> with the generic parts to run that test on the build system.  For example, if it is convention to use &lsquo;test&rsquo; to trigger &lsquo;unit&rsquo; tests, then <code>module_workers</code> should be called with &lsquo;test&rsquo; appended onto its normal parameters.</li>
 </ul></li>
 <li><p>pluginname_builtin_personality_modules</p>
 
@@ -254,7 +252,7 @@
 
 <h1 id="cmake-specific">CMAKE Specific</h1>
 
-<p>By default, cmake will create a &#39;build&rsquo; directory and perform all work there.  This may be changed either on the command line or via a personality setting.  cmake requires make to be enabled.</p>
+<p>By default, cmake will create a &lsquo;build&rsquo; directory and perform all work there.  This may be changed either on the command line or via a personality setting.  cmake requires make to be enabled.</p>
 
 <h1 id="gradle-specific">Gradle Specific</h1>
 

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/precommit-smart-apply-patch/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/precommit-smart-apply-patch/index.html b/documentation/0.2.1/precommit-smart-apply-patch/index.html
index 870c3a6..35756be 100644
--- a/documentation/0.2.1/precommit-smart-apply-patch/index.html
+++ b/documentation/0.2.1/precommit-smart-apply-patch/index.html
@@ -131,17 +131,14 @@
 <p>Its simpliest form is used when a patch is stored in a local file:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>smart-apply-patch patch
 </code></pre>
-
 <p>This will cause the command to run through various ways to verify and then apply the patch to the current repo, including deducing a patch level.</p>
 
 <p>Perhaps you just want to see if the patch even applies without changing your local repo.  The <code>--dry-run</code> option will just test for applicability:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>smart-apply-patch --dry-run patch
 </code></pre>
-
 <p>For committers of projects, there is a special mode:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>smart-apply-patch --committer patch
 </code></pre>
-
 <p>that in addition to applying the patch will also attempt to:</p>
 
 <ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/precommit-testformats/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/precommit-testformats/index.html b/documentation/0.2.1/precommit-testformats/index.html
index 90d81e7..667b1c0 100644
--- a/documentation/0.2.1/precommit-testformats/index.html
+++ b/documentation/0.2.1/precommit-testformats/index.html
@@ -127,7 +127,6 @@
 <p>test-patch has the ability to support multiple test formats. Test formats have some extra hooks to process the output of test tools and write the results to some tables. Every test format plug-in must have one line in order to be recognized:</p>
 <pre class="highlight shell"><code>add_test_format &lt;pluginname&gt;
 </code></pre>
-
 <ul>
 <li><p>pluginname_process_tests</p>
 

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/releasedocmaker/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/releasedocmaker/index.html b/documentation/0.2.1/releasedocmaker/index.html
index e2017d0..5477ad9 100644
--- a/documentation/0.2.1/releasedocmaker/index.html
+++ b/documentation/0.2.1/releasedocmaker/index.html
@@ -153,7 +153,6 @@
 <p>Minimally, the name of the JIRA project and a version registered in JIRA must be provided:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project <span class="o">(</span>project<span class="o">)</span> --version <span class="o">(</span>version<span class="o">)</span>
 </code></pre>
-
 <p>This will query Apache JIRA, generating two files in a directory named after the given version in an extended markdown format which can be processed by both mvn site and GitHub.</p>
 
 <ul>
@@ -171,20 +170,17 @@
 <p>For example, to build the release documentation for HBase v1.2.0&hellip;</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.2.0
 </code></pre>
-
 <p>&hellip; will create a 1.2.0 directory and inside that directory will be CHANGES.1.2.0.md and RELEASENOTES.1.2.0.md .</p>
 
 <p>By default, release notes are expected to be in plain text.  However, you can write them in markdown if you include a header at the top of your release note:</p>
 <pre class="highlight xml"><code><span class="c">&lt;!-- markdown --&gt;</span>
 remaining text
 </code></pre>
-
 <h1 id="changing-the-header">Changing the Header</h1>
 
 <p>By default, it will use a header that matches the project name.  But that is kind of ugly and the case may be wrong.  Luckily, the title can be changed:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.2.0 --projecttitle <span class="s2">"Apache HBase"</span>
 </code></pre>
-
 <p>Now instead of <q>HBASE</q>, it will use <q>Apache HBASE</q> for some titles and headers.</p>
 
 <h1 id="multiple-versions">Multiple Versions</h1>
@@ -192,13 +188,11 @@ remaining text
 <p>The script can also generate multiple versions at once, by</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --version 1.2.0
 </code></pre>
-
 <p>This will create the files for versions 1.0.0 and versions 1.2.0 in their own directories.</p>
 
 <p>But what if the version numbers are not known?  releasedocmaker can also generate version data based upon ranges:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --version 1.2.0 --range
 </code></pre>
-
 <p>In this form, releasedocmaker will query JIRA, discover all versions that alphabetically appear to be between 1.0.0 and 1.2.0, inclusive, and generate all of the relative release documents.  This is especially useful when bootstrapping an existing project.</p>
 
 <h1 id="unreleased-dates">Unreleased Dates</h1>
@@ -208,7 +202,6 @@ remaining text
 <p>The &ndash;usetoday option can be used to signify that instead of using Unreleased, releasedocmaker should use today&rsquo;s date.</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --usetoday
 </code></pre>
-
 <p>After using this option and release, don&rsquo;t forget to change JIRA&rsquo;s release date to match!</p>
 
 <h1 id="lint-mode">Lint Mode</h1>
@@ -218,7 +211,6 @@ remaining text
 <p>In order to help release managers from having to scan through potentially large documents, releasedocmaker features a lint mode, triggered via &ndash;lint:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --lint
 </code></pre>
-
 <p>This will do the normal JIRA querying, looking for items it considers problematic.  It will print the information to the screen and then exit with either success or failure, depending upon if any issues were discovered.</p>
 
 <h1 id="index-mode">Index Mode</h1>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/allclasses-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/allclasses-frame.html b/documentation/0.3.0/audience-annotations-apidocs/allclasses-frame.html
index ae517b5..4cdeed9 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/allclasses-frame.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/allclasses-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:47 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/allclasses-noframe.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/allclasses-noframe.html b/documentation/0.3.0/audience-annotations-apidocs/allclasses-noframe.html
index b991986..e80e77f 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/allclasses-noframe.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/allclasses-noframe.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:47 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/constant-values.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/constant-values.html b/documentation/0.3.0/audience-annotations-apidocs/constant-values.html
index 70d6dc1..d4d1373 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/constant-values.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/constant-values.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:46 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constant Field Values (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/deprecated-list.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/deprecated-list.html b/documentation/0.3.0/audience-annotations-apidocs/deprecated-list.html
index f59b5fe..24942b3 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/deprecated-list.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/deprecated-list.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:47 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Deprecated List (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/help-doc.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/help-doc.html b/documentation/0.3.0/audience-annotations-apidocs/help-doc.html
index 56e28fb..c972db1 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/help-doc.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/help-doc.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:47 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Help (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/index-all.html b/documentation/0.3.0/audience-annotations-apidocs/index-all.html
index 19d00fb..e3e020d 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/index-all.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/index-all.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:47 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/index.html b/documentation/0.3.0/audience-annotations-apidocs/index.html
index 680edbc..5cadc26 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/index.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/index.html
@@ -2,16 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:47 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Apache Yetus - Audience Annotations Component 0.3.0 API</title>
 <script type="text/javascript">
-    tmpTargetPage = "" + window.location.search;
-    if (tmpTargetPage != "" && tmpTargetPage != "undefined")
-        tmpTargetPage = tmpTargetPage.substring(1);
-    if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
-        tmpTargetPage = "undefined";
-    targetPage = tmpTargetPage;
+    targetPage = "" + window.location.search;
+    if (targetPage != "" && targetPage != "undefined")
+        targetPage = targetPage.substring(1);
+    if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
+        targetPage = "undefined";
     function validURL(url) {
         try {
             url = decodeURIComponent(url);

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
index ae55415..046752c 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:46 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
index 5136768..b0822a2 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:46 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
index 3e0513d..4f1fc03 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:46 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
index a3e14b1..c39beb2 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:46 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
index 4690707..9c14527 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:46 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
index e9b6209..27f8b2e 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:46 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
index 4d8303e..c9eb67f 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:46 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
index a68fa91..4df3354 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:46 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
index a884d7b..4183c7f 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:47 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
index c2d3240..1b1aa31 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:47 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
index f288f25..7a8349c 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:47 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
index ca10287..c42be33 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:47 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
index 263376c..b809dc6 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:47 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
index 3aaee74..6fb6767 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:46 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
index fb2306d..0167ac6 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:47 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
index 7879e43..ae6ffbd 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:46 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
index ccb355c..7c2f958 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:46 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
index b4b79d7..96d5ef3 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:46 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
index cb257af..6c18015 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:46 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience Class Hierarchy (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
index ae52da5..60d200c 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:47 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
index e7d8ae9..7bf47d5 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:46 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ExcludePrivateAnnotationsJDiffDoclet (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>


[4/9] yetus git commit: git hash 2113cfa875876f25a48006786b4783605acc8ea3

Posted by aw...@apache.org.
http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
index 0434c35..700223e 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:46 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ExcludePrivateAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
index 8b2ac58..b6ca440 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:46 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>IncludePublicAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
index ce7214c..199c884 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:47 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.ExcludePrivateAnnotationsJDiffDoclet (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
index 3da8da2..dfb468d 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:47 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.ExcludePrivateAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
index 979105c..7e52caf 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:47 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
index 960e946..c5372ec 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:46 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
index c376014..a432bd0 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:46 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
index 11f89f6..3690c83 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:46 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools Class Hierarchy (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
index fa0a43e..8457d79 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:47 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/overview-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/overview-frame.html b/documentation/0.3.0/audience-annotations-apidocs/overview-frame.html
index 9d5f678..fb172ce 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/overview-frame.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/overview-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:46 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview List (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/overview-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/overview-summary.html b/documentation/0.3.0/audience-annotations-apidocs/overview-summary.html
index e533400..19ef49c 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/overview-summary.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/overview-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:47 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/audience-annotations-apidocs/overview-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/audience-annotations-apidocs/overview-tree.html b/documentation/0.3.0/audience-annotations-apidocs/overview-tree.html
index 91bdd06..a4abbc5 100644
--- a/documentation/0.3.0/audience-annotations-apidocs/overview-tree.html
+++ b/documentation/0.3.0/audience-annotations-apidocs/overview-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:49 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:47 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Class Hierarchy (Apache Yetus - Audience Annotations Component 0.3.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/index.html b/documentation/0.3.0/index.html
index 5e3f4ef..c021626 100644
--- a/documentation/0.3.0/index.html
+++ b/documentation/0.3.0/index.html
@@ -157,7 +157,6 @@ Options:
                         file to <span class="nb">read</span>
   --skipprnorep         Skip Private &amp; Not Replaceable
 </code></pre>
-
 <h1 id="yetus-audience-annotations">Yetus Audience Annotations</h1>
 
 <p>Audience Annotations allows you to use Java Annotations to denote which parts of your Java library is publicly consumable and which parts are reserved for a more restricted use. It also provides doclets and examples for generating javadocs limited by audience.</p>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/precommit-advanced/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/precommit-advanced/index.html b/documentation/0.3.0/precommit-advanced/index.html
index 6608d22..d7aab7c 100644
--- a/documentation/0.3.0/precommit-advanced/index.html
+++ b/documentation/0.3.0/precommit-advanced/index.html
@@ -147,7 +147,7 @@
 
 <p>The &lsquo;fail&rsquo; setting is always the last option that test-patch will use and may be omitted unless it is the only option.</p>
 
-<p>For example, <code>--dockeronfail=continue</code> means if the Dockerfile can&rsquo;t be found, just turn off Docker support and continue running.  <code>--dockeronfail=fallback</code> will switch to the bundled Dockerfile and then fail the build if docker fails to work. <code>--dockeronfail=fail</code> means to just fail the build and do not try any other mechanisms of recovery. The default is &#39;fallback,continue,fail&rsquo; which will allow test-patch to try to continue executing as much as it possibily can.</p>
+<p>For example, <code>--dockeronfail=continue</code> means if the Dockerfile can&rsquo;t be found, just turn off Docker support and continue running.  <code>--dockeronfail=fallback</code> will switch to the bundled Dockerfile and then fail the build if docker fails to work. <code>--dockeronfail=fail</code> means to just fail the build and do not try any other mechanisms of recovery. The default is &lsquo;fallback,continue,fail&rsquo; which will allow test-patch to try to continue executing as much as it possibily can.</p>
 
 <p>Be aware that if the Dockerfile is found and the docker command works, test-patch will always fail the build if the Dockerfile itself fails the build.  It will not attempt to continue in the non-Docker mode.</p>
 
@@ -161,20 +161,17 @@
 
 <h2 id="common-plug-in-functions">Common Plug-in Functions</h2>
 
-<p>Every plug-in must have one line in order to be recognized, usually an &#39;add&rsquo; statement.  Test plug-ins, for example, have this statement:</p>
+<p>Every plug-in must have one line in order to be recognized, usually an &lsquo;add&rsquo; statement.  Test plug-ins, for example, have this statement:</p>
 <pre class="highlight shell"><code>add_test_type &lt;pluginname&gt;
 </code></pre>
-
-<p>This function call registers the <code>pluginname</code> so that test-patch knows that it exists.  Plug-in names must be unique across all the different plug-in types.  Additionally, the &#39;all&rsquo; plug-in is reserved.  The <code>pluginname</code> also acts as the key to the custom functions that you can define. For example:</p>
+<p>This function call registers the <code>pluginname</code> so that test-patch knows that it exists.  Plug-in names must be unique across all the different plug-in types.  Additionally, the &lsquo;all&rsquo; plug-in is reserved.  The <code>pluginname</code> also acts as the key to the custom functions that you can define. For example:</p>
 <pre class="highlight shell"><code><span class="k">function </span>pluginname_filefilter
 </code></pre>
-
 <p>defines the filefilter for the <code>pluginname</code> plug-in.</p>
 
 <p>Similarly, there are other functions that may be defined during the test-patch run:</p>
 <pre class="highlight plaintext"><code>HINT: It is recommended to make the pluginname relatively small, 10 characters at the most.  Otherwise, the ASCII output table may be skewed.
 </code></pre>
-
 <ul>
 <li><p>pluginname_usage</p>
 
@@ -240,7 +237,6 @@
 <p>Plug-ins geared towards independent tests are registered via:</p>
 <pre class="highlight shell"><code>add_test_type &lt;pluginname&gt;
 </code></pre>
-
 <ul>
 <li><p>pluginname_filefilter</p>
 
@@ -295,7 +291,6 @@
   <span class="nv">GITHUB_REPO</span><span class="o">=</span><span class="s2">"apache/yetus"</span>
 <span class="o">}</span>
 </code></pre>
-
 <h2 id="test-determination">Test Determination</h2>
 
 <p>The <code>personality_file_tests</code> function determines which tests to turn on based upon the file name.  It is relatively simple.  For example, to turn on a full suite of tests for Java files:</p>
@@ -313,10 +308,9 @@
 
 <span class="o">}</span>
 </code></pre>
-
 <p>The <code>add_test</code> function is used to activate the standard tests.  Additional plug-ins (such as checkstyle), will get queried on their own.</p>
 
-<h2 id="module-amp-profile-determination">Module &amp; Profile Determination</h2>
+<h2 id="module-profile-determination">Module &amp; Profile Determination</h2>
 
 <p>Once the tests are determined, it is now time to pick which <a href="precommit-glossary.md#genericoutside-definitions">modules</a> should get used.  That&rsquo;s the job of the <code>personality_modules</code> function.</p>
 <pre class="highlight shell"><code><span class="k">function </span>personality_modules
@@ -330,7 +324,6 @@
 
 <span class="o">}</span>
 </code></pre>
-
 <p>It takes exactly two parameters <code>repostatus</code> and <code>testtype</code>.</p>
 
 <p>The <code>repostatus</code> parameter tells the <code>personality</code> function exactly what state the source repository is in.  It can only be in one of two states:  <code>branch</code> or <code>patch</code>.  <code>branch</code> means the patch has not been applied.  The <code>patch</code> state is after the patch has been applied.</p>
@@ -344,7 +337,6 @@
 <p>The second is <code>personality_enqueue_module</code>.  This function takes two parameters.  The first parameter is the name of the module to add to this test&rsquo;s queue.  The second parameter is an option list of additional flags to pass to Maven when processing it. <code>personality_enqueue_module</code> may be called as many times as necessary for your project.</p>
 <pre class="highlight plaintext"><code>NOTE: A module name of . signifies the root of the repository.
 </code></pre>
-
 <p>For example, let&rsquo;s say your project uses a special configuration to skip unit tests (-DskipTests).  Running unit tests during a javadoc build isn&rsquo;t very useful and wastes a lot of time. We can write a simple personality check to disable the unit tests:</p>
 <pre class="highlight shell"><code><span class="k">function </span>personality_modules
 <span class="o">{</span>
@@ -358,7 +350,6 @@
     ...
 
 </code></pre>
-
 <p>This function will tell test-patch that when the javadoc test is being run, do the documentation build at the base of the source repository and make sure the -DskipTests flag is passed to our build tool.</p>
 
 <h2 id="enabling-plug-ins">Enabling Plug-ins</h2>
@@ -366,7 +357,6 @@
 <p>Personalities can set the base list of plug-ins to enable and disable for their project via the <code>personality_plugins</code> function. Just call it with the same pattern as the <code>--plugins</code> command line option:</p>
 <pre class="highlight shell"><code>personality_plugins <span class="s2">"all,-checkstyle,-findbugs,-asflicense"</span>
 </code></pre>
-
 <p>This list is used if the user does not provide a list of plug-ins.</p>
 
 <h1 id="important-variables">Important Variables</h1>
@@ -377,7 +367,7 @@
 <li><p>BUILD_NATIVE will be set to true if the system has requested that non-JVM-based code be built (e.g., JNI or other compiled C code). Under Jenkins, this is always true.</p></li>
 <li><p>BUILDTOOL specifies which tool is currently being used to drive compilation.  Additionally, many build tools define xyz_ARGS to pass on to the build tool command line. (e.g., MAVEN_ARGS if maven is in use).  Projects may set this in their personality.  NOTE: today, only one build tool at a time is supported.  This may change in the future.</p></li>
 <li><p>CHANGED_FILES[@] is an array of all files that appear to be added, deleted, or modified in the patch.</p></li>
-<li><p>CHANGED_MODULES[@] is an array of all modules that house all of the CHANGED_FILES[@].  Be aware that the root of the source tree is reported as &rsquo;.&rsquo;.</p></li>
+<li><p>CHANGED_MODULES[@] is an array of all modules that house all of the CHANGED_FILES[@].  Be aware that the root of the source tree is reported as &lsquo;.&rsquo;.</p></li>
 <li><p>DOCKER_EXTRAARGS[@] is an array of command line arguments to apply to the <code>docker run</code> command.</p></li>
 <li><p>GITHUB_REPO is to help test-patch when talking to Github.  If test-patch is given just a number on the command line, it will default to using this repo to determine the pull request.</p></li>
 <li><p>JIRA_ISSUE_RE is to help test-patch when talking to JIRA.  It helps determine if the given project is appropriate for the given JIRA issue.</p></li>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/precommit-apidocs/core/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/precommit-apidocs/core/index.html b/documentation/0.3.0/precommit-apidocs/core/index.html
index 5bb1168..8fed60e 100644
--- a/documentation/0.3.0/precommit-apidocs/core/index.html
+++ b/documentation/0.3.0/precommit-apidocs/core/index.html
@@ -182,7 +182,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_bugsystem bugsystem
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -218,7 +217,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_build_tool build tool
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -254,7 +252,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -290,7 +287,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test_format test format
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -326,7 +322,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test_type plugin
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -362,7 +357,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_bugsystem bugsystem
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -398,7 +392,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_build_tool build tool
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -434,7 +427,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -470,7 +462,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_test_format test format
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -506,7 +497,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_test_type plugin
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -542,7 +532,6 @@
 </ul>
 <pre class="highlight plaintext"><code>personality_plugins plug-in list string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -578,7 +567,6 @@
 </ul>
 <pre class="highlight plaintext"><code>verify_needed_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -616,7 +604,6 @@
 </ul>
 <pre class="highlight plaintext"><code>verify_plugin_enabled test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -654,7 +641,6 @@
 </ul>
 <pre class="highlight plaintext"><code>common_defaults
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -690,7 +676,6 @@
 </ul>
 <pre class="highlight plaintext"><code>patchfile_verify_zero log filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -726,7 +711,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_abs fsobj
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -766,7 +750,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_add_entry
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -802,7 +785,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_debug string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -838,7 +820,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_delete_entry
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -874,7 +855,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_error string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -910,7 +890,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_run_and_redirect filename command [..]
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -946,7 +925,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_verify_entry
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -984,7 +962,6 @@
 </ul>
 <pre class="highlight plaintext"><code>list_plugins
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1020,7 +997,6 @@
 </ul>
 <pre class="highlight plaintext"><code>plugin_usage_output array
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1056,7 +1032,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_add_header header
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1092,7 +1067,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_add_option subcommand subcommanddesc
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1128,7 +1102,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_comma_to_array arrayname string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1164,7 +1137,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_generic_columnprinter array
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1202,7 +1174,6 @@
 </ul>
 <pre class="highlight plaintext"><code>docker_version
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1238,7 +1209,6 @@
 </ul>
 <pre class="highlight plaintext"><code>personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1274,7 +1244,6 @@
 </ul>
 <pre class="highlight plaintext"><code>personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/precommit-apidocs/plugins/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/precommit-apidocs/plugins/index.html b/documentation/0.3.0/precommit-apidocs/plugins/index.html
index 20688da..15f96df 100644
--- a/documentation/0.3.0/precommit-apidocs/plugins/index.html
+++ b/documentation/0.3.0/precommit-apidocs/plugins/index.html
@@ -286,7 +286,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_add_install test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -322,7 +321,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_delete_install test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -360,7 +358,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_write_comment filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -396,7 +393,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_write_comment filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -432,7 +428,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javac_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -470,7 +465,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_write_comment filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -508,7 +502,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_buildfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -544,7 +537,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_builtin_personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -580,7 +572,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_builtin_personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -616,7 +607,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_docker_support
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -652,7 +642,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_executor
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -688,7 +677,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -724,7 +712,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -760,7 +747,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_modules_worker
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -796,7 +782,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -832,7 +817,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -868,7 +852,6 @@
 </ul>
 <pre class="highlight plaintext"><code>asflicense_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -904,7 +887,6 @@
 </ul>
 <pre class="highlight plaintext"><code>asflicense_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -940,7 +922,6 @@
 </ul>
 <pre class="highlight plaintext"><code>asflicense_writexsl
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -976,7 +957,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_determine_issue
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1012,7 +992,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_http_fetch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1048,7 +1027,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_locate_patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1084,7 +1062,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1120,7 +1097,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1156,7 +1132,6 @@
 </ul>
 <pre class="highlight plaintext"><code>cc_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1192,7 +1167,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1228,7 +1202,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1264,7 +1237,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1300,7 +1272,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1336,7 +1307,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1372,7 +1342,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1408,7 +1377,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1444,7 +1412,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_rebuild
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1480,7 +1447,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1516,7 +1482,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_breakup_url url
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1552,7 +1517,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_determine_issue
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1588,7 +1552,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_find_jira_title
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1624,7 +1587,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_jira_bridge
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1660,7 +1622,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_linecomments
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1696,7 +1657,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_locate_patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1732,7 +1692,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1768,7 +1727,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1804,7 +1762,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_buildfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1840,7 +1797,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_builtin_personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1876,7 +1832,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_builtin_personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1912,7 +1867,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_docker_support
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1948,7 +1902,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_executor
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1984,7 +1937,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2020,7 +1972,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2056,7 +2007,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_modules_worker
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2092,7 +2042,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2128,7 +2077,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2164,7 +2112,6 @@
 </ul>
 <pre class="highlight plaintext"><code>initialize_java
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2200,7 +2147,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javac_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2236,7 +2182,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javac_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2272,7 +2217,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javadoc_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2308,7 +2252,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javadoc_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2344,7 +2287,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_determine_issue
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2380,7 +2322,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_http_fetch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2416,7 +2357,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_locate_patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2452,7 +2392,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2488,7 +2427,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2524,7 +2462,6 @@
 </ul>
 <pre class="highlight plaintext"><code>junit_finalize_results
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2560,7 +2497,6 @@
 </ul>
 <pre class="highlight plaintext"><code>junit_process_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2596,7 +2532,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_buildfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2632,7 +2567,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_builtin_personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2668,7 +2602,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_builtin_personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2704,7 +2637,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_docker_support
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2740,7 +2672,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_executor
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2776,7 +2707,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2812,7 +2742,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2848,7 +2777,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_javac_logfilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2884,7 +2812,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_modules_worker
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2920,7 +2847,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2956,7 +2882,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2992,7 +2917,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3028,7 +2952,6 @@
 </ul>
 <pre class="highlight plaintext"><code>mvnsite_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3064,7 +2987,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_buildfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3100,7 +3022,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_builtin_personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3136,7 +3057,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_builtin_personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3172,7 +3092,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_executor
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3208,7 +3127,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_modules_worker
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3244,7 +3162,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3280,7 +3197,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3316,7 +3232,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3352,7 +3267,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3388,7 +3302,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3424,7 +3337,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3460,7 +3372,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3496,7 +3407,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3532,7 +3442,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3568,7 +3477,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3604,7 +3512,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3640,7 +3547,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3676,7 +3582,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3712,7 +3617,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3748,7 +3652,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3784,7 +3687,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3820,7 +3722,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3856,7 +3757,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3892,7 +3792,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3928,7 +3827,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3964,7 +3862,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4000,7 +3897,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4036,7 +3932,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4072,7 +3967,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4108,7 +4002,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4144,7 +4037,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4180,7 +4072,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4216,7 +4107,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4252,7 +4142,6 @@
 </ul>
 <pre class="highlight plaintext"><code>scalac_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4288,7 +4177,6 @@
 </ul>
 <pre class="highlight plaintext"><code>scaladoc_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4324,7 +4212,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4360,7 +4247,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4396,7 +4282,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4432,7 +4317,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4468,7 +4352,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4504,7 +4387,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_private_findbash
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4540,7 +4422,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4576,7 +4457,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4612,7 +4492,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4648,7 +4527,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4684,7 +4562,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4720,7 +4597,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4756,7 +4632,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_private_findbash
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4792,7 +4667,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4828,7 +4702,6 @@
 </ul>
 <pre class="highlight plaintext"><code>tap_finalize_results
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4864,7 +4737,6 @@
 </ul>
 <pre class="highlight plaintext"><code>tap_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4900,7 +4772,6 @@
 </ul>
 <pre class="highlight plaintext"><code>tap_process_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4936,7 +4807,6 @@
 </ul>
 <pre class="highlight plaintext"><code>tap_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4972,7 +4842,6 @@
 </ul>
 <pre class="highlight plaintext"><code>unitveto_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5008,7 +4877,6 @@
 </ul>
 <pre class="highlight plaintext"><code>unitveto_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5044,7 +4912,6 @@
 </ul>
 <pre class="highlight plaintext"><code>unitveto_patchfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5080,7 +4947,6 @@
 </ul>
 <pre class="highlight plaintext"><code>unitveto_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5116,7 +4982,6 @@
 </ul>
 <pre class="highlight plaintext"><code>whitespace_linecomment_reporter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5152,7 +5017,6 @@
 </ul>
 <pre class="highlight plaintext"><code>whitespace_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5188,7 +5052,6 @@
 </ul>
 <pre class="highlight plaintext"><code>xml_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5224,7 +5087,6 @@
 </ul>
 <pre class="highlight plaintext"><code>xml_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5260,7 +5122,6 @@
 </ul>
 <pre class="highlight plaintext"><code>xml_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/precommit-apidocs/smart-apply-patch/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/precommit-apidocs/smart-apply-patch/index.html b/documentation/0.3.0/precommit-apidocs/smart-apply-patch/index.html
index 6ac9d5d..09b916b 100644
--- a/documentation/0.3.0/precommit-apidocs/smart-apply-patch/index.html
+++ b/documentation/0.3.0/precommit-apidocs/smart-apply-patch/index.html
@@ -149,7 +149,6 @@
 </ul>
 <pre class="highlight plaintext"><code>setup_defaults
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -185,7 +184,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -223,7 +221,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_footer_table
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -259,7 +256,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -295,7 +291,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_vote_table
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -331,7 +326,6 @@
 </ul>
 <pre class="highlight plaintext"><code>big_console_header
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/precommit-apidocs/test-patch/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/precommit-apidocs/test-patch/index.html b/documentation/0.3.0/precommit-apidocs/test-patch/index.html
index dcacc73..f2b4527 100644
--- a/documentation/0.3.0/precommit-apidocs/test-patch/index.html
+++ b/documentation/0.3.0/precommit-apidocs/test-patch/index.html
@@ -201,7 +201,6 @@
 </ul>
 <pre class="highlight plaintext"><code>relative_dir path
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -239,7 +238,6 @@
 </ul>
 <pre class="highlight plaintext"><code>verify_multijdk_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -279,7 +277,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_footer_table subsystem string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -315,7 +312,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_header_line string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -351,7 +347,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test_table failurereason testlist
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -387,7 +382,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_vote_table +1/0/-1/null subsystem string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -423,7 +417,6 @@
 </ul>
 <pre class="highlight plaintext"><code>big_console_header string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -459,7 +452,6 @@
 </ul>
 <pre class="highlight plaintext"><code>clock_display seconds
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -495,7 +487,6 @@
 </ul>
 <pre class="highlight plaintext"><code>echo_and_redirect filename command [..]
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -531,7 +522,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generate_stack
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -567,7 +557,6 @@
 </ul>
 <pre class="highlight plaintext"><code>module_file_fragment module
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -603,7 +592,6 @@
 </ul>
 <pre class="highlight plaintext"><code>offset_clock seconds
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -639,7 +627,6 @@
 </ul>
 <pre class="highlight plaintext"><code>setup_defaults
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -675,7 +662,6 @@
 </ul>
 <pre class="highlight plaintext"><code>start_clock
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -711,7 +697,6 @@
 </ul>
 <pre class="highlight plaintext"><code>stop_clock
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -747,7 +732,6 @@
 </ul>
 <pre class="highlight plaintext"><code>write_comment filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -783,7 +767,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -821,7 +804,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugsystem_linecomments filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -857,7 +839,6 @@
 </ul>
 <pre class="highlight plaintext"><code>buildtool_cwd MODULE_ index
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -893,7 +874,6 @@
 </ul>
 <pre class="highlight plaintext"><code>calcdiffs branchlog patchlog testtype
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -929,7 +909,6 @@
 </ul>
 <pre class="highlight plaintext"><code>clear_personality_queue
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -965,7 +944,6 @@
 </ul>
 <pre class="highlight plaintext"><code>column_calcdiffs branchlog patchlog
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1001,7 +979,6 @@
 </ul>
 <pre class="highlight plaintext"><code>compile branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1039,7 +1016,6 @@
 </ul>
 <pre class="highlight plaintext"><code>compile_cycle branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1077,7 +1053,6 @@
 </ul>
 <pre class="highlight plaintext"><code>compile_jvm branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1115,7 +1090,6 @@
 </ul>
 <pre class="highlight plaintext"><code>compile_nonjvm branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1153,7 +1127,6 @@
 </ul>
 <pre class="highlight plaintext"><code>dequeue_personality_module modulenames
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1189,7 +1162,6 @@
 </ul>
 <pre class="highlight plaintext"><code>distclean
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1227,7 +1199,6 @@
 </ul>
 <pre class="highlight plaintext"><code>error_calcdiffs branchlog patchlog
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1263,7 +1234,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_calcdiff_status totalbranchissues totalpatchissues newpatchissues
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1299,7 +1269,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_logfilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1335,7 +1304,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_post_handler origlog testtype multijdkmode run commands
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1373,7 +1341,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_postlog_compare origlog testtype multijdkmode
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1411,7 +1378,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_pre_handler testype multijdk
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1449,7 +1415,6 @@
 </ul>
 <pre class="highlight plaintext"><code>initialize $@
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1487,7 +1452,6 @@
 </ul>
 <pre class="highlight plaintext"><code>module_status module runtime
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1523,7 +1487,6 @@
 </ul>
 <pre class="highlight plaintext"><code>modules_backup
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1559,7 +1522,6 @@
 </ul>
 <pre class="highlight plaintext"><code>modules_messages repostatus testtype summarymode
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1595,7 +1557,6 @@
 </ul>
 <pre class="highlight plaintext"><code>modules_reset
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1631,7 +1592,6 @@
 </ul>
 <pre class="highlight plaintext"><code>modules_restore
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1667,7 +1627,6 @@
 </ul>
 <pre class="highlight plaintext"><code>modules_workers repostatus testtype mvncmdline
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1703,7 +1662,6 @@
 </ul>
 <pre class="highlight plaintext"><code>patchfiletests branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1741,7 +1699,6 @@
 </ul>
 <pre class="highlight plaintext"><code>personality_enqueue_module module profiles/flags/etc
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1779,7 +1736,6 @@
 </ul>
 <pre class="highlight plaintext"><code>prepopulate_footer
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1815,7 +1771,6 @@
 </ul>
 <pre class="highlight plaintext"><code>report_jvm_version directory
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1853,7 +1808,6 @@
 </ul>
 <pre class="highlight plaintext"><code>verify_patchdir_still_exists
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/precommit-architecture/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/precommit-architecture/index.html b/documentation/0.3.0/precommit-architecture/index.html
index e6ebcf6..c5db746 100644
--- a/documentation/0.3.0/precommit-architecture/index.html
+++ b/documentation/0.3.0/precommit-architecture/index.html
@@ -191,7 +191,7 @@
 
 <h2 id="compile-cycle-patch">Compile Cycle (Patch)</h2>
 
-<p>Now that the patch has been applied the steps to compile we outlined in the compilation (branch) phase are repeated but with the patch applied. This is where a lot of &#39;after&rsquo; checks are performed.</p>
+<p>Now that the patch has been applied the steps to compile we outlined in the compilation (branch) phase are repeated but with the patch applied. This is where a lot of &lsquo;after&rsquo; checks are performed.</p>
 
 <h2 id="unit-tests">Unit Tests</h2>
 

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/precommit-basic/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/precommit-basic/index.html b/documentation/0.3.0/precommit-basic/index.html
index fbf892e..14d6824 100644
--- a/documentation/0.3.0/precommit-basic/index.html
+++ b/documentation/0.3.0/precommit-basic/index.html
@@ -223,19 +223,15 @@ as a whole.</p>
 <p>The first step for a successful deployment is determining which features/plug-ins to enable:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --list-plugins
 </code></pre>
-
 <p>This option will list all of the available plug-ins that are installed in the default location.  From this list, the specific plug-ins can be enabled:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --plugins<span class="o">=</span><span class="s2">"ant,maven,shellcheck,xml"</span> &lt;other options&gt;
 </code></pre>
-
 <p>As a short-cut, every plug-in may be enabled via the special &lsquo;all&rsquo; type:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --plugins<span class="o">=</span><span class="s2">"all"</span> &lt;other options&gt;
 </code></pre>
-
 <p><code>--plugins</code> also allows some basic <q>arithmetic</q>:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --plugins<span class="o">=</span><span class="s2">"all,-checkstyle,-findbugs"</span> &lt;other options&gt;
 </code></pre>
-
 <p>This will enable all plug-ins for potential usage, except for checkstyle and findbugs.</p>
 
 <p><strong>NOTE: The examples in this section will assume that the necessary <code>--plugins</code> option has been set on the command line as appropriate for your particular installation.</strong></p>
@@ -244,14 +240,12 @@ as a whole.</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">cd</span> &lt;your repo&gt;
 <span class="gp">$ </span><span class="nb">test</span>-patch.sh --dirty-workspace --project<span class="o">=</span>projectname &lt;filename&gt;
 </code></pre>
-
 <p>The <code>--dirty-workspace</code> flag tells test-patch that the repository is not clean and it is ok to continue.  By default, unit tests are not run since they may take a significant amount of time.</p>
 
 <p>To do turn them on, we need to provide the &ndash;run-tests option:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">cd</span> &lt;your repo&gt;
 <span class="gp">$ </span><span class="nb">test</span>-patch.sh --dirty-workspace --run-tests &lt;filename&gt;
 </code></pre>
-
 <p>This is the same command, but now runs the unit tests.</p>
 
 <p>A typical configuration is to have two repositories.  One with the code you are working on and another, clean repository.  This means you can:</p>
@@ -260,7 +254,6 @@ as a whole.</p>
 <span class="gp">$ </span><span class="nb">cd</span> ../&lt;testrepo&gt;
 <span class="gp">$ </span><span class="nb">test</span>-patch.sh --basedir<span class="o">=</span>&lt;testrepo&gt; --resetrepo /tmp/patchfile
 </code></pre>
-
 <p>We used two new options here.  &ndash;basedir sets the location of the repository to use for testing.  &ndash;resetrepo tells test patch that it can go into <strong>destructive</strong> mode.  Destructive mode will wipe out any changes made to that repository, so use it with care!</p>
 
 <h1 id="automation">Automation</h1>
@@ -270,22 +263,18 @@ as a whole.</p>
 <p>For example:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --robot --patch-dir<span class="o">=</span><span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/patchprocess --basedir<span class="o">=</span><span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/source <span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/patchfile
 </code></pre>
-
 <p>&hellip; will trigger test-patch to run in fully automated mode, using ${WORKSPACE}/patchprocess as its scratch space, ${WORKSPACE}/source as the source repository, and ${WORKSPACE}/patchfile as the name of the patch to test against.  This will always run the unit tests, write answers back to bug systems, remove old, stopped/exited Docker containers after 24 hours and images after 1 week, forcibly use &ndash;resetrepo, and more.  The &ndash;build-url option is also useful when running in &ndash;robot mode so that emails and such
 have a location to look at the output artifacts:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --robot --build-url<span class="o">=</span>http://server.example.name:80/<span class="k">${</span><span class="nv">buildnumber</span><span class="k">}</span>/
 </code></pre>
-
 <p>Some plug-ins such as Maven have special handling if there are multiple executions of test-patch happening at once.  It is very common when using automation systems to have multiple runs on the same host. In order to assist these plug-ins, an instance identifier may be provided:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --robot --instance<span class="o">=</span>1
 </code></pre>
-
 <p>If &ndash;robot is specified without an instance, a random number is generated and used.</p>
 
 <p>There is some special handling if Jenkins is actually your automation tool.  Instead of using &ndash;robot, use &ndash;jenkins:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --jenkins --patch-dir<span class="o">=</span><span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/patchprocess --basedir<span class="o">=</span><span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/source <span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/patchfile
 </code></pre>
-
 <p>This will enable &ndash;robot, set the &ndash;build-url option from the ${BUILD_URL} environment variable, and the instance identifier is set to the ${EXECUTOR_NUMBER}.</p>
 
 <p>If stuck containers are a problem, a more aggressive robot may be enabled with the &ndash;sentinel option.  This option enables killing containers that have been running for over 24 hours as well.</p>
@@ -295,7 +284,6 @@ have a location to look at the output artifacts:</p>
 <p>Out of the box, test-patch is built to use maven.  But what if the project is built using something else, such as ant?</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --build-tool<span class="o">=</span>ant
 </code></pre>
-
 <p>will tell test-patch to use ant instead of maven to drive the project.</p>
 
 <h1 id="providing-patch-files">Providing Patch Files</h1>
@@ -307,13 +295,11 @@ have a location to look at the output artifacts:</p>
 <p>For example:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> HADOOP-9905
 </code></pre>
-
 <p>&hellip; will process the patch file associated with this JIRA issue.</p>
 
 <p>If the Apache JIRA system is not in use, then override options may be provided on the command line to point to a different JIRA instance.</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --jira-issue-re<span class="o">=</span><span class="s1">'^PROJECT-[0-9]+$'</span> --jira-base-url<span class="o">=</span><span class="s1">'https://example.com/jira'</span> PROJECT-90
 </code></pre>
-
 <p>&hellip; will process the patch file attached to PROJECT-90 on the JIRA instance located on the example.com server.</p>
 
 <h2 id="github">GITHUB</h2>
@@ -321,15 +307,12 @@ have a location to look at the output artifacts:</p>
 <p>test-patch has some basic support for Github.  test-patch supports many forms of providing pull requests to work on:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --github-repo<span class="o">=</span>apache/pig 99
 </code></pre>
-
 <p>or</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh https://github.com/apache/pig/pulls/99
 </code></pre>
-
 <p>or</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh https://github.com/apache/pig/pulls/99.patch
 </code></pre>
-
 <p>&hellip; will process PR #99 on the apache/pig repo.</p>
 
 <h2 id="generic-urls">Generic URLs</h2>
@@ -339,7 +322,6 @@ have a location to look at the output artifacts:</p>
 <p>For example:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> https://example.com/webserver/file.patch
 </code></pre>
-
 <p>&hellip; will download and process the file.patch from the example.com webserver.</p>
 
 <h1 id="project-specific-capabilities">Project-specific Capabilities</h1>
@@ -349,7 +331,6 @@ have a location to look at the output artifacts:</p>
 <h2 id="direct-method">Direct Method</h2>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --personality<span class="o">=(</span>filename<span class="o">)</span>
 </code></pre>
-
 <p>This tells test-patch to use the personality in the given file.</p>
 
 <h2 id="project-method">Project Method</h2>
@@ -357,13 +338,11 @@ have a location to look at the output artifacts:</p>
 <p>However, test-patch can detect if it is a personality that is in its <q>personality</q> directory based upon the project name:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --project<span class="o">=(</span>project<span class="o">)</span>
 </code></pre>
-
 <h1 id="multijdk">MultiJDK</h1>
 
 <p>For many projects, it is useful to test Java code against multiple versions of JDKs at the same time.  test-patch can do this with the &ndash;multijdkdirs option:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --multijdkdirs<span class="o">=</span><span class="s2">"/j/d/k/1,/j/d/k/2"</span>
 </code></pre>
-
 <p>Not all Java tests support this mode, but those that do will now run their tests with all of the given versions of Java consecutively (e.g., javac&ndash;the Java compliation test).  Tests that do not support MultiJDK mode (e.g., checkstyle, mvn install) will use JAVA_HOME.</p>
 
 <p>NOTE: JAVA_HOME is always appended to the list of JDKs in MultiJDK mode.  If JAVA_HOME is in the list, it will be moved to the end.</p>
@@ -373,7 +352,6 @@ have a location to look at the output artifacts:</p>
 <p>test-patch also has a mode to utilize Docker:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --docker
 </code></pre>
-
 <p>This will do some preliminary setup and then re-execute itself inside a Docker container.  For more information on how to provide a custom Dockerfile, see the advanced guide.</p>
 
 <h2 id="in-closing">In Closing</h2>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/precommit-bugsystems/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/precommit-bugsystems/index.html b/documentation/0.3.0/precommit-bugsystems/index.html
index 83a1568..821258f 100644
--- a/documentation/0.3.0/precommit-bugsystems/index.html
+++ b/documentation/0.3.0/precommit-bugsystems/index.html
@@ -127,7 +127,6 @@
 <p>test-patch has the ability to support multiple bug systems.  Bug tools have some extra hooks to fetch patches, line-level reporting, and posting a final report. Every bug system plug-in must have one line in order to be recognized:</p>
 <pre class="highlight shell"><code>add_bugsystem &lt;pluginname&gt;
 </code></pre>
-
 <ul>
 <li><p>pluginname_locate_patch</p>
 
@@ -166,7 +165,6 @@
 <p>Currently, Bugzilla support is read-only.  To use it, the Bug ID must be preferenced with &lsquo;BZ:&rsquo;.  For example:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> BZ:4
 </code></pre>
-
 <p>&hellip; will pull down Bugzilla ID #4.</p>
 
 <p>Using the <code>--bugzilla-base-url</code> on the command line or BUGZILLA_BASE_URL in a project&rsquo;s personality will define the location of the Bugzilla instance.  By default, it is <a href="https://bz.apache.org/bugzilla">https://bz.apache.org/bugzilla</a> .</p>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/precommit-buildtools/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/precommit-buildtools/index.html b/documentation/0.3.0/precommit-buildtools/index.html
index c6d2ffe..5c4f34e 100644
--- a/documentation/0.3.0/precommit-buildtools/index.html
+++ b/documentation/0.3.0/precommit-buildtools/index.html
@@ -127,7 +127,6 @@
 <p>test-patch has the ability to support multiple build tools.  Build tool plug-ins have some extra hooks to do source and object maintenance at key points. Every build tool plug-in must have one line in order to be recognized:</p>
 <pre class="highlight shell"><code>add_build_tool &lt;pluginname&gt;
 </code></pre>
-
 <h1 id="global-variables">Global Variables</h1>
 
 <ul>
@@ -151,7 +150,6 @@
 <p>This allows for custom directories to be created and used as necessary.</p>
 <pre class="highlight plaintext"><code>The default is module.
 </code></pre>
-
 <ul>
 <li><p>UNSUPPORTED_TEST</p>
 
@@ -178,7 +176,7 @@
 <li><p>pluginname_modules_worker</p>
 
 <ul>
-<li>Input is the branch and the test being run.  This should call <code>modules_workers</code> with the generic parts to run that test on the build system.  For example, if it is convention to use &lsquo;test&rsquo; to trigger &#39;unit&rsquo; tests, then <code>module_workers</code> should be called with &#39;test&rsquo; appended onto its normal parameters.</li>
+<li>Input is the branch and the test being run.  This should call <code>modules_workers</code> with the generic parts to run that test on the build system.  For example, if it is convention to use &lsquo;test&rsquo; to trigger &lsquo;unit&rsquo; tests, then <code>module_workers</code> should be called with &lsquo;test&rsquo; appended onto its normal parameters.</li>
 </ul></li>
 <li><p>pluginname_builtin_personality_modules</p>
 
@@ -254,7 +252,7 @@
 
 <h1 id="cmake-specific">CMAKE Specific</h1>
 
-<p>By default, cmake will create a &#39;build&rsquo; directory and perform all work there.  This may be changed either on the command line or via a personality setting.  cmake requires make to be enabled.</p>
+<p>By default, cmake will create a &lsquo;build&rsquo; directory and perform all work there.  This may be changed either on the command line or via a personality setting.  cmake requires make to be enabled.</p>
 
 <h1 id="gradle-specific">Gradle Specific</h1>
 

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/precommit-qbt/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/precommit-qbt/index.html b/documentation/0.3.0/precommit-qbt/index.html
index a92b0ab..fccbd7b 100644
--- a/documentation/0.3.0/precommit-qbt/index.html
+++ b/documentation/0.3.0/precommit-qbt/index.html
@@ -137,7 +137,6 @@ file. This can then be used with systems like Jenkin&rsquo;s
 email-ext plug-in to send the output as an emailed report:</p>
 <pre class="highlight plaintext"><code>${FILE,path="&lt;report-file-path&gt;"}
 </code></pre>
-
 <p>For something a bit more structured, there is also the <code>--html-report-file</code>
 option.  Using this output, again with Jenkins&rsquo; email-ext plug-in, it is
 possible to build some very nice looking output that is easily customized:</p>
@@ -160,7 +159,6 @@ possible to build some very nice looking output that is easily customized:</p>
 ${FILE,path="<span class="nt">&lt;report-file-path&gt;</span>"}
 <span class="nt">&lt;/body&gt;&lt;/html&gt;</span>
 </code></pre>
-
 <p>NOTE: Be aware that ASF mailing lists do not allow HTML formatted email.</p>
 
     </div>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/precommit-smart-apply-patch/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/precommit-smart-apply-patch/index.html b/documentation/0.3.0/precommit-smart-apply-patch/index.html
index 870c3a6..35756be 100644
--- a/documentation/0.3.0/precommit-smart-apply-patch/index.html
+++ b/documentation/0.3.0/precommit-smart-apply-patch/index.html
@@ -131,17 +131,14 @@
 <p>Its simpliest form is used when a patch is stored in a local file:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>smart-apply-patch patch
 </code></pre>
-
 <p>This will cause the command to run through various ways to verify and then apply the patch to the current repo, including deducing a patch level.</p>
 
 <p>Perhaps you just want to see if the patch even applies without changing your local repo.  The <code>--dry-run</code> option will just test for applicability:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>smart-apply-patch --dry-run patch
 </code></pre>
-
 <p>For committers of projects, there is a special mode:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>smart-apply-patch --committer patch
 </code></pre>
-
 <p>that in addition to applying the patch will also attempt to:</p>
 
 <ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/precommit-testformats/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/precommit-testformats/index.html b/documentation/0.3.0/precommit-testformats/index.html
index 90d81e7..667b1c0 100644
--- a/documentation/0.3.0/precommit-testformats/index.html
+++ b/documentation/0.3.0/precommit-testformats/index.html
@@ -127,7 +127,6 @@
 <p>test-patch has the ability to support multiple test formats. Test formats have some extra hooks to process the output of test tools and write the results to some tables. Every test format plug-in must have one line in order to be recognized:</p>
 <pre class="highlight shell"><code>add_test_format &lt;pluginname&gt;
 </code></pre>
-
 <ul>
 <li><p>pluginname_process_tests</p>
 

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.3.0/releasedocmaker/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.3.0/releasedocmaker/index.html b/documentation/0.3.0/releasedocmaker/index.html
index a7a0afd..f44bf1e 100644
--- a/documentation/0.3.0/releasedocmaker/index.html
+++ b/documentation/0.3.0/releasedocmaker/index.html
@@ -162,7 +162,6 @@
 <p>Minimally, the name of the JIRA project and a version registered in JIRA must be provided:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project <span class="o">(</span>project<span class="o">)</span> --version <span class="o">(</span>version<span class="o">)</span>
 </code></pre>
-
 <p>This will query Apache JIRA, generating two files in a directory named after the given version in an extended markdown format which can be processed by both mvn site and GitHub.</p>
 
 <ul>
@@ -180,20 +179,17 @@
 <p>For example, to build the release documentation for HBase v1.2.0&hellip;</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.2.0
 </code></pre>
-
 <p>&hellip; will create a 1.2.0 directory and inside that directory will be CHANGES.1.2.0.md and RELEASENOTES.1.2.0.md .</p>
 
 <p>By default, release notes are expected to be in plain text.  However, you can write them in markdown if you include a header at the top of your release note:</p>
 <pre class="highlight xml"><code><span class="c">&lt;!-- markdown --&gt;</span>
 remaining text
 </code></pre>
-
 <h1 id="changing-the-header">Changing the Header</h1>
 
 <p>By default, it will use a header that matches the project name.  But that is kind of ugly and the case may be wrong.  Luckily, the title can be changed:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.2.0 --projecttitle <span class="s2">"Apache HBase"</span>
 </code></pre>
-
 <p>Now instead of <q>HBASE</q>, it will use <q>Apache HBASE</q> for some titles and headers.</p>
 
 <h1 id="multiple-versions">Multiple Versions</h1>
@@ -201,13 +197,11 @@ remaining text
 <p>The script can also generate multiple versions at once, by</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --version 1.2.0
 </code></pre>
-
 <p>This will create the files for versions 1.0.0 and versions 1.2.0 in their own directories.</p>
 
 <p>But what if the version numbers are not known?  releasedocmaker can also generate version data based upon ranges:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --version 1.2.0 --range
 </code></pre>
-
 <p>In this form, releasedocmaker will query JIRA, discover all versions that alphabetically appear to be between 1.0.0 and 1.2.0, inclusive, and generate all of the relative release documents.  This is especially useful when bootstrapping an existing project.</p>
 
 <h1 id="unreleased-dates">Unreleased Dates</h1>
@@ -217,7 +211,6 @@ remaining text
 <p>The &ndash;usetoday option can be used to signify that instead of using Unreleased, releasedocmaker should use today&rsquo;s date.</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --usetoday
 </code></pre>
-
 <p>After using this option and release, don&rsquo;t forget to change JIRA&rsquo;s release date to match!</p>
 
 <h1 id="sorted-output">Sorted Output</h1>
@@ -229,11 +222,9 @@ remaining text
 <p>By default, releasedocmaker will sort the output based upon the resolution date of the issue starting with older resolutions.  This is the same as giving these options:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker --sorttype<span class="o">=</span>releasedate --sortorder<span class="o">=</span>older
 </code></pre>
-
 <p>The order can be reversed so that newer issues appear on top by providing the &lsquo;newer&rsquo; flag:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker --sorttype<span class="o">=</span>releasedate --sortorder<span class="o">=</span>newer
 </code></pre>
-
 <p>In the case of multiple projects given on the command line, the projects will be interspersed.</p>
 
 <h2 id="issue-number-based-sort">Issue Number-based Sort</h2>
@@ -241,13 +232,11 @@ remaining text
 <p>An alternative to the date-based sort is to sort based upon the issue id.  This may be accomplished via:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker --sorttype<span class="o">=</span>issueid --sortorder<span class="o">=</span>asc
 </code></pre>
-
 <p>This will now sort by the issue id, listing them in lowest to highest (or ascending) order.</p>
 
 <p>The order may be reversed to list them in highest to lowest (or descending) order by providing the appropriate flag:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker --sorttype<span class="o">=</span>issueid --sortorder<span class="o">=</span>dec
 </code></pre>
-
 <p>In the case of multiple projects given on the command line, the projects will be grouped and then sorted by issue id.</p>
 
 <h1 id="lint-mode">Lint Mode</h1>
@@ -257,7 +246,6 @@ remaining text
 <p>In order to help release managers from having to scan through potentially large documents, releasedocmaker features a lint mode, triggered via &ndash;lint:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --lint
 </code></pre>
-
 <p>This will do the normal JIRA querying, looking for items it considers problematic.  It will print the information to the screen and then exit with either success or failure, depending upon if any issues were discovered.</p>
 
 <h1 id="index-mode">Index Mode</h1>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/allclasses-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/allclasses-frame.html b/documentation/0.4.0/audience-annotations-apidocs/allclasses-frame.html
index 23763a9..8b64d36 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/allclasses-frame.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/allclasses-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/allclasses-noframe.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/allclasses-noframe.html b/documentation/0.4.0/audience-annotations-apidocs/allclasses-noframe.html
index 86ba470..fedbe3b 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/allclasses-noframe.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/allclasses-noframe.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/constant-values.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/constant-values.html b/documentation/0.4.0/audience-annotations-apidocs/constant-values.html
index 257426c..4847ef0 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/constant-values.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/constant-values.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constant Field Values (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>


[3/9] yetus git commit: git hash 2113cfa875876f25a48006786b4783605acc8ea3

Posted by aw...@apache.org.
http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/deprecated-list.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/deprecated-list.html b/documentation/0.4.0/audience-annotations-apidocs/deprecated-list.html
index f3f7d04..c7a027c 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/deprecated-list.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/deprecated-list.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Deprecated List (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/help-doc.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/help-doc.html b/documentation/0.4.0/audience-annotations-apidocs/help-doc.html
index d0b9504..78458e7 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/help-doc.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/help-doc.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Help (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/index-all.html b/documentation/0.4.0/audience-annotations-apidocs/index-all.html
index 444122d..8f0fa41 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/index-all.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/index-all.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/index.html b/documentation/0.4.0/audience-annotations-apidocs/index.html
index 30ed0ae..6e9d5f7 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/index.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/index.html
@@ -2,16 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Apache Yetus - Audience Annotations Component 0.4.0 API</title>
 <script type="text/javascript">
-    tmpTargetPage = "" + window.location.search;
-    if (tmpTargetPage != "" && tmpTargetPage != "undefined")
-        tmpTargetPage = tmpTargetPage.substring(1);
-    if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
-        tmpTargetPage = "undefined";
-    targetPage = tmpTargetPage;
+    targetPage = "" + window.location.search;
+    if (targetPage != "" && targetPage != "undefined")
+        targetPage = targetPage.substring(1);
+    if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
+        targetPage = "undefined";
     function validURL(url) {
         try {
             url = decodeURIComponent(url);

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
index 7cb266e..c6fa43c 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
index cf13d49..17752bc 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
index 85fa274..96eb3a4 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
index 2c6cb13..9050717 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
index e1a0021..2f6960d 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
index d1dbc36..f37eead 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
index 11fc9a3..e0e9bc8 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
index 6c9b761..f05f044 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
index 5f9da81..eeb0348 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
index 0005554..161c513 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
index 7c53201..4c74eea 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
index 1a22382..aa601b3 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
index e65e69e..c1dac79 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
index 1da9894..4d5cc09 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
index 87fa980..19cfaed 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
index 9993fab..7ac8354 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
index 84baa63..f08cae1 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
index 2c4c51d..e46eaeb 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
index a19571a..10e4d15 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience Class Hierarchy (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
index ac44ac7..e2e7c69 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
index a5aac3a..2af5b30 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ExcludePrivateAnnotationsJDiffDoclet (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
index 915e532..f569ec5 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ExcludePrivateAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
index 2d348c6..8dd3d02 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>IncludePublicAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
index e7c31d9..afb53c7 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.ExcludePrivateAnnotationsJDiffDoclet (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
index 9b23692..68bf642 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.ExcludePrivateAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
index 240af50..b523f7e 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
index 9fad9c5..5c2f832 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
index 4c2d8a1..f5abe9e 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
index 12de967..dfeb371 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools Class Hierarchy (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
index 74b2fc3..889df7f 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/overview-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/overview-frame.html b/documentation/0.4.0/audience-annotations-apidocs/overview-frame.html
index d9b24a1..ee415d8 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/overview-frame.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/overview-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview List (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/overview-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/overview-summary.html b/documentation/0.4.0/audience-annotations-apidocs/overview-summary.html
index 01d6db9..656fd3a 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/overview-summary.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/overview-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/audience-annotations-apidocs/overview-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/overview-tree.html b/documentation/0.4.0/audience-annotations-apidocs/overview-tree.html
index 6038cca..7d57be7 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/overview-tree.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/overview-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:55 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Class Hierarchy (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/index.html b/documentation/0.4.0/index.html
index d72acf4..9b92d48 100644
--- a/documentation/0.4.0/index.html
+++ b/documentation/0.4.0/index.html
@@ -157,7 +157,6 @@ Options:
                         file to <span class="nb">read</span>
   --skipprnorep         Skip Private &amp; Not Replaceable
 </code></pre>
-
 <p>You can mark a file to be ignored by shelldocs by adding <q>SHELLDOC-IGNORE</q> as a comment in its own line.</p>
 
 <h1 id="yetus-audience-annotations">Yetus Audience Annotations</h1>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/precommit-advanced/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/precommit-advanced/index.html b/documentation/0.4.0/precommit-advanced/index.html
index a3f9989..379c413 100644
--- a/documentation/0.4.0/precommit-advanced/index.html
+++ b/documentation/0.4.0/precommit-advanced/index.html
@@ -147,7 +147,7 @@
 
 <p>The &lsquo;fail&rsquo; setting is always the last option that test-patch will use and may be omitted unless it is the only option.</p>
 
-<p>For example, <code>--dockeronfail=continue</code> means if the Dockerfile can&rsquo;t be found, just turn off Docker support and continue running.  <code>--dockeronfail=fallback</code> will switch to the bundled Dockerfile and then fail the build if docker fails to work. <code>--dockeronfail=fail</code> means to just fail the build and do not try any other mechanisms of recovery. The default is &#39;fallback,continue,fail&rsquo; which will allow test-patch to try to continue executing as much as it possibily can.</p>
+<p>For example, <code>--dockeronfail=continue</code> means if the Dockerfile can&rsquo;t be found, just turn off Docker support and continue running.  <code>--dockeronfail=fallback</code> will switch to the bundled Dockerfile and then fail the build if docker fails to work. <code>--dockeronfail=fail</code> means to just fail the build and do not try any other mechanisms of recovery. The default is &lsquo;fallback,continue,fail&rsquo; which will allow test-patch to try to continue executing as much as it possibily can.</p>
 
 <p>Be aware that if the Dockerfile is found and the docker command works, test-patch will always fail the build if the Dockerfile itself fails the build.  It will not attempt to continue in the non-Docker mode.</p>
 
@@ -161,20 +161,17 @@
 
 <h2 id="common-plug-in-functions">Common Plug-in Functions</h2>
 
-<p>Every plug-in must have one line in order to be recognized, usually an &#39;add&rsquo; statement.  Test plug-ins, for example, have this statement:</p>
+<p>Every plug-in must have one line in order to be recognized, usually an &lsquo;add&rsquo; statement.  Test plug-ins, for example, have this statement:</p>
 <pre class="highlight shell"><code>add_test_type &lt;pluginname&gt;
 </code></pre>
-
-<p>This function call registers the <code>pluginname</code> so that test-patch knows that it exists.  Plug-in names must be unique across all the different plug-in types.  Additionally, the &#39;all&rsquo; plug-in is reserved.  The <code>pluginname</code> also acts as the key to the custom functions that you can define. For example:</p>
+<p>This function call registers the <code>pluginname</code> so that test-patch knows that it exists.  Plug-in names must be unique across all the different plug-in types.  Additionally, the &lsquo;all&rsquo; plug-in is reserved.  The <code>pluginname</code> also acts as the key to the custom functions that you can define. For example:</p>
 <pre class="highlight shell"><code><span class="k">function </span>pluginname_filefilter
 </code></pre>
-
 <p>defines the filefilter for the <code>pluginname</code> plug-in.</p>
 
 <p>Similarly, there are other functions that may be defined during the test-patch run:</p>
 <pre class="highlight plaintext"><code>HINT: It is recommended to make the pluginname relatively small, 10 characters at the most.  Otherwise, the ASCII output table may be skewed.
 </code></pre>
-
 <ul>
 <li><p>pluginname_usage</p>
 
@@ -240,7 +237,6 @@
 <p>Plug-ins geared towards independent tests are registered via:</p>
 <pre class="highlight shell"><code>add_test_type &lt;pluginname&gt;
 </code></pre>
-
 <ul>
 <li><p>pluginname_filefilter</p>
 
@@ -295,7 +291,6 @@
   <span class="nv">GITHUB_REPO</span><span class="o">=</span><span class="s2">"apache/yetus"</span>
 <span class="o">}</span>
 </code></pre>
-
 <h2 id="test-determination">Test Determination</h2>
 
 <p>The <code>personality_file_tests</code> function determines which tests to turn on based upon the file name.  It is relatively simple.  For example, to turn on a full suite of tests for Java files:</p>
@@ -313,10 +308,9 @@
 
 <span class="o">}</span>
 </code></pre>
-
 <p>The <code>add_test</code> function is used to activate the standard tests.  Additional plug-ins (such as checkstyle), will get queried on their own.</p>
 
-<h2 id="module-amp-profile-determination">Module &amp; Profile Determination</h2>
+<h2 id="module-profile-determination">Module &amp; Profile Determination</h2>
 
 <p>Once the tests are determined, it is now time to pick which <a href="precommit-glossary.md#genericoutside-definitions">modules</a> should get used.  That&rsquo;s the job of the <code>personality_modules</code> function.</p>
 <pre class="highlight shell"><code><span class="k">function </span>personality_modules
@@ -330,7 +324,6 @@
 
 <span class="o">}</span>
 </code></pre>
-
 <p>It takes exactly two parameters <code>repostatus</code> and <code>testtype</code>.</p>
 
 <p>The <code>repostatus</code> parameter tells the <code>personality</code> function exactly what state the source repository is in.  It can only be in one of two states:  <code>branch</code> or <code>patch</code>.  <code>branch</code> means the patch has not been applied.  The <code>patch</code> state is after the patch has been applied.</p>
@@ -344,7 +337,6 @@
 <p>The second is <code>personality_enqueue_module</code>.  This function takes two parameters.  The first parameter is the name of the module to add to this test&rsquo;s queue.  The second parameter is an option list of additional flags to pass to Maven when processing it. <code>personality_enqueue_module</code> may be called as many times as necessary for your project.</p>
 <pre class="highlight plaintext"><code>NOTE: A module name of . signifies the root of the repository.
 </code></pre>
-
 <p>For example, let&rsquo;s say your project uses a special configuration to skip unit tests (-DskipTests).  Running unit tests during a javadoc build isn&rsquo;t very useful and wastes a lot of time. We can write a simple personality check to disable the unit tests:</p>
 <pre class="highlight shell"><code><span class="k">function </span>personality_modules
 <span class="o">{</span>
@@ -358,7 +350,6 @@
     ...
 
 </code></pre>
-
 <p>This function will tell test-patch that when the javadoc test is being run, do the documentation build at the base of the source repository and make sure the -DskipTests flag is passed to our build tool.</p>
 
 <h2 id="enabling-plug-ins">Enabling Plug-ins</h2>
@@ -366,7 +357,6 @@
 <p>Personalities can set the base list of plug-ins to enable and disable for their project via the <code>personality_plugins</code> function. Just call it with the same pattern as the <code>--plugins</code> command line option:</p>
 <pre class="highlight shell"><code>personality_plugins <span class="s2">"all,-checkstyle,-findbugs,-asflicense"</span>
 </code></pre>
-
 <p>This list is used if the user does not provide a list of plug-ins.</p>
 
 <h1 id="important-variables">Important Variables</h1>
@@ -377,7 +367,7 @@
 <li><p>BUILD_NATIVE will be set to true if the system has requested that non-JVM-based code be built (e.g., JNI or other compiled C code). Under Jenkins, this is always true.</p></li>
 <li><p>BUILDTOOL specifies which tool is currently being used to drive compilation.  Additionally, many build tools define xyz_ARGS to pass on to the build tool command line. (e.g., MAVEN_ARGS if maven is in use).  Projects may set this in their personality.  NOTE: today, only one build tool at a time is supported.  This may change in the future.</p></li>
 <li><p>CHANGED_FILES[@] is an array of all files that appear to be added, deleted, or modified in the patch.</p></li>
-<li><p>CHANGED_MODULES[@] is an array of all modules that house all of the CHANGED_FILES[@].  Be aware that the root of the source tree is reported as &rsquo;.&rsquo;.</p></li>
+<li><p>CHANGED_MODULES[@] is an array of all modules that house all of the CHANGED_FILES[@].  Be aware that the root of the source tree is reported as &lsquo;.&rsquo;.</p></li>
 <li><p>DOCKER_EXTRAARGS[@] is an array of command line arguments to apply to the <code>docker run</code> command.</p></li>
 <li><p>GITHUB_REPO is to help test-patch when talking to Github.  If test-patch is given just a number on the command line, it will default to using this repo to determine the pull request.</p></li>
 <li><p>JIRA_ISSUE_RE is to help test-patch when talking to JIRA.  It helps determine if the given project is appropriate for the given JIRA issue.</p></li>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/precommit-apidocs/core/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/precommit-apidocs/core/index.html b/documentation/0.4.0/precommit-apidocs/core/index.html
index a913ce0..fcba326 100644
--- a/documentation/0.4.0/precommit-apidocs/core/index.html
+++ b/documentation/0.4.0/precommit-apidocs/core/index.html
@@ -180,7 +180,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_bugsystem bugsystem
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -216,7 +215,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_build_tool build tool
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -252,7 +250,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -288,7 +285,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test_format test format
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -324,7 +320,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test_type plugin
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -360,7 +355,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_bugsystem bugsystem
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -396,7 +390,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_build_tool build tool
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -432,7 +425,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -468,7 +460,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_test_format test format
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -504,7 +495,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_test_type plugin
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -540,7 +530,6 @@
 </ul>
 <pre class="highlight plaintext"><code>personality_plugins plug-in list string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -576,7 +565,6 @@
 </ul>
 <pre class="highlight plaintext"><code>verify_needed_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -614,7 +602,6 @@
 </ul>
 <pre class="highlight plaintext"><code>verify_plugin_enabled test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -652,7 +639,6 @@
 </ul>
 <pre class="highlight plaintext"><code>common_defaults
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -688,7 +674,6 @@
 </ul>
 <pre class="highlight plaintext"><code>patchfile_verify_zero log filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -724,7 +709,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_abs fsobj
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -764,7 +748,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_add_entry
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -800,7 +783,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_debug string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -836,7 +818,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_delete_entry
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -872,7 +853,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_error string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -908,7 +888,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_run_and_redirect filename command [..]
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -944,7 +923,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_verify_entry
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -982,7 +960,6 @@
 </ul>
 <pre class="highlight plaintext"><code>list_plugins
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1018,7 +995,6 @@
 </ul>
 <pre class="highlight plaintext"><code>plugin_usage_output array
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1054,7 +1030,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_add_header header
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1090,7 +1065,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_add_option subcommand subcommanddesc
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1126,7 +1100,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_comma_to_array arrayname string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1162,7 +1135,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_generic_columnprinter array
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1200,7 +1172,6 @@
 </ul>
 <pre class="highlight plaintext"><code>docker_version
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/precommit-apidocs/plugins/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/precommit-apidocs/plugins/index.html b/documentation/0.4.0/precommit-apidocs/plugins/index.html
index 20688da..15f96df 100644
--- a/documentation/0.4.0/precommit-apidocs/plugins/index.html
+++ b/documentation/0.4.0/precommit-apidocs/plugins/index.html
@@ -286,7 +286,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_add_install test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -322,7 +321,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_delete_install test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -360,7 +358,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_write_comment filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -396,7 +393,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_write_comment filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -432,7 +428,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javac_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -470,7 +465,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_write_comment filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -508,7 +502,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_buildfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -544,7 +537,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_builtin_personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -580,7 +572,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_builtin_personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -616,7 +607,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_docker_support
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -652,7 +642,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_executor
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -688,7 +677,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -724,7 +712,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -760,7 +747,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_modules_worker
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -796,7 +782,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -832,7 +817,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -868,7 +852,6 @@
 </ul>
 <pre class="highlight plaintext"><code>asflicense_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -904,7 +887,6 @@
 </ul>
 <pre class="highlight plaintext"><code>asflicense_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -940,7 +922,6 @@
 </ul>
 <pre class="highlight plaintext"><code>asflicense_writexsl
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -976,7 +957,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_determine_issue
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1012,7 +992,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_http_fetch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1048,7 +1027,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_locate_patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1084,7 +1062,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1120,7 +1097,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1156,7 +1132,6 @@
 </ul>
 <pre class="highlight plaintext"><code>cc_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1192,7 +1167,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1228,7 +1202,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1264,7 +1237,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1300,7 +1272,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1336,7 +1307,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1372,7 +1342,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1408,7 +1377,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1444,7 +1412,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_rebuild
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1480,7 +1447,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1516,7 +1482,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_breakup_url url
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1552,7 +1517,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_determine_issue
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1588,7 +1552,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_find_jira_title
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1624,7 +1587,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_jira_bridge
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1660,7 +1622,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_linecomments
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1696,7 +1657,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_locate_patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1732,7 +1692,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1768,7 +1727,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1804,7 +1762,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_buildfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1840,7 +1797,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_builtin_personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1876,7 +1832,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_builtin_personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1912,7 +1867,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_docker_support
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1948,7 +1902,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_executor
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1984,7 +1937,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2020,7 +1972,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2056,7 +2007,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_modules_worker
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2092,7 +2042,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2128,7 +2077,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2164,7 +2112,6 @@
 </ul>
 <pre class="highlight plaintext"><code>initialize_java
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2200,7 +2147,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javac_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2236,7 +2182,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javac_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2272,7 +2217,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javadoc_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2308,7 +2252,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javadoc_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2344,7 +2287,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_determine_issue
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2380,7 +2322,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_http_fetch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2416,7 +2357,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_locate_patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2452,7 +2392,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2488,7 +2427,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2524,7 +2462,6 @@
 </ul>
 <pre class="highlight plaintext"><code>junit_finalize_results
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2560,7 +2497,6 @@
 </ul>
 <pre class="highlight plaintext"><code>junit_process_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2596,7 +2532,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_buildfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2632,7 +2567,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_builtin_personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2668,7 +2602,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_builtin_personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2704,7 +2637,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_docker_support
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2740,7 +2672,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_executor
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2776,7 +2707,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2812,7 +2742,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2848,7 +2777,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_javac_logfilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2884,7 +2812,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_modules_worker
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2920,7 +2847,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2956,7 +2882,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2992,7 +2917,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3028,7 +2952,6 @@
 </ul>
 <pre class="highlight plaintext"><code>mvnsite_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3064,7 +2987,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_buildfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3100,7 +3022,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_builtin_personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3136,7 +3057,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_builtin_personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3172,7 +3092,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_executor
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3208,7 +3127,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_modules_worker
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3244,7 +3162,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3280,7 +3197,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3316,7 +3232,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3352,7 +3267,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3388,7 +3302,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3424,7 +3337,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3460,7 +3372,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3496,7 +3407,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3532,7 +3442,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3568,7 +3477,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3604,7 +3512,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3640,7 +3547,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3676,7 +3582,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3712,7 +3617,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3748,7 +3652,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3784,7 +3687,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3820,7 +3722,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3856,7 +3757,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3892,7 +3792,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3928,7 +3827,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3964,7 +3862,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4000,7 +3897,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4036,7 +3932,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4072,7 +3967,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4108,7 +4002,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4144,7 +4037,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4180,7 +4072,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4216,7 +4107,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4252,7 +4142,6 @@
 </ul>
 <pre class="highlight plaintext"><code>scalac_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4288,7 +4177,6 @@
 </ul>
 <pre class="highlight plaintext"><code>scaladoc_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4324,7 +4212,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4360,7 +4247,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4396,7 +4282,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4432,7 +4317,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4468,7 +4352,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4504,7 +4387,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_private_findbash
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4540,7 +4422,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4576,7 +4457,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4612,7 +4492,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4648,7 +4527,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4684,7 +4562,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4720,7 +4597,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4756,7 +4632,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_private_findbash
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4792,7 +4667,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4828,7 +4702,6 @@
 </ul>
 <pre class="highlight plaintext"><code>tap_finalize_results
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4864,7 +4737,6 @@
 </ul>
 <pre class="highlight plaintext"><code>tap_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4900,7 +4772,6 @@
 </ul>
 <pre class="highlight plaintext"><code>tap_process_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4936,7 +4807,6 @@
 </ul>
 <pre class="highlight plaintext"><code>tap_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4972,7 +4842,6 @@
 </ul>
 <pre class="highlight plaintext"><code>unitveto_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5008,7 +4877,6 @@
 </ul>
 <pre class="highlight plaintext"><code>unitveto_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5044,7 +4912,6 @@
 </ul>
 <pre class="highlight plaintext"><code>unitveto_patchfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5080,7 +4947,6 @@
 </ul>
 <pre class="highlight plaintext"><code>unitveto_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5116,7 +4982,6 @@
 </ul>
 <pre class="highlight plaintext"><code>whitespace_linecomment_reporter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5152,7 +5017,6 @@
 </ul>
 <pre class="highlight plaintext"><code>whitespace_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5188,7 +5052,6 @@
 </ul>
 <pre class="highlight plaintext"><code>xml_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5224,7 +5087,6 @@
 </ul>
 <pre class="highlight plaintext"><code>xml_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5260,7 +5122,6 @@
 </ul>
 <pre class="highlight plaintext"><code>xml_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/precommit-apidocs/smart-apply-patch/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/precommit-apidocs/smart-apply-patch/index.html b/documentation/0.4.0/precommit-apidocs/smart-apply-patch/index.html
index 6ac9d5d..09b916b 100644
--- a/documentation/0.4.0/precommit-apidocs/smart-apply-patch/index.html
+++ b/documentation/0.4.0/precommit-apidocs/smart-apply-patch/index.html
@@ -149,7 +149,6 @@
 </ul>
 <pre class="highlight plaintext"><code>setup_defaults
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -185,7 +184,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -223,7 +221,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_footer_table
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -259,7 +256,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -295,7 +291,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_vote_table
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -331,7 +326,6 @@
 </ul>
 <pre class="highlight plaintext"><code>big_console_header
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>


[8/9] yetus git commit: git hash 2113cfa875876f25a48006786b4783605acc8ea3

Posted by aw...@apache.org.
http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/overview-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/overview-frame.html b/documentation/0.1.0/audience-annotations-apidocs/overview-frame.html
index 70ba45f..eb1d624 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/overview-frame.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/overview-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview List (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/overview-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/overview-summary.html b/documentation/0.1.0/audience-annotations-apidocs/overview-summary.html
index a66df90..4d7fcc1 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/overview-summary.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/overview-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/overview-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/overview-tree.html b/documentation/0.1.0/audience-annotations-apidocs/overview-tree.html
index f707fac..4fe9244 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/overview-tree.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/overview-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Class Hierarchy (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/index.html b/documentation/0.1.0/index.html
index 5e3f4ef..c021626 100644
--- a/documentation/0.1.0/index.html
+++ b/documentation/0.1.0/index.html
@@ -157,7 +157,6 @@ Options:
                         file to <span class="nb">read</span>
   --skipprnorep         Skip Private &amp; Not Replaceable
 </code></pre>
-
 <h1 id="yetus-audience-annotations">Yetus Audience Annotations</h1>
 
 <p>Audience Annotations allows you to use Java Annotations to denote which parts of your Java library is publicly consumable and which parts are reserved for a more restricted use. It also provides doclets and examples for generating javadocs limited by audience.</p>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/precommit-advanced/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/precommit-advanced/index.html b/documentation/0.1.0/precommit-advanced/index.html
index da5dc62..56c6f54 100644
--- a/documentation/0.1.0/precommit-advanced/index.html
+++ b/documentation/0.1.0/precommit-advanced/index.html
@@ -147,7 +147,7 @@
 
 <p>The &lsquo;fail&rsquo; setting is always the last option that test-patch will use and may be omitted unless it is the only option.</p>
 
-<p>For example, <code>--dockeronfail=continue</code> means if the Dockerfile can&rsquo;t be found, just turn off Docker support and continue running.  <code>--dockeronfail=fallback</code> will switch to the bundled Dockerfile and then fail the build if docker fails to work. <code>--dockeronfail=fail</code> means to just fail the build and do not try any other mechanisms of recovery. The default is &#39;fallback,continue,fail&rsquo; which will allow test-patch to try to continue executing as much as it possibily can.</p>
+<p>For example, <code>--dockeronfail=continue</code> means if the Dockerfile can&rsquo;t be found, just turn off Docker support and continue running.  <code>--dockeronfail=fallback</code> will switch to the bundled Dockerfile and then fail the build if docker fails to work. <code>--dockeronfail=fail</code> means to just fail the build and do not try any other mechanisms of recovery. The default is &lsquo;fallback,continue,fail&rsquo; which will allow test-patch to try to continue executing as much as it possibily can.</p>
 
 <p>Be aware that if the Dockerfile is found and the docker command works, test-patch will always fail the build if the Dockerfile itself fails the build.  It will not attempt to continue in the non-Docker mode.</p>
 
@@ -161,20 +161,17 @@
 
 <h2 id="common-plug-in-functions">Common Plug-in Functions</h2>
 
-<p>Every plug-in must have one line in order to be recognized, usually an &#39;add&rsquo; statement.  Test plug-ins, for example, have this statement:</p>
+<p>Every plug-in must have one line in order to be recognized, usually an &lsquo;add&rsquo; statement.  Test plug-ins, for example, have this statement:</p>
 <pre class="highlight shell"><code>add_test_type &lt;pluginname&gt;
 </code></pre>
-
-<p>This function call registers the <code>pluginname</code> so that test-patch knows that it exists.  Plug-in names must be unique across all the different plug-in types.  Additionally, the &#39;all&rsquo; plug-in is reserved.  The <code>pluginname</code> also acts as the key to the custom functions that you can define. For example:</p>
+<p>This function call registers the <code>pluginname</code> so that test-patch knows that it exists.  Plug-in names must be unique across all the different plug-in types.  Additionally, the &lsquo;all&rsquo; plug-in is reserved.  The <code>pluginname</code> also acts as the key to the custom functions that you can define. For example:</p>
 <pre class="highlight shell"><code><span class="k">function </span>pluginname_filefilter
 </code></pre>
-
 <p>defines the filefilter for the <code>pluginname</code> plug-in.</p>
 
 <p>Similarly, there are other functions that may be defined during the test-patch run:</p>
 <pre class="highlight plaintext"><code>HINT: It is recommended to make the pluginname relatively small, 10 characters at the most.  Otherwise, the ASCII output table may be skewed.
 </code></pre>
-
 <ul>
 <li><p>pluginname_initialize</p>
 
@@ -235,7 +232,6 @@
 <p>Plug-ins geared towards independent tests are registed via:</p>
 <pre class="highlight shell"><code>add_test_type &lt;pluginname&gt;
 </code></pre>
-
 <ul>
 <li><p>pluginname_filefilter</p>
 
@@ -268,7 +264,6 @@
   <span class="nv">GITHUB_REPO</span><span class="o">=</span><span class="s2">"apache/yetus"</span>
 <span class="o">}</span>
 </code></pre>
-
 <h2 id="test-determination">Test Determination</h2>
 
 <p>The <code>personality_file_tests</code> function determines which tests to turn on based upon the file name.  It is relatively simple.  For example, to turn on a full suite of tests for Java files:</p>
@@ -286,10 +281,9 @@
 
 <span class="o">}</span>
 </code></pre>
-
 <p>The <code>add_test</code> function is used to activate the standard tests.  Additional plug-ins (such as checkstyle), will get queried on their own.</p>
 
-<h2 id="module-amp-profile-determination">Module &amp; Profile Determination</h2>
+<h2 id="module-profile-determination">Module &amp; Profile Determination</h2>
 
 <p>Once the tests are determined, it is now time to pick which <a href="precommit-glossary.md#genericoutside-definitions">modules</a> should get used.  That&rsquo;s the job of the <code>personality_modules</code> function.</p>
 <pre class="highlight shell"><code><span class="k">function </span>personality_modules
@@ -303,7 +297,6 @@
 
 <span class="o">}</span>
 </code></pre>
-
 <p>It takes exactly two parameters <code>repostatus</code> and <code>testtype</code>.</p>
 
 <p>The <code>repostatus</code> parameter tells the <code>personality</code> function exactly what state the source repository is in.  It can only be in one of two states:  <code>branch</code> or <code>patch</code>.  <code>branch</code> means the patch has not been applied.  The <code>patch</code> state is after the patch has been applied.</p>
@@ -317,7 +310,6 @@
 <p>The second is <code>personality_enqueue_module</code>.  This function takes two parameters.  The first parameter is the name of the module to add to this test&rsquo;s queue.  The second parameter is an option list of additional flags to pass to Maven when processing it. <code>personality_enqueue_module</code> may be called as many times as necessary for your project.</p>
 <pre class="highlight plaintext"><code>NOTE: A module name of . signifies the root of the repository.
 </code></pre>
-
 <p>For example, let&rsquo;s say your project uses a special configuration to skip unit tests (-DskipTests).  Running unit tests during a javadoc build isn&rsquo;t very useful and wastes a lot of time. We can write a simple personality check to disable the unit tests:</p>
 <pre class="highlight shell"><code><span class="k">function </span>personality_modules
 <span class="o">{</span>
@@ -331,7 +323,6 @@
     ...
 
 </code></pre>
-
 <p>This function will tell test-patch that when the javadoc test is being run, do the documentation build at the base of the source repository and make sure the -DskipTests flag is passed to our build tool.</p>
 
 <h2 id="enabling-plug-ins">Enabling Plug-ins</h2>
@@ -339,7 +330,6 @@
 <p>Personalities can set the base list of plug-ins to enable and disable for their project via the <code>personality_plugins</code> function. Just call it with the same pattern as the <code>--plugins</code> command line option:</p>
 <pre class="highlight shell"><code>personality_plugins <span class="s2">"all,-checkstyle,-findbugs,-asflicense"</span>
 </code></pre>
-
 <p>This list is used if the user does not provide a list of plug-ins.</p>
 
 <h1 id="important-variables">Important Variables</h1>
@@ -350,7 +340,7 @@
 <li><p>BUILD_NATIVE will be set to true if the system has requested that non-JVM-based code be built (e.g., JNI or other compiled C code). Under Jenkins, this is always true.</p></li>
 <li><p>BUILDTOOL specifies which tool is currently being used to drive compilation.  Additionally, many build tools define xyz_ARGS to pass on to the build tool command line. (e.g., MAVEN_ARGS if maven is in use).  Projects may set this in their personality.  NOTE: today, only one build tool at a time is supported.  This may change in the future.</p></li>
 <li><p>CHANGED_FILES is a list of all files that appear to be added, deleted, or modified in the patch.</p></li>
-<li><p>CHANGED_MODULES is a list of all modules that house all of the CHANGED_FILES.  Be aware that the root of the source tree is reported as &rsquo;.&rsquo;.</p></li>
+<li><p>CHANGED_MODULES is a list of all modules that house all of the CHANGED_FILES.  Be aware that the root of the source tree is reported as &lsquo;.&rsquo;.</p></li>
 <li><p>GITHUB_REPO is to help test-patch when talking to Github.  If test-patch is given just a number on the command line, it will default to using this repo to determine the pull request.</p></li>
 <li><p>JIRA_ISSUE_RE is to help test-patch when talking to JIRA.  It helps determine if the given project is appropriate for the given JIRA issue.</p></li>
 <li><p>MODULE and other MODULE_* are arrays that contain which modules, the status, etc, to be operated upon. These should be treated as read-only by plug-ins.</p></li>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/precommit-apidocs/core/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/precommit-apidocs/core/index.html b/documentation/0.1.0/precommit-apidocs/core/index.html
index 6fc26f4..61ef6cc 100644
--- a/documentation/0.1.0/precommit-apidocs/core/index.html
+++ b/documentation/0.1.0/precommit-apidocs/core/index.html
@@ -177,7 +177,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_bugsystem bugsystem
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -213,7 +212,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_build_tool build tool
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -249,7 +247,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -285,7 +282,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test_format test format
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -321,7 +317,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test_type plugin
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -357,7 +352,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_bugsystem bugsystem
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -393,7 +387,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_build_tool build tool
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -429,7 +422,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -465,7 +457,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_test_format test format
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -501,7 +492,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_test_type plugin
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -537,7 +527,6 @@
 </ul>
 <pre class="highlight plaintext"><code>personality_plugins plug-in list string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -573,7 +562,6 @@
 </ul>
 <pre class="highlight plaintext"><code>verify_needed_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -611,7 +599,6 @@
 </ul>
 <pre class="highlight plaintext"><code>verify_plugin_enabled test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -649,7 +636,6 @@
 </ul>
 <pre class="highlight plaintext"><code>common_defaults
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -685,7 +671,6 @@
 </ul>
 <pre class="highlight plaintext"><code>patchfile_verify_zero log filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -721,7 +706,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_abs directory
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -761,7 +745,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_add_entry
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -797,7 +780,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_debug string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -833,7 +815,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_delete_entry
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -869,7 +850,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_error string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -905,7 +885,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_run_and_redirect filename command [..]
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -941,7 +920,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_verify_entry
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -979,7 +957,6 @@
 </ul>
 <pre class="highlight plaintext"><code>list_plugins
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1017,7 +994,6 @@
 </ul>
 <pre class="highlight plaintext"><code>docker_version
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1053,7 +1029,6 @@
 </ul>
 <pre class="highlight plaintext"><code>personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1089,7 +1064,6 @@
 </ul>
 <pre class="highlight plaintext"><code>personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/precommit-apidocs/plugins/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/precommit-apidocs/plugins/index.html b/documentation/0.1.0/precommit-apidocs/plugins/index.html
index 1557f18..71d4a4c 100644
--- a/documentation/0.1.0/precommit-apidocs/plugins/index.html
+++ b/documentation/0.1.0/precommit-apidocs/plugins/index.html
@@ -264,7 +264,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_write_comment filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -300,7 +299,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_write_comment filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -336,7 +334,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javac_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -374,7 +371,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_write_comment filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -412,7 +408,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_buildfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -448,7 +443,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_builtin_personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -484,7 +478,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_builtin_personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -520,7 +513,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_docker_support
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -556,7 +548,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_executor
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -592,7 +583,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -628,7 +618,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -664,7 +653,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_modules_worker
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -700,7 +688,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -736,7 +723,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -772,7 +758,6 @@
 </ul>
 <pre class="highlight plaintext"><code>asflicense_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -808,7 +793,6 @@
 </ul>
 <pre class="highlight plaintext"><code>asflicense_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -844,7 +828,6 @@
 </ul>
 <pre class="highlight plaintext"><code>asflicense_writexsl
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -880,7 +863,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_determine_issue
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -916,7 +898,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_http_fetch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -952,7 +933,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_locate_patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -988,7 +968,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1024,7 +1003,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1060,7 +1038,6 @@
 </ul>
 <pre class="highlight plaintext"><code>cc_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1096,7 +1073,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1132,7 +1108,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1168,7 +1143,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1204,7 +1178,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1240,7 +1213,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1276,7 +1248,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_runner
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1312,7 +1283,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1348,7 +1318,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1384,7 +1353,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1420,7 +1388,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_rebuild
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1456,7 +1423,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1492,7 +1458,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_breakup_url url
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1528,7 +1493,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_determine_issue
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1564,7 +1528,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_find_jira_title
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1600,7 +1563,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_jira_bridge
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1636,7 +1598,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_linecomments
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1672,7 +1633,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_locate_patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1708,7 +1668,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1744,7 +1703,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1780,7 +1738,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_buildfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1816,7 +1773,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_builtin_personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1852,7 +1808,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_builtin_personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1888,7 +1843,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_docker_support
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1924,7 +1878,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_executor
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1960,7 +1913,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1996,7 +1948,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2032,7 +1983,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_modules_worker
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2068,7 +2018,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2104,7 +2053,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2140,7 +2088,6 @@
 </ul>
 <pre class="highlight plaintext"><code>initialize_java
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2176,7 +2123,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javac_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2212,7 +2158,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javac_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2248,7 +2193,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javadoc_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2284,7 +2228,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javadoc_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2320,7 +2263,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_determine_issue
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2356,7 +2298,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_http_fetch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2392,7 +2333,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_locate_patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2428,7 +2368,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2464,7 +2403,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2500,7 +2438,6 @@
 </ul>
 <pre class="highlight plaintext"><code>junit_finalize_results
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2536,7 +2473,6 @@
 </ul>
 <pre class="highlight plaintext"><code>junit_process_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2572,7 +2508,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_buildfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2608,7 +2543,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_builtin_personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2644,7 +2578,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_builtin_personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2680,7 +2613,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_docker_support
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2716,7 +2648,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_executor
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2752,7 +2683,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2788,7 +2718,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2824,7 +2753,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_javac_logfilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2860,7 +2788,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_modules_worker
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2896,7 +2823,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2932,7 +2858,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2968,7 +2893,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3004,7 +2928,6 @@
 </ul>
 <pre class="highlight plaintext"><code>mvnsite_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3040,7 +2963,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_buildfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3076,7 +2998,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_builtin_personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3112,7 +3033,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_builtin_personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3148,7 +3068,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_executor
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3184,7 +3103,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_modules_worker
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3220,7 +3138,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3256,7 +3173,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3292,7 +3208,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3328,7 +3243,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3364,7 +3278,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3400,7 +3313,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3436,7 +3348,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3472,7 +3383,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3508,7 +3418,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3544,7 +3453,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3580,7 +3488,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3616,7 +3523,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3652,7 +3558,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3688,7 +3593,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3724,7 +3628,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3760,7 +3663,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3796,7 +3698,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3832,7 +3733,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3868,7 +3768,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3904,7 +3803,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3940,7 +3838,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3976,7 +3873,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4012,7 +3908,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4048,7 +3943,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4084,7 +3978,6 @@
 </ul>
 <pre class="highlight plaintext"><code>scalac_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4120,7 +4013,6 @@
 </ul>
 <pre class="highlight plaintext"><code>scaladoc_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4156,7 +4048,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4192,7 +4083,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4228,7 +4118,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4264,7 +4153,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4300,7 +4188,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_private_findbash
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4336,7 +4223,6 @@
 </ul>
 <pre class="highlight plaintext"><code>tap_finalize_results
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4372,7 +4258,6 @@
 </ul>
 <pre class="highlight plaintext"><code>tap_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4408,7 +4293,6 @@
 </ul>
 <pre class="highlight plaintext"><code>tap_process_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4444,7 +4328,6 @@
 </ul>
 <pre class="highlight plaintext"><code>tap_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4480,7 +4363,6 @@
 </ul>
 <pre class="highlight plaintext"><code>whitespace_linecomment_reporter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4516,7 +4398,6 @@
 </ul>
 <pre class="highlight plaintext"><code>whitespace_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4552,7 +4433,6 @@
 </ul>
 <pre class="highlight plaintext"><code>xml_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4588,7 +4468,6 @@
 </ul>
 <pre class="highlight plaintext"><code>xml_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/precommit-apidocs/smart-apply-patch/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/precommit-apidocs/smart-apply-patch/index.html b/documentation/0.1.0/precommit-apidocs/smart-apply-patch/index.html
index 6ac9d5d..09b916b 100644
--- a/documentation/0.1.0/precommit-apidocs/smart-apply-patch/index.html
+++ b/documentation/0.1.0/precommit-apidocs/smart-apply-patch/index.html
@@ -149,7 +149,6 @@
 </ul>
 <pre class="highlight plaintext"><code>setup_defaults
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -185,7 +184,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -223,7 +221,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_footer_table
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -259,7 +256,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -295,7 +291,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_vote_table
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -331,7 +326,6 @@
 </ul>
 <pre class="highlight plaintext"><code>big_console_header
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/precommit-apidocs/test-patch/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/precommit-apidocs/test-patch/index.html b/documentation/0.1.0/precommit-apidocs/test-patch/index.html
index 4b8663a..4981f5a 100644
--- a/documentation/0.1.0/precommit-apidocs/test-patch/index.html
+++ b/documentation/0.1.0/precommit-apidocs/test-patch/index.html
@@ -192,7 +192,6 @@
 </ul>
 <pre class="highlight plaintext"><code>relative_dir path
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -230,7 +229,6 @@
 </ul>
 <pre class="highlight plaintext"><code>verify_multijdk_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -270,7 +268,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_footer_table subsystem string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -306,7 +303,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_header_line string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -342,7 +338,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test_table failurereason testlist
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -378,7 +373,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_vote_table +1/0/-1/null subsystem string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -414,7 +408,6 @@
 </ul>
 <pre class="highlight plaintext"><code>big_console_header string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -450,7 +443,6 @@
 </ul>
 <pre class="highlight plaintext"><code>clock_display seconds
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -486,7 +478,6 @@
 </ul>
 <pre class="highlight plaintext"><code>echo_and_redirect filename command [..]
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -522,7 +513,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generate_stack
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -558,7 +548,6 @@
 </ul>
 <pre class="highlight plaintext"><code>module_file_fragment module
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -594,7 +583,6 @@
 </ul>
 <pre class="highlight plaintext"><code>offset_clock seconds
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -630,7 +618,6 @@
 </ul>
 <pre class="highlight plaintext"><code>setup_defaults
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -666,7 +653,6 @@
 </ul>
 <pre class="highlight plaintext"><code>start_clock
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -702,7 +688,6 @@
 </ul>
 <pre class="highlight plaintext"><code>stop_clock
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -738,7 +723,6 @@
 </ul>
 <pre class="highlight plaintext"><code>write_comment filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -774,7 +758,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -812,7 +795,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugsystem_linecomments filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -848,7 +830,6 @@
 </ul>
 <pre class="highlight plaintext"><code>calcdiffs
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -884,7 +865,6 @@
 </ul>
 <pre class="highlight plaintext"><code>clear_personality_queue
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -920,7 +900,6 @@
 </ul>
 <pre class="highlight plaintext"><code>compile branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -958,7 +937,6 @@
 </ul>
 <pre class="highlight plaintext"><code>compile_cycle branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -996,7 +974,6 @@
 </ul>
 <pre class="highlight plaintext"><code>distclean
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1034,7 +1011,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_logfilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1070,7 +1046,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_post_handler origlog testtype multijdkmode run commands
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1108,7 +1083,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_postlog_compare origlog testtype multijdkmode
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1146,7 +1120,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_pre_handler testype multijdk
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1184,7 +1157,6 @@
 </ul>
 <pre class="highlight plaintext"><code>initialize $@
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1222,7 +1194,6 @@
 </ul>
 <pre class="highlight plaintext"><code>module_status module runtime
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1258,7 +1229,6 @@
 </ul>
 <pre class="highlight plaintext"><code>modules_messages repostatus testtype mvncmdline
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1294,7 +1264,6 @@
 </ul>
 <pre class="highlight plaintext"><code>modules_reset
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1330,7 +1299,6 @@
 </ul>
 <pre class="highlight plaintext"><code>modules_workers repostatus testtype mvncmdline
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1366,7 +1334,6 @@
 </ul>
 <pre class="highlight plaintext"><code>patchfiletests branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1404,7 +1371,6 @@
 </ul>
 <pre class="highlight plaintext"><code>personality_enqueue_module module profiles/flags/etc
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1442,7 +1408,6 @@
 </ul>
 <pre class="highlight plaintext"><code>prepopulate_footer
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1478,7 +1443,6 @@
 </ul>
 <pre class="highlight plaintext"><code>report_jvm_version directory
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1516,7 +1480,6 @@
 </ul>
 <pre class="highlight plaintext"><code>verify_patchdir_still_exists
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/precommit-architecture/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/precommit-architecture/index.html b/documentation/0.1.0/precommit-architecture/index.html
index e6ebcf6..c5db746 100644
--- a/documentation/0.1.0/precommit-architecture/index.html
+++ b/documentation/0.1.0/precommit-architecture/index.html
@@ -191,7 +191,7 @@
 
 <h2 id="compile-cycle-patch">Compile Cycle (Patch)</h2>
 
-<p>Now that the patch has been applied the steps to compile we outlined in the compilation (branch) phase are repeated but with the patch applied. This is where a lot of &#39;after&rsquo; checks are performed.</p>
+<p>Now that the patch has been applied the steps to compile we outlined in the compilation (branch) phase are repeated but with the patch applied. This is where a lot of &lsquo;after&rsquo; checks are performed.</p>
 
 <h2 id="unit-tests">Unit Tests</h2>
 

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/precommit-basic/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/precommit-basic/index.html b/documentation/0.1.0/precommit-basic/index.html
index fbec8df..6a40a80 100644
--- a/documentation/0.1.0/precommit-basic/index.html
+++ b/documentation/0.1.0/precommit-basic/index.html
@@ -203,19 +203,15 @@ as a whole.</p>
 <p>The first step for a successful deployment is determining which features/plug-ins to enable:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --list-plugins
 </code></pre>
-
 <p>This option will list all of the available plug-ins that are installed in the default location.  From this list, the specific plug-ins can be enabled:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --plugins<span class="o">=</span><span class="s2">"ant,maven,shellcheck,xml"</span> &lt;other options&gt;
 </code></pre>
-
 <p>As a short-cut, every plug-in may be enabled via the special &lsquo;all&rsquo; type:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --plugins<span class="o">=</span><span class="s2">"all"</span> &lt;other options&gt;
 </code></pre>
-
 <p><code>--plugins</code> also allows some basic <q>arithmetic</q>:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --plugins<span class="o">=</span><span class="s2">"all,-checkstyle,-findbugs"</span> &lt;other options&gt;
 </code></pre>
-
 <p>This will enable all plug-ins for potential usage, except for checkstyle and findbugs.</p>
 
 <p><strong>NOTE: The examples in this section will assume that the necessary <code>--plugins</code> option has been set on the command line as appropriate for your particular installation.</strong></p>
@@ -224,14 +220,12 @@ as a whole.</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">cd</span> &lt;your repo&gt;
 <span class="gp">$ </span><span class="nb">test</span>-patch.sh --dirty-workspace --project<span class="o">=</span>projectname &lt;filename&gt;
 </code></pre>
-
 <p>The <code>--dirty-workspace</code> flag tells test-patch that the repository is not clean and it is ok to continue.  By default, unit tests are not run since they may take a significant amount of time.</p>
 
 <p>To do turn them on, we need to provide the &ndash;run-tests option:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">cd</span> &lt;your repo&gt;
 <span class="gp">$ </span><span class="nb">test</span>-patch.sh --dirty-workspace --run-tests &lt;filename&gt;
 </code></pre>
-
 <p>This is the same command, but now runs the unit tests.</p>
 
 <p>A typical configuration is to have two repositories.  One with the code you are working on and another, clean repository.  This means you can:</p>
@@ -240,7 +234,6 @@ as a whole.</p>
 <span class="gp">$ </span><span class="nb">cd</span> ../&lt;testrepo&gt;
 <span class="gp">$ </span><span class="nb">test</span>-patch.sh --basedir<span class="o">=</span>&lt;testrepo&gt; --resetrepo /tmp/patchfile
 </code></pre>
-
 <p>We used two new options here.  &ndash;basedir sets the location of the repository to use for testing.  &ndash;resetrepo tells test patch that it can go into <strong>destructive</strong> mode.  Destructive mode will wipe out any changes made to that repository, so use it with care!</p>
 
 <p>After the tests have run, there is a directory that contains all of the test-patch related artifacts.  This is generally referred to as the patchprocess directory.  By default, test-patch tries to make something off of /tmp to contain this content.  Using the <code>--patch-dir</code> option, one can specify exactly which directory to use.  This is helpful for automated precommit testing so that Jenkins or other automated workflow system knows where to look to gather up the output.</p>
@@ -248,7 +241,6 @@ as a whole.</p>
 <p>For example:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --jenkins --patch-dir<span class="o">=</span><span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/patchprocess --basedir<span class="o">=</span><span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/source <span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/patchfile
 </code></pre>
-
 <p>&hellip; will trigger test-patch to run in fully automated Jenkins mode, using ${WORKSPACE}/patchprocess as its scratch space, ${WORKSPACE}/source as the source repository, and ${WORKSPACE}/patchfile as the name of the patch to test against.</p>
 
 <h1 id="build-tool">Build Tool</h1>
@@ -256,7 +248,6 @@ as a whole.</p>
 <p>Out of the box, test-patch is built to use maven.  But what if the project is built using something else, such as ant?</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --build-tool<span class="o">=</span>ant
 </code></pre>
-
 <p>will tell test-patch to use ant instead of maven to drive the project.</p>
 
 <h1 id="providing-patch-files">Providing Patch Files</h1>
@@ -268,13 +259,11 @@ as a whole.</p>
 <p>For example:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> HADOOP-9905
 </code></pre>
-
 <p>&hellip; will process the patch file associated with this JIRA issue.</p>
 
 <p>If the Apache JIRA system is not in use, then override options may be provided on the command line to point to a different JIRA instance.</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --jira-issue-re<span class="o">=</span><span class="s1">'^PROJECT-[0-9]+$'</span> --jira-base-url<span class="o">=</span><span class="s1">'https://example.com/jira'</span> PROJECT-90
 </code></pre>
-
 <p>&hellip; will process the patch file attached to PROJECT-90 on the JIRA instance located on the example.com server.</p>
 
 <h2 id="github">GITHUB</h2>
@@ -282,15 +271,12 @@ as a whole.</p>
 <p>test-patch has some basic support for Github.  test-patch supports many forms of providing pull requests to work on:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --github-repo<span class="o">=</span>apache/pig 99
 </code></pre>
-
 <p>or</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh https://github.com/apache/pig/pulls/99
 </code></pre>
-
 <p>or</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh https://github.com/apache/pig/pulls/99.patch
 </code></pre>
-
 <p>&hellip; will process PR #99 on the apache/pig repo.</p>
 
 <h2 id="generic-urls">Generic URLs</h2>
@@ -300,7 +286,6 @@ as a whole.</p>
 <p>For example:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> https://example.com/webserver/file.patch
 </code></pre>
-
 <p>&hellip; will download and process the file.patch from the example.com webserver.</p>
 
 <h1 id="project-specific-capabilities">Project-specific Capabilities</h1>
@@ -310,7 +295,6 @@ as a whole.</p>
 <h2 id="direct-method">Direct Method</h2>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --personality<span class="o">=(</span>filename<span class="o">)</span>
 </code></pre>
-
 <p>This tells test-patch to use the personality in the given file.</p>
 
 <h2 id="project-method">Project Method</h2>
@@ -318,13 +302,11 @@ as a whole.</p>
 <p>However, test-patch can detect if it is a personality that is in its <q>personality</q> directory based upon the project name:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --project<span class="o">=(</span>project<span class="o">)</span>
 </code></pre>
-
 <h1 id="multijdk">MultiJDK</h1>
 
 <p>For many projects, it is useful to test Java code against multiple versions of JDKs at the same time.  test-patch can do this with the &ndash;multijdkdirs option:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --multijdkdirs<span class="o">=</span><span class="s2">"/j/d/k/1,/j/d/k/2"</span>
 </code></pre>
-
 <p>Not all Java tests support this mode, but those that do will now run their tests with all of the given versions of Java consecutively (e.g., javac&ndash;the Java compliation test).  Tests that do not support MultiJDK mode (e.g., checkstyle, mvn install) will use JAVA_HOME.</p>
 
 <p>NOTE: JAVA_HOME is always appended to the list of JDKs in MultiJDK mode.  If JAVA_HOME is in the list, it will be moved to the end.</p>
@@ -334,7 +316,6 @@ as a whole.</p>
 <p>test-patch also has a mode to utilize Docker:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --docker
 </code></pre>
-
 <p>This will do some preliminary setup and then re-execute itself inside a Docker container.  For more information on how to provide a custom Dockerfile, see the advanced guide.</p>
 
 <h2 id="in-closing">In Closing</h2>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/precommit-bugsystems/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/precommit-bugsystems/index.html b/documentation/0.1.0/precommit-bugsystems/index.html
index 83a1568..821258f 100644
--- a/documentation/0.1.0/precommit-bugsystems/index.html
+++ b/documentation/0.1.0/precommit-bugsystems/index.html
@@ -127,7 +127,6 @@
 <p>test-patch has the ability to support multiple bug systems.  Bug tools have some extra hooks to fetch patches, line-level reporting, and posting a final report. Every bug system plug-in must have one line in order to be recognized:</p>
 <pre class="highlight shell"><code>add_bugsystem &lt;pluginname&gt;
 </code></pre>
-
 <ul>
 <li><p>pluginname_locate_patch</p>
 
@@ -166,7 +165,6 @@
 <p>Currently, Bugzilla support is read-only.  To use it, the Bug ID must be preferenced with &lsquo;BZ:&rsquo;.  For example:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> BZ:4
 </code></pre>
-
 <p>&hellip; will pull down Bugzilla ID #4.</p>
 
 <p>Using the <code>--bugzilla-base-url</code> on the command line or BUGZILLA_BASE_URL in a project&rsquo;s personality will define the location of the Bugzilla instance.  By default, it is <a href="https://bz.apache.org/bugzilla">https://bz.apache.org/bugzilla</a> .</p>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/precommit-buildtools/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/precommit-buildtools/index.html b/documentation/0.1.0/precommit-buildtools/index.html
index 3c7260d..06970bd 100644
--- a/documentation/0.1.0/precommit-buildtools/index.html
+++ b/documentation/0.1.0/precommit-buildtools/index.html
@@ -127,7 +127,6 @@
 <p>test-patch has the ability to support multiple build tools.  Build tool plug-ins have some extra hooks to do source and object maintenance at key points. Every build tool plug-in must have one line in order to be recognized:</p>
 <pre class="highlight shell"><code>add_build_tool &lt;pluginname&gt;
 </code></pre>
-
 <h1 id="global-variables">Global Variables</h1>
 
 <ul>
@@ -161,7 +160,7 @@
 <li><p>pluginname_modules_worker</p>
 
 <ul>
-<li>Input is the branch and the test being run.  This should call <code>modules_workers</code> with the generic parts to run that test on the build system.  For example, if it is convention to use &lsquo;test&rsquo; to trigger &#39;unit&rsquo; tests, then <code>module_workers</code> should be called with &#39;test&rsquo; appended onto its normal parameters.</li>
+<li>Input is the branch and the test being run.  This should call <code>modules_workers</code> with the generic parts to run that test on the build system.  For example, if it is convention to use &lsquo;test&rsquo; to trigger &lsquo;unit&rsquo; tests, then <code>module_workers</code> should be called with &lsquo;test&rsquo; appended onto its normal parameters.</li>
 </ul></li>
 <li><p>pluginname_builtin_personality_modules</p>
 

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/precommit-smart-apply-patch/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/precommit-smart-apply-patch/index.html b/documentation/0.1.0/precommit-smart-apply-patch/index.html
index 870c3a6..35756be 100644
--- a/documentation/0.1.0/precommit-smart-apply-patch/index.html
+++ b/documentation/0.1.0/precommit-smart-apply-patch/index.html
@@ -131,17 +131,14 @@
 <p>Its simpliest form is used when a patch is stored in a local file:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>smart-apply-patch patch
 </code></pre>
-
 <p>This will cause the command to run through various ways to verify and then apply the patch to the current repo, including deducing a patch level.</p>
 
 <p>Perhaps you just want to see if the patch even applies without changing your local repo.  The <code>--dry-run</code> option will just test for applicability:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>smart-apply-patch --dry-run patch
 </code></pre>
-
 <p>For committers of projects, there is a special mode:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>smart-apply-patch --committer patch
 </code></pre>
-
 <p>that in addition to applying the patch will also attempt to:</p>
 
 <ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/precommit-testformats/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/precommit-testformats/index.html b/documentation/0.1.0/precommit-testformats/index.html
index 90d81e7..667b1c0 100644
--- a/documentation/0.1.0/precommit-testformats/index.html
+++ b/documentation/0.1.0/precommit-testformats/index.html
@@ -127,7 +127,6 @@
 <p>test-patch has the ability to support multiple test formats. Test formats have some extra hooks to process the output of test tools and write the results to some tables. Every test format plug-in must have one line in order to be recognized:</p>
 <pre class="highlight shell"><code>add_test_format &lt;pluginname&gt;
 </code></pre>
-
 <ul>
 <li><p>pluginname_process_tests</p>
 

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/releasedocmaker/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/releasedocmaker/index.html b/documentation/0.1.0/releasedocmaker/index.html
index e2017d0..5477ad9 100644
--- a/documentation/0.1.0/releasedocmaker/index.html
+++ b/documentation/0.1.0/releasedocmaker/index.html
@@ -153,7 +153,6 @@
 <p>Minimally, the name of the JIRA project and a version registered in JIRA must be provided:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project <span class="o">(</span>project<span class="o">)</span> --version <span class="o">(</span>version<span class="o">)</span>
 </code></pre>
-
 <p>This will query Apache JIRA, generating two files in a directory named after the given version in an extended markdown format which can be processed by both mvn site and GitHub.</p>
 
 <ul>
@@ -171,20 +170,17 @@
 <p>For example, to build the release documentation for HBase v1.2.0&hellip;</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.2.0
 </code></pre>
-
 <p>&hellip; will create a 1.2.0 directory and inside that directory will be CHANGES.1.2.0.md and RELEASENOTES.1.2.0.md .</p>
 
 <p>By default, release notes are expected to be in plain text.  However, you can write them in markdown if you include a header at the top of your release note:</p>
 <pre class="highlight xml"><code><span class="c">&lt;!-- markdown --&gt;</span>
 remaining text
 </code></pre>
-
 <h1 id="changing-the-header">Changing the Header</h1>
 
 <p>By default, it will use a header that matches the project name.  But that is kind of ugly and the case may be wrong.  Luckily, the title can be changed:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.2.0 --projecttitle <span class="s2">"Apache HBase"</span>
 </code></pre>
-
 <p>Now instead of <q>HBASE</q>, it will use <q>Apache HBASE</q> for some titles and headers.</p>
 
 <h1 id="multiple-versions">Multiple Versions</h1>
@@ -192,13 +188,11 @@ remaining text
 <p>The script can also generate multiple versions at once, by</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --version 1.2.0
 </code></pre>
-
 <p>This will create the files for versions 1.0.0 and versions 1.2.0 in their own directories.</p>
 
 <p>But what if the version numbers are not known?  releasedocmaker can also generate version data based upon ranges:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --version 1.2.0 --range
 </code></pre>
-
 <p>In this form, releasedocmaker will query JIRA, discover all versions that alphabetically appear to be between 1.0.0 and 1.2.0, inclusive, and generate all of the relative release documents.  This is especially useful when bootstrapping an existing project.</p>
 
 <h1 id="unreleased-dates">Unreleased Dates</h1>
@@ -208,7 +202,6 @@ remaining text
 <p>The &ndash;usetoday option can be used to signify that instead of using Unreleased, releasedocmaker should use today&rsquo;s date.</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --usetoday
 </code></pre>
-
 <p>After using this option and release, don&rsquo;t forget to change JIRA&rsquo;s release date to match!</p>
 
 <h1 id="lint-mode">Lint Mode</h1>
@@ -218,7 +211,6 @@ remaining text
 <p>In order to help release managers from having to scan through potentially large documents, releasedocmaker features a lint mode, triggered via &ndash;lint:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --lint
 </code></pre>
-
 <p>This will do the normal JIRA querying, looking for items it considers problematic.  It will print the information to the screen and then exit with either success or failure, depending upon if any issues were discovered.</p>
 
 <h1 id="index-mode">Index Mode</h1>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/RELEASENOTES/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/RELEASENOTES/index.html b/documentation/0.2.0/RELEASENOTES/index.html
index e7bbd38..7d8f187 100644
--- a/documentation/0.2.0/RELEASENOTES/index.html
+++ b/documentation/0.2.0/RELEASENOTES/index.html
@@ -299,7 +299,6 @@
 <p>Authors of new plugins that wish to make them multi-jdk aware can add them to the default list by calling the <code>yetus_add_entry</code> function. i.e.:</p>
 <pre class="highlight shell"><code>yetus_add_entry JDK_TEST_LIST my_foo_test
 </code></pre>
-
     </div>
       <div class="container">
     <hr>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/allclasses-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/allclasses-frame.html b/documentation/0.2.0/audience-annotations-apidocs/allclasses-frame.html
index ece65b4..73582cd 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/allclasses-frame.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/allclasses-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/allclasses-noframe.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/allclasses-noframe.html b/documentation/0.2.0/audience-annotations-apidocs/allclasses-noframe.html
index d4bb94e..122f424 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/allclasses-noframe.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/allclasses-noframe.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/constant-values.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/constant-values.html b/documentation/0.2.0/audience-annotations-apidocs/constant-values.html
index 124b0f6..d7d48dd 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/constant-values.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/constant-values.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constant Field Values (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/deprecated-list.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/deprecated-list.html b/documentation/0.2.0/audience-annotations-apidocs/deprecated-list.html
index 53f1736..75308fb 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/deprecated-list.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/deprecated-list.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Deprecated List (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/help-doc.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/help-doc.html b/documentation/0.2.0/audience-annotations-apidocs/help-doc.html
index 10a3be8..f5c7e68 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/help-doc.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/help-doc.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Help (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/index-all.html b/documentation/0.2.0/audience-annotations-apidocs/index-all.html
index 631fe77..f1ccb32 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/index-all.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/index-all.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/index.html b/documentation/0.2.0/audience-annotations-apidocs/index.html
index 40e6886..8ac43b2 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/index.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/index.html
@@ -2,16 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Apache Yetus - Audience Annotations Component 0.2.0 API</title>
 <script type="text/javascript">
-    tmpTargetPage = "" + window.location.search;
-    if (tmpTargetPage != "" && tmpTargetPage != "undefined")
-        tmpTargetPage = tmpTargetPage.substring(1);
-    if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
-        tmpTargetPage = "undefined";
-    targetPage = tmpTargetPage;
+    targetPage = "" + window.location.search;
+    if (targetPage != "" && targetPage != "undefined")
+        targetPage = targetPage.substring(1);
+    if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
+        targetPage = "undefined";
     function validURL(url) {
         try {
             url = decodeURIComponent(url);

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
index 227dbe7..7b00730 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
index 7c1b94e..8369196 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
index f4d774b..d84b0d3 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
index e493640..57a28f5 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
index c978581..1330b7a 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
index 8990702..fee909e 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
index 2a0ab51..870eed3 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
index 7f7d1d1..f1cedd2 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
index 0e03cb1..57363dd 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
index 3406b3e..a0b36db 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
index 70c8d70..48d500c 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
index 3d2a193..2630a16 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
index 3b3c231..1b5655f 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>


[9/9] yetus git commit: git hash 2113cfa875876f25a48006786b4783605acc8ea3

Posted by aw...@apache.org.
git hash 2113cfa875876f25a48006786b4783605acc8ea3


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

Branch: refs/heads/asf-site
Commit: 012f133c0de29203b68b4508898520ae4d4cab54
Parents: 07cb76b
Author: Allen Wittenauer <aw...@apache.org>
Authored: Fri Jun 16 07:19:46 2017 -0700
Committer: Allen Wittenauer <aw...@apache.org>
Committed: Fri Jun 16 07:19:46 2017 -0700

----------------------------------------------------------------------
 contribute/releases/index.html                  |  22 +-
 contribute/website/index.html                   |   8 -
 documentation/0.1.0/CHANGES/index.html          |   6 +-
 .../allclasses-frame.html                       |   4 +-
 .../allclasses-noframe.html                     |   4 +-
 .../constant-values.html                        |   4 +-
 .../deprecated-list.html                        |   4 +-
 .../audience-annotations-apidocs/help-doc.html  |   4 +-
 .../audience-annotations-apidocs/index-all.html |   4 +-
 .../audience-annotations-apidocs/index.html     |  13 +-
 .../InterfaceAudience.LimitedPrivate.html       |   4 +-
 .../audience/InterfaceAudience.Private.html     |   4 +-
 .../audience/InterfaceAudience.Public.html      |   4 +-
 .../yetus/audience/InterfaceAudience.html       |   4 +-
 .../audience/InterfaceStability.Evolving.html   |   4 +-
 .../audience/InterfaceStability.Stable.html     |   4 +-
 .../audience/InterfaceStability.Unstable.html   |   4 +-
 .../yetus/audience/InterfaceStability.html      |   4 +-
 .../InterfaceAudience.LimitedPrivate.html       |   4 +-
 .../class-use/InterfaceAudience.Private.html    |   4 +-
 .../class-use/InterfaceAudience.Public.html     |   4 +-
 .../audience/class-use/InterfaceAudience.html   |   4 +-
 .../class-use/InterfaceStability.Evolving.html  |   4 +-
 .../class-use/InterfaceStability.Stable.html    |   4 +-
 .../class-use/InterfaceStability.Unstable.html  |   4 +-
 .../audience/class-use/InterfaceStability.html  |   4 +-
 .../apache/yetus/audience/package-frame.html    |   4 +-
 .../apache/yetus/audience/package-summary.html  |   4 +-
 .../org/apache/yetus/audience/package-tree.html |   4 +-
 .../org/apache/yetus/audience/package-use.html  |   4 +-
 .../ExcludePrivateAnnotationsJDiffDoclet.html   |   4 +-
 ...ExcludePrivateAnnotationsStandardDoclet.html |   4 +-
 .../IncludePublicAnnotationsStandardDoclet.html |   4 +-
 .../ExcludePrivateAnnotationsJDiffDoclet.html   |   4 +-
 ...ExcludePrivateAnnotationsStandardDoclet.html |   4 +-
 .../IncludePublicAnnotationsStandardDoclet.html |   4 +-
 .../yetus/audience/tools/package-frame.html     |   4 +-
 .../yetus/audience/tools/package-summary.html   |   4 +-
 .../yetus/audience/tools/package-tree.html      |   4 +-
 .../yetus/audience/tools/package-use.html       |   4 +-
 .../overview-frame.html                         |   4 +-
 .../overview-summary.html                       |   4 +-
 .../overview-tree.html                          |   4 +-
 documentation/0.1.0/index.html                  |   1 -
 .../0.1.0/precommit-advanced/index.html         |  20 +-
 .../0.1.0/precommit-apidocs/core/index.html     |  26 --
 .../0.1.0/precommit-apidocs/plugins/index.html  | 121 -------
 .../smart-apply-patch/index.html                |   6 -
 .../precommit-apidocs/test-patch/index.html     |  37 --
 .../0.1.0/precommit-architecture/index.html     |   2 +-
 documentation/0.1.0/precommit-basic/index.html  |  19 --
 .../0.1.0/precommit-bugsystems/index.html       |   2 -
 .../0.1.0/precommit-buildtools/index.html       |   3 +-
 .../precommit-smart-apply-patch/index.html      |   3 -
 .../0.1.0/precommit-testformats/index.html      |   1 -
 documentation/0.1.0/releasedocmaker/index.html  |   8 -
 documentation/0.2.0/RELEASENOTES/index.html     |   1 -
 .../allclasses-frame.html                       |   4 +-
 .../allclasses-noframe.html                     |   4 +-
 .../constant-values.html                        |   4 +-
 .../deprecated-list.html                        |   4 +-
 .../audience-annotations-apidocs/help-doc.html  |   4 +-
 .../audience-annotations-apidocs/index-all.html |   4 +-
 .../audience-annotations-apidocs/index.html     |  13 +-
 .../InterfaceAudience.LimitedPrivate.html       |   4 +-
 .../audience/InterfaceAudience.Private.html     |   4 +-
 .../audience/InterfaceAudience.Public.html      |   4 +-
 .../yetus/audience/InterfaceAudience.html       |   4 +-
 .../audience/InterfaceStability.Evolving.html   |   4 +-
 .../audience/InterfaceStability.Stable.html     |   4 +-
 .../audience/InterfaceStability.Unstable.html   |   4 +-
 .../yetus/audience/InterfaceStability.html      |   4 +-
 .../InterfaceAudience.LimitedPrivate.html       |   4 +-
 .../class-use/InterfaceAudience.Private.html    |   4 +-
 .../class-use/InterfaceAudience.Public.html     |   4 +-
 .../audience/class-use/InterfaceAudience.html   |   4 +-
 .../class-use/InterfaceStability.Evolving.html  |   4 +-
 .../class-use/InterfaceStability.Stable.html    |   4 +-
 .../class-use/InterfaceStability.Unstable.html  |   4 +-
 .../audience/class-use/InterfaceStability.html  |   4 +-
 .../apache/yetus/audience/package-frame.html    |   4 +-
 .../apache/yetus/audience/package-summary.html  |   4 +-
 .../org/apache/yetus/audience/package-tree.html |   4 +-
 .../org/apache/yetus/audience/package-use.html  |   4 +-
 .../ExcludePrivateAnnotationsJDiffDoclet.html   |   4 +-
 ...ExcludePrivateAnnotationsStandardDoclet.html |   4 +-
 .../IncludePublicAnnotationsStandardDoclet.html |   4 +-
 .../ExcludePrivateAnnotationsJDiffDoclet.html   |   4 +-
 ...ExcludePrivateAnnotationsStandardDoclet.html |   4 +-
 .../IncludePublicAnnotationsStandardDoclet.html |   4 +-
 .../yetus/audience/tools/package-frame.html     |   4 +-
 .../yetus/audience/tools/package-summary.html   |   4 +-
 .../yetus/audience/tools/package-tree.html      |   4 +-
 .../yetus/audience/tools/package-use.html       |   4 +-
 .../overview-frame.html                         |   4 +-
 .../overview-summary.html                       |   4 +-
 .../overview-tree.html                          |   4 +-
 documentation/0.2.0/index.html                  |   1 -
 .../0.2.0/precommit-advanced/index.html         |  20 +-
 .../0.2.0/precommit-apidocs/core/index.html     |  30 --
 .../0.2.0/precommit-apidocs/plugins/index.html  | 139 --------
 .../smart-apply-patch/index.html                |   6 -
 .../precommit-apidocs/test-patch/index.html     |  44 ---
 .../0.2.0/precommit-architecture/index.html     |   2 +-
 documentation/0.2.0/precommit-basic/index.html  |  22 --
 .../0.2.0/precommit-bugsystems/index.html       |   2 -
 .../0.2.0/precommit-buildtools/index.html       |   6 +-
 .../precommit-smart-apply-patch/index.html      |   3 -
 .../0.2.0/precommit-testformats/index.html      |   1 -
 documentation/0.2.0/releasedocmaker/index.html  |   8 -
 .../allclasses-frame.html                       |   4 +-
 .../allclasses-noframe.html                     |   4 +-
 .../constant-values.html                        |   4 +-
 .../deprecated-list.html                        |   4 +-
 .../audience-annotations-apidocs/help-doc.html  |   4 +-
 .../audience-annotations-apidocs/index-all.html |   4 +-
 .../audience-annotations-apidocs/index.html     |  13 +-
 .../InterfaceAudience.LimitedPrivate.html       |   4 +-
 .../audience/InterfaceAudience.Private.html     |   4 +-
 .../audience/InterfaceAudience.Public.html      |   4 +-
 .../yetus/audience/InterfaceAudience.html       |   4 +-
 .../audience/InterfaceStability.Evolving.html   |   4 +-
 .../audience/InterfaceStability.Stable.html     |   4 +-
 .../audience/InterfaceStability.Unstable.html   |   4 +-
 .../yetus/audience/InterfaceStability.html      |   4 +-
 .../InterfaceAudience.LimitedPrivate.html       |   4 +-
 .../class-use/InterfaceAudience.Private.html    |   4 +-
 .../class-use/InterfaceAudience.Public.html     |   4 +-
 .../audience/class-use/InterfaceAudience.html   |   4 +-
 .../class-use/InterfaceStability.Evolving.html  |   4 +-
 .../class-use/InterfaceStability.Stable.html    |   4 +-
 .../class-use/InterfaceStability.Unstable.html  |   4 +-
 .../audience/class-use/InterfaceStability.html  |   4 +-
 .../apache/yetus/audience/package-frame.html    |   4 +-
 .../apache/yetus/audience/package-summary.html  |   4 +-
 .../org/apache/yetus/audience/package-tree.html |   4 +-
 .../org/apache/yetus/audience/package-use.html  |   4 +-
 .../ExcludePrivateAnnotationsJDiffDoclet.html   |   4 +-
 ...ExcludePrivateAnnotationsStandardDoclet.html |   4 +-
 .../IncludePublicAnnotationsStandardDoclet.html |   4 +-
 .../ExcludePrivateAnnotationsJDiffDoclet.html   |   4 +-
 ...ExcludePrivateAnnotationsStandardDoclet.html |   4 +-
 .../IncludePublicAnnotationsStandardDoclet.html |   4 +-
 .../yetus/audience/tools/package-frame.html     |   4 +-
 .../yetus/audience/tools/package-summary.html   |   4 +-
 .../yetus/audience/tools/package-tree.html      |   4 +-
 .../yetus/audience/tools/package-use.html       |   4 +-
 .../overview-frame.html                         |   4 +-
 .../overview-summary.html                       |   4 +-
 .../overview-tree.html                          |   4 +-
 documentation/0.2.1/index.html                  |   1 -
 .../0.2.1/precommit-advanced/index.html         |  20 +-
 .../0.2.1/precommit-apidocs/core/index.html     |  30 --
 .../0.2.1/precommit-apidocs/plugins/index.html  | 139 --------
 .../smart-apply-patch/index.html                |   6 -
 .../precommit-apidocs/test-patch/index.html     |  44 ---
 .../0.2.1/precommit-architecture/index.html     |   2 +-
 documentation/0.2.1/precommit-basic/index.html  |  22 --
 .../0.2.1/precommit-bugsystems/index.html       |   2 -
 .../0.2.1/precommit-buildtools/index.html       |   6 +-
 .../precommit-smart-apply-patch/index.html      |   3 -
 .../0.2.1/precommit-testformats/index.html      |   1 -
 documentation/0.2.1/releasedocmaker/index.html  |   8 -
 .../allclasses-frame.html                       |   4 +-
 .../allclasses-noframe.html                     |   4 +-
 .../constant-values.html                        |   4 +-
 .../deprecated-list.html                        |   4 +-
 .../audience-annotations-apidocs/help-doc.html  |   4 +-
 .../audience-annotations-apidocs/index-all.html |   4 +-
 .../audience-annotations-apidocs/index.html     |  13 +-
 .../InterfaceAudience.LimitedPrivate.html       |   4 +-
 .../audience/InterfaceAudience.Private.html     |   4 +-
 .../audience/InterfaceAudience.Public.html      |   4 +-
 .../yetus/audience/InterfaceAudience.html       |   4 +-
 .../audience/InterfaceStability.Evolving.html   |   4 +-
 .../audience/InterfaceStability.Stable.html     |   4 +-
 .../audience/InterfaceStability.Unstable.html   |   4 +-
 .../yetus/audience/InterfaceStability.html      |   4 +-
 .../InterfaceAudience.LimitedPrivate.html       |   4 +-
 .../class-use/InterfaceAudience.Private.html    |   4 +-
 .../class-use/InterfaceAudience.Public.html     |   4 +-
 .../audience/class-use/InterfaceAudience.html   |   4 +-
 .../class-use/InterfaceStability.Evolving.html  |   4 +-
 .../class-use/InterfaceStability.Stable.html    |   4 +-
 .../class-use/InterfaceStability.Unstable.html  |   4 +-
 .../audience/class-use/InterfaceStability.html  |   4 +-
 .../apache/yetus/audience/package-frame.html    |   4 +-
 .../apache/yetus/audience/package-summary.html  |   4 +-
 .../org/apache/yetus/audience/package-tree.html |   4 +-
 .../org/apache/yetus/audience/package-use.html  |   4 +-
 .../ExcludePrivateAnnotationsJDiffDoclet.html   |   4 +-
 ...ExcludePrivateAnnotationsStandardDoclet.html |   4 +-
 .../IncludePublicAnnotationsStandardDoclet.html |   4 +-
 .../ExcludePrivateAnnotationsJDiffDoclet.html   |   4 +-
 ...ExcludePrivateAnnotationsStandardDoclet.html |   4 +-
 .../IncludePublicAnnotationsStandardDoclet.html |   4 +-
 .../yetus/audience/tools/package-frame.html     |   4 +-
 .../yetus/audience/tools/package-summary.html   |   4 +-
 .../yetus/audience/tools/package-tree.html      |   4 +-
 .../yetus/audience/tools/package-use.html       |   4 +-
 .../overview-frame.html                         |   4 +-
 .../overview-summary.html                       |   4 +-
 .../overview-tree.html                          |   4 +-
 documentation/0.3.0/index.html                  |   1 -
 .../0.3.0/precommit-advanced/index.html         |  20 +-
 .../0.3.0/precommit-apidocs/core/index.html     |  31 --
 .../0.3.0/precommit-apidocs/plugins/index.html  | 139 --------
 .../smart-apply-patch/index.html                |   6 -
 .../precommit-apidocs/test-patch/index.html     |  46 ---
 .../0.3.0/precommit-architecture/index.html     |   2 +-
 documentation/0.3.0/precommit-basic/index.html  |  22 --
 .../0.3.0/precommit-bugsystems/index.html       |   2 -
 .../0.3.0/precommit-buildtools/index.html       |   6 +-
 documentation/0.3.0/precommit-qbt/index.html    |   2 -
 .../precommit-smart-apply-patch/index.html      |   3 -
 .../0.3.0/precommit-testformats/index.html      |   1 -
 documentation/0.3.0/releasedocmaker/index.html  |  12 -
 .../allclasses-frame.html                       |   4 +-
 .../allclasses-noframe.html                     |   4 +-
 .../constant-values.html                        |   4 +-
 .../deprecated-list.html                        |   4 +-
 .../audience-annotations-apidocs/help-doc.html  |   4 +-
 .../audience-annotations-apidocs/index-all.html |   4 +-
 .../audience-annotations-apidocs/index.html     |  13 +-
 .../InterfaceAudience.LimitedPrivate.html       |   4 +-
 .../audience/InterfaceAudience.Private.html     |   4 +-
 .../audience/InterfaceAudience.Public.html      |   4 +-
 .../yetus/audience/InterfaceAudience.html       |   4 +-
 .../audience/InterfaceStability.Evolving.html   |   4 +-
 .../audience/InterfaceStability.Stable.html     |   4 +-
 .../audience/InterfaceStability.Unstable.html   |   4 +-
 .../yetus/audience/InterfaceStability.html      |   4 +-
 .../InterfaceAudience.LimitedPrivate.html       |   4 +-
 .../class-use/InterfaceAudience.Private.html    |   4 +-
 .../class-use/InterfaceAudience.Public.html     |   4 +-
 .../audience/class-use/InterfaceAudience.html   |   4 +-
 .../class-use/InterfaceStability.Evolving.html  |   4 +-
 .../class-use/InterfaceStability.Stable.html    |   4 +-
 .../class-use/InterfaceStability.Unstable.html  |   4 +-
 .../audience/class-use/InterfaceStability.html  |   4 +-
 .../apache/yetus/audience/package-frame.html    |   4 +-
 .../apache/yetus/audience/package-summary.html  |   4 +-
 .../org/apache/yetus/audience/package-tree.html |   4 +-
 .../org/apache/yetus/audience/package-use.html  |   4 +-
 .../ExcludePrivateAnnotationsJDiffDoclet.html   |   4 +-
 ...ExcludePrivateAnnotationsStandardDoclet.html |   4 +-
 .../IncludePublicAnnotationsStandardDoclet.html |   4 +-
 .../ExcludePrivateAnnotationsJDiffDoclet.html   |   4 +-
 ...ExcludePrivateAnnotationsStandardDoclet.html |   4 +-
 .../IncludePublicAnnotationsStandardDoclet.html |   4 +-
 .../yetus/audience/tools/package-frame.html     |   4 +-
 .../yetus/audience/tools/package-summary.html   |   4 +-
 .../yetus/audience/tools/package-tree.html      |   4 +-
 .../yetus/audience/tools/package-use.html       |   4 +-
 .../overview-frame.html                         |   4 +-
 .../overview-summary.html                       |   4 +-
 .../overview-tree.html                          |   4 +-
 documentation/0.4.0/index.html                  |   1 -
 .../0.4.0/precommit-advanced/index.html         |  20 +-
 .../0.4.0/precommit-apidocs/core/index.html     |  29 --
 .../0.4.0/precommit-apidocs/plugins/index.html  | 139 --------
 .../smart-apply-patch/index.html                |   6 -
 .../precommit-apidocs/test-patch/index.html     |  47 ---
 .../0.4.0/precommit-architecture/index.html     |   2 +-
 documentation/0.4.0/precommit-basic/index.html  |  22 --
 .../0.4.0/precommit-bugsystems/index.html       |   2 -
 .../0.4.0/precommit-buildtools/index.html       |   8 +-
 documentation/0.4.0/precommit-qbt/index.html    |   2 -
 .../precommit-smart-apply-patch/index.html      |   3 -
 .../0.4.0/precommit-testformats/index.html      |   1 -
 documentation/0.4.0/releasedocmaker/index.html  |  17 +-
 .../allclasses-frame.html                       |   4 +-
 .../allclasses-noframe.html                     |   4 +-
 .../constant-values.html                        |   4 +-
 .../deprecated-list.html                        |   4 +-
 .../audience-annotations-apidocs/help-doc.html  |   4 +-
 .../audience-annotations-apidocs/index-all.html |   4 +-
 .../audience-annotations-apidocs/index.html     |  13 +-
 .../InterfaceAudience.LimitedPrivate.html       |   4 +-
 .../audience/InterfaceAudience.Private.html     |   4 +-
 .../audience/InterfaceAudience.Public.html      |   4 +-
 .../yetus/audience/InterfaceAudience.html       |   4 +-
 .../audience/InterfaceStability.Evolving.html   |   4 +-
 .../audience/InterfaceStability.Stable.html     |   4 +-
 .../audience/InterfaceStability.Unstable.html   |   4 +-
 .../yetus/audience/InterfaceStability.html      |   4 +-
 .../InterfaceAudience.LimitedPrivate.html       |   4 +-
 .../class-use/InterfaceAudience.Private.html    |   4 +-
 .../class-use/InterfaceAudience.Public.html     |   4 +-
 .../audience/class-use/InterfaceAudience.html   |   4 +-
 .../class-use/InterfaceStability.Evolving.html  |   4 +-
 .../class-use/InterfaceStability.Stable.html    |   4 +-
 .../class-use/InterfaceStability.Unstable.html  |   4 +-
 .../audience/class-use/InterfaceStability.html  |   4 +-
 .../apache/yetus/audience/package-frame.html    |   4 +-
 .../apache/yetus/audience/package-summary.html  |   4 +-
 .../org/apache/yetus/audience/package-tree.html |   4 +-
 .../org/apache/yetus/audience/package-use.html  |   4 +-
 .../ExcludePrivateAnnotationsJDiffDoclet.html   |   4 +-
 ...ExcludePrivateAnnotationsStandardDoclet.html |   4 +-
 .../IncludePublicAnnotationsStandardDoclet.html |   4 +-
 .../ExcludePrivateAnnotationsJDiffDoclet.html   |   4 +-
 ...ExcludePrivateAnnotationsStandardDoclet.html |   4 +-
 .../IncludePublicAnnotationsStandardDoclet.html |   4 +-
 .../yetus/audience/tools/package-frame.html     |   4 +-
 .../yetus/audience/tools/package-summary.html   |   4 +-
 .../yetus/audience/tools/package-tree.html      |   4 +-
 .../yetus/audience/tools/package-use.html       |   4 +-
 .../overview-frame.html                         |   4 +-
 .../overview-summary.html                       |   4 +-
 .../overview-tree.html                          |   4 +-
 .../audience-annotations-apidocs/stylesheet.css | 342 ++++++++++++-------
 documentation/in-progress/index.html            |   1 -
 .../in-progress/precommit-advanced/index.html   |  20 +-
 .../precommit-apidocs/core/index.html           |  32 --
 .../precommit-apidocs/plugins/index.html        | 113 ------
 .../smart-apply-patch/index.html                |   6 -
 .../precommit-apidocs/test-patch/index.html     |  47 ---
 .../precommit-architecture/index.html           |   2 +-
 .../in-progress/precommit-basic/index.html      |  22 --
 .../in-progress/precommit-bugsystems/index.html |   2 -
 .../in-progress/precommit-buildtools/index.html |   8 +-
 .../in-progress/precommit-qbt/index.html        |   2 -
 .../precommit-smart-apply-patch/index.html      |   3 -
 .../precommit-testformats/index.html            |   1 -
 .../in-progress/releasedocmaker/index.html      |  17 +-
 326 files changed, 781 insertions(+), 2297 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/contribute/releases/index.html
----------------------------------------------------------------------
diff --git a/contribute/releases/index.html b/contribute/releases/index.html
index 715ae42..73dad6d 100644
--- a/contribute/releases/index.html
+++ b/contribute/releases/index.html
@@ -177,7 +177,6 @@ $ (gpg --list-sigs &lt;your key name&gt; &amp;&amp; gpg --armor --export &lt;you
 $ svn diff
 $ svn commit -m "Added myself to KEYS."
 </code></pre>
-
 <h3 id="work-in-jira">Work in JIRA</h3>
 
 <p>Like the rest of our project activity, we&rsquo;ll use an issue in JIRA to track managing the release. You should create this issue and assign it to yourself. As you make your way through the process of creating and running votes on release candidates, this issue will give you a centralized place to collect pointers to your work.</p>
@@ -207,7 +206,7 @@ $ svn commit -m "Added myself to KEYS."
 <li>Set the optional key field to &lsquo;yetus-<em>version</em>-jira&rsquo;</li>
 </ol>
 
-<p>For example, on the 0.2.0 release you would use &rsquo;<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318920&amp;version=12334330">https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318920&amp;version=12334330</a>&rsquo; for the URI field and &#39;yetus-0.2.0-jira&rsquo; for the key.</p>
+<p>For example, on the 0.2.0 release you would use &lsquo;<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318920&version=12334330">https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318920&amp;version=12334330</a>&rsquo; for the URI field and &lsquo;yetus-0.2.0-jira&rsquo; for the key.</p>
 
 <p>Finally, you should create a JIRA version to correspond to the release <em>following</em> the one you are managing. This is so that folks can continue to work on things that won&rsquo;t make it into the in-progress release while we evaluate candidates.</p>
 
@@ -248,7 +247,6 @@ audience-annotations-component/audience-annotations-jdiff/pom.xml
 audience-annotations-component/pom.xml
 yetus-project/pom.xml
 </code></pre>
-
 <p>At this point you should edit the aforementioned files so they have the version we expect upon a successful release. Search for instances of <em>VERSION-SNAPSHOT</em> and replace with <em>VERSION</em>; e.g. <em>0.2.0-SNAPSHOT</em> should become <em>0.2.0</em>. After you are done, create a branch-specific patch and then prepare to update the master branch.</p>
 <pre class="highlight plaintext"><code>$ git add -p
 $ git commit -m "YETUS-XXX. Stage version 0.2.0."
@@ -261,13 +259,11 @@ audience-annotations-component/audience-annotations-jdiff/pom.xml
 audience-annotations-component/pom.xml
 yetus-project/pom.xml
 </code></pre>
-
 <p>Now update these files, but this time you should update them for the next minor version&rsquo;s SNAPSHOT. e.g. <em>0.2.0-SNAPSHOT</em> should become <em>0.3.0-SNAPSHOT</em>. After you are done, create a patch.</p>
 <pre class="highlight plaintext"><code>$ git add -p
 $ git commit -m "YETUS-XXX. bump master version to 0.3.0-SNAPSHOT"
 $ git format-patch --stdout origin/master &gt; path/to/patches/YETUS-XXX.1.patch
 </code></pre>
-
 <p>Both of these patch files should be uploaded to your release issue for review. Once the patches get approval push them to the repository.</p>
 
 <h2 id="release-candidate-s">Release Candidate(s)</h2>
@@ -300,7 +296,6 @@ $ cp path/to/yetus/target/RELEASENOTES.md path/to/yetus/target/CHANGES.md path/t
 $ svn add 0.2.0-RC1
 $ svn commit -m "stage Apache Yetus 0.2.0-RC1"
 </code></pre>
-
 <p>Afterwards, the artifacts should be visible via the web under the same URL used when checking out. In the case of 0.2.0-RC1: <a href="https://dist.apache.org/repos/dist/dev/yetus/0.2.0-RC1/">https://dist.apache.org/repos/dist/dev/yetus/0.2.0-RC1/</a></p></li>
 <li><p>Call a vote on the release candidate. At this point you have everything you need to call a vote. Your vote thread must contain <q>[VOTE]</q> in the subject line, a link to the candidate staging area you created, a source repository commit hash, and voting rules. It should also contain hashes for the artifacts. Here is an example draft for 0.2.0-RC1, update it as appropriate for your release:</p>
 <pre class="highlight plaintext"><code>Subject: [VOTE] Apache Yetus 0.2.0-RC1
@@ -336,7 +331,6 @@ UTC on Monday, Xxx XXth, 2016[3].
 [3]: to find this in your local timezone see:
 http://s.apache.org/yetus-0.2.0-rc1-close
 </code></pre>
-
 <p>That final short link should point to some online timezone conversion utility. ASF votes often use timeanddate.com&rsquo;s Event Time Announcer: <a href="http://www.timeanddate.com/worldclock/fixedform.html">http://www.timeanddate.com/worldclock/fixedform.html</a>.</p></li>
 <li><p>Close the vote after the deadline. Once the deadline in the vote thread passes, tally the vote and post a suitable response that changes the subject line to start with <q>[RESULT]</q>. If the vote failed, ensure there are issues in JIRA for any problems brought up. When they are closed, repeat the steps for creating a release candidate. If the vote passed, proceed to the <a href="#cleanup">Cleanup section</a></p></li>
 </ol>
@@ -371,7 +365,6 @@ dist.apache.org//repos/dist/dev/yetus/0.2.0-RC1/yetus-0.2.0-src.tar.gz.md5
 dist.apache.org//repos/dist/dev/yetus/0.2.0-RC1/yetus-0.2.0-src.tar.gz.mds
 dist.apache.org//robots.txt
 </code></pre>
-
 <p>Lastly, if you haven&rsquo;t verified a release before you&rsquo;ll need to download and import the public keys for the project&rsquo;s release managers. This is the KEYS file that should have been mentioned in the [VOTE] thread. The specific output of the follow commands will vary depending on how many release mangers there have been and which keys, if any, you have previously imported.</p>
 <pre class="highlight plaintext"><code>$ curl --output KEYS.yetus --silent 'https://www.apache.org/dist/yetus/KEYS'
 $ gpg --import KEYS.yetus
@@ -379,7 +372,6 @@ gpg: key 0D80DB7C: "Sean Busbey (CODE SIGNING KEY) &lt;busbey@apache.org&gt;" no
 gpg: Total number processed: 1
 gpg:              unchanged: 1
 </code></pre>
-
 <h3 id="asf-required-checks">ASF required checks</h3>
 
 <p>ASF policies require that binding votes on releases be cast only after verifying proper licensing and provenance. For specific details, you should read the <a href="http://www.apache.org/dev/release.html#what-must-every-release-contain">ASF Release Policy&rsquo;s section entitled What Must Every ASF Release Contain?</a> as well as the informational page <a href="http://www.apache.org/info/verification.html">What We Sign</a>. The following is a non-normative set of guidelines.</p>
@@ -391,7 +383,6 @@ $ gpg --verify yetus-0.2.0-src.tar.gz.asc yetus-0.2.0-src.tar.gz
 gpg: Signature made Fri Dec 11 11:50:56 2015 CST using RSA key ID 0D80DB7C
 gpg: Good signature from "Sean Busbey (CODE SIGNING KEY) &lt;busbey@apache.org&gt;"
 </code></pre>
-
 <p>As noted in the informational page <a href="http://www.apache.org/info/verification.html">What We Sign</a>, if you don&rsquo;t have the signer&rsquo;s key in your web of trust the output of the verify command will point this out. You should refer to it for guidance.</p></li>
 <li><p>You MUST make sure the provided hashes match the provided artifact.</p>
 <pre class="highlight plaintext"><code>$ gpg --print-mds yetus-0.2.0-src.tar.gz &gt;yetus-0.2.0-src.tar.gz.my_mds
@@ -422,7 +413,6 @@ $ tar -C yetus-0.2.0-src_unpack -xzf yetus-0.2.0-src.tar.gz
 $ cd yetus-0.2.0-src_unpack/yetus-0.2.0
 $ ./build.sh
 </code></pre>
-
 <p>This will create a target/ directory that contains the tarball binary distribution. That tarball will also include e.g. the java jars we&rsquo;ll push to maven for our Audience Annotations project.</p></li>
 </ol>
 
@@ -560,11 +550,10 @@ $ mvn verify
 
 <ol>
 <li><p>Create short cut links to the vote thread (e.g., <a href="http://s.apache.org/yetus-0.2.0-rc1-vote">http://s.apache.org/yetus-0.2.0-rc1-vote</a>) and the result (e.g., <a href="http://s.apache.org/yetus-0.2.0-vote-passes">http://s.apache.org/yetus-0.2.0-vote-passes</a>) that point to the archives on mail-archives.apache.org.  Be aware that it may take several hours for the archive to get the posts that need to be referenced.</p></li>
-<li><p>Produce a signed release tag. You should create a signed tag and push it to the asf repo. The tag&rsquo;s message should include an asf-shortened links to the vote and results. It should be named &#39;rel/<em>version</em>&rsquo; so that it will be immutable due to ASF infra&rsquo;s git configuration. Presuming we&rsquo;re working on the 0.2.0 release and the RC1 example above has passed:</p>
+<li><p>Produce a signed release tag. You should create a signed tag and push it to the asf repo. The tag&rsquo;s message should include an asf-shortened links to the vote and results. It should be named &lsquo;rel/<em>version</em>&rsquo; so that it will be immutable due to ASF infra&rsquo;s git configuration. Presuming we&rsquo;re working on the 0.2.0 release and the RC1 example above has passed:</p>
 <pre class="highlight plaintext"><code>$ git config --global user.signingkey &lt;your-key-id&gt; # if you've never configured
 $ git tag --sign rel/0.2.0 1e8f4588906a51317207092bd97b35687f2e3fa3
 </code></pre>
-
 <p>Example commit message:</p>
 <pre class="highlight plaintext"><code>YETUS-XXX. tag Apache Yetus 0.2.0 release.
 
@@ -572,7 +561,6 @@ vote thread: http://s.apache.org/yetus-0.2.0-rc1-vote
 
 results: http://s.apache.org/yetus-0.2.0-vote-passes
 </code></pre>
-
 <p>Then push:</p>
 <pre class="highlight plaintext"><code>$ git push origin rel/0.2.0
 </code></pre></li>
@@ -584,7 +572,6 @@ $ cp path/to/yetus-dist-dev/0.2.0-RC1/* 0.2.0
 $ svn add 0.2.0
 $ svn commit -m "Publish Apache Yetus 0.2.0"
 </code></pre>
-
 <p>It may take up to 24 hours for the artifacts to make their way to the various mirrors. You should not announce the release until after this period.</p></li>
 <li><p>Add the release to the ASF reporter tool. To make our project reports for the ASF Board easier, you should include the release in the <a href="https://reporter.apache.org/addrelease.html?yetus">Apache Committee Report Helper website</a>. Be sure to use the date release artifacts first were pushed to the distribution area, which should be the  same release date as in JIRA. Note that this website is only available to PMC members. If you are not yet in the PMC, please ask them to add the release information.</p></li>
 <li><p>Remove candidates from the staging area. Once you have moved the artifacts into the distribution area, they no longer need to be in the staging area and should be cleaned up as a courtesy to future release managers.</p>
@@ -634,14 +621,12 @@ $ git add -p
 $ git add asf-site-src/source/documentation/0.2.0*
 $ git commit
 </code></pre>
-
 <p>Example commit message:</p>
 <pre class="highlight plaintext"><code>YETUS-XXX. add release 0.2.0.
 
     - list in releases
     - add symlinks for markdown 3 workaround of per-version generated docs
 </code></pre>
-
 <p>This should result in a fairly small diff</p>
 <pre class="highlight plaintext"><code>$ git diff HEAD^
 diff --git a/.rat-excludes b/.rat-excludes
@@ -680,7 +665,6 @@ index 0000000..c14ca73
 +../../../target/0.2.0.html.md
 \ No newline at end of file
 </code></pre>
-
 <p>You should then post this patch for review. Once you&rsquo;ve gotten feedback, it&rsquo;s fine to push the patch to the ASF git repo immediately so long as the updated website is not published.</p></li>
 <li><p>Publish website updates. After the 24 hour window needed for the release artifacts to make their way to the variety of mirrors, you should render the website and publish it using the instructions found in <a href="../website">Maintaining the Yetus Website</a>.</p></li>
 <li><p>Remove old releases from distribution area. The ASF distribution area should only contain the most recent release for actively developed branches If your release is a maintenance release, delete the prior release. If your release marks the end of maintanence for an earlier minor or major release line, you should delete those versions from the distribution area.</p></li>
@@ -741,7 +725,6 @@ Questions, comments, and bug reports are always welcome on
 Meg Smith
 Apache Yetus PMC
 </code></pre>
-
 <p>If you&rsquo;d like feedback on the draft, feel free to post it for review on your release issue.</p></li>
 <li><p>Send announcement emails. After the 24 hour window needed for the release artifacts to make their way to the variety of mirrors, you should send the announcement email. The email should come from your apache.org email address and at a minimum should go to the <a href="mailto:dev@yetus.apache.org">dev@yetus.apache.org</a> and <a href="mailto:announce@apache.org">announce@apache.org</a> lists. For details see <a href="http://www.apache.org/dev/release.html#release-announcements">the ASF Release Policy section How Should Releases Be Announced?</a>. Additionally, you may want to send the announcement to the development lists of downstream projects we know are using Yetus components.</p></li>
 <li><p>Send tweet. Once the message to the ASF-wide announce list has made it to the public archive, you should draft a tweet with a link to the announcement. You should use the ASF link shortener and a descriptive name. For example, the 0.2.0 release could use</p>
@@ -749,7 +732,6 @@ Apache Yetus PMC
 
 http://s.apache.org/yetus-0.2.0-announce
 </code></pre>
-
 <p>This tweet should come from the offical <a href="https://twitter.com/ApacheYetus/">@ApacheYetus</a> account. Currently only PMC members have access to it. If you are not yet on the PMC, please ask for the PMC to post the tweet once your email is available in the archives.</p></li>
 </ol>
 

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/contribute/website/index.html
----------------------------------------------------------------------
diff --git a/contribute/website/index.html b/contribute/website/index.html
index ba15dc6..045460e 100644
--- a/contribute/website/index.html
+++ b/contribute/website/index.html
@@ -130,7 +130,6 @@ ruby 2.x environment setup:</p>
 <pre class="highlight shell"><code>gem install bundler
 bundle install
 </code></pre>
-
 <p>If you&rsquo;re interested in digging into how our site makes use of Middleman, or if you run into a problem, you should start
 by reading <a href="https://middlemanapp.com/basics/install/">Middleman&rsquo;s excellent documentation</a>.</p>
 
@@ -140,7 +139,6 @@ by reading <a href="https://middlemanapp.com/basics/install/">Middleman&rsquo;s
 <pre class="highlight shell"><code><span class="nb">cd </span>asf-site-src/source
 vi contribute.html.md
 </code></pre>
-
 <h2 id="make-changes-to-api-docs">Make changes to API Docs</h2>
 
 <p>Optionally, you can update the generated API docs from other parts of the project. If they have been updated then the middleman build will pick up the changes.</p>
@@ -149,23 +147,19 @@ vi contribute.html.md
 <pre class="highlight shell"><code><span class="nb">cd</span> ../precommit/core.d
 vi 01-common.sh
 </code></pre>
-
 <p>e.g. Audience Annotations requires running Maven.</p>
 <pre class="highlight shell"><code><span class="nb">cd</span> ../audience-annotations-component
 mvn -DskipTests -Pinclude-jdiff-module javadoc:aggregate
 <span class="nb">cd</span> -
 </code></pre>
-
 <h2 id="generating-the-website">Generating the website</h2>
 
 <p>To generate the static website for Apache Yetus run the following commands at the root asf-site-src directory:</p>
 <pre class="highlight shell"><code>bundle <span class="nb">exec </span>middleman build
 </code></pre>
-
 <p>This command will create a static website in the <code>publish</code> sub directory. You can load it in a web browser, e.g. assuming you are still in the asf-site-src directory on OS X:</p>
 <pre class="highlight shell"><code>open publish/index.html
 </code></pre>
-
 <h2 id="live-development">Live Development</h2>
 
 <p>Live development of the site enables automatic reload when changes are saved.
@@ -173,7 +167,6 @@ To enable run the following command and then open a browser and navigate to
 <a href="http://localhost:4567/">http://localhost:4567</a></p>
 <pre class="highlight shell"><code>bundle <span class="nb">exec </span>middleman
 </code></pre>
-
 <h2 id="publishing-the-site">Publishing the Site</h2>
 
 <p>Commit the publish directory to the asf-site branch. Presuming we start in a directory that holds your normal Yetus check out:</p>
@@ -197,7 +190,6 @@ To enable run the following command and then open a browser and navigate to
 <span class="gp">$ </span><span class="c"># Finally publish</span>
 <span class="gp">$ </span>git push origin asf-site
 </code></pre>
-
 <p>Publishing the website should be possible from the HEAD of the master branch under most circumstances. (See the <a href="releases">Guide for Release Managing</a> for a notable time period where this won&rsquo;t be true.)
 Documentation changes will be reviewed as they make their way into the master branch; updates to the <code>asf-site</code> branch are handled without further review.</p>
 

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/CHANGES/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/CHANGES/index.html b/documentation/0.1.0/CHANGES/index.html
index 9619bc6..04ddbb8 100644
--- a/documentation/0.1.0/CHANGES/index.html
+++ b/documentation/0.1.0/CHANGES/index.html
@@ -476,7 +476,7 @@
 </tr>
 <tr>
 <td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-113">YETUS-113</a></td>
-<td style="text-align: left">On non-docker reexec, test patch mistakenly uses &#39;plugins&rsquo; arg instead of &#39;user-plugins&rsquo;</td>
+<td style="text-align: left">On non-docker reexec, test patch mistakenly uses &lsquo;plugins&rsquo; arg instead of &lsquo;user-plugins&rsquo;</td>
 <td style="text-align: left">Critical</td>
 <td style="text-align: left">Test Patch</td>
 <td style="text-align: left">Sean Busbey</td>
@@ -604,7 +604,7 @@
 </tr>
 <tr>
 <td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-142">YETUS-142</a></td>
-<td style="text-align: left">compile gets limited to &#39;warning&rsquo; in generic log handler</td>
+<td style="text-align: left">compile gets limited to &lsquo;warning&rsquo; in generic log handler</td>
 <td style="text-align: left">Blocker</td>
 <td style="text-align: left">Test Patch</td>
 <td style="text-align: left">Allen Wittenauer</td>
@@ -894,7 +894,7 @@
 </tr>
 <tr>
 <td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-162">YETUS-162</a></td>
-<td style="text-align: left">rename &#39;latest&rsquo; documentation to &#39;in-progress&rsquo; to denote non-release status.</td>
+<td style="text-align: left">rename &lsquo;latest&rsquo; documentation to &lsquo;in-progress&rsquo; to denote non-release status.</td>
 <td style="text-align: left">Major</td>
 <td style="text-align: left">website and documentation</td>
 <td style="text-align: left">Sean Busbey</td>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/allclasses-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/allclasses-frame.html b/documentation/0.1.0/audience-annotations-apidocs/allclasses-frame.html
index 0001f1b..d12ba5b 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/allclasses-frame.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/allclasses-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/allclasses-noframe.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/allclasses-noframe.html b/documentation/0.1.0/audience-annotations-apidocs/allclasses-noframe.html
index 0b218d8..f842057 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/allclasses-noframe.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/allclasses-noframe.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/constant-values.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/constant-values.html b/documentation/0.1.0/audience-annotations-apidocs/constant-values.html
index e5c6e2c..d701b7e 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/constant-values.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/constant-values.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constant Field Values (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/deprecated-list.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/deprecated-list.html b/documentation/0.1.0/audience-annotations-apidocs/deprecated-list.html
index 929216b..2776a4f 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/deprecated-list.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/deprecated-list.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Deprecated List (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/help-doc.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/help-doc.html b/documentation/0.1.0/audience-annotations-apidocs/help-doc.html
index 9714be7..171381b 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/help-doc.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/help-doc.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Help (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/index-all.html b/documentation/0.1.0/audience-annotations-apidocs/index-all.html
index 2ffd550..2b6710e 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/index-all.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/index-all.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/index.html b/documentation/0.1.0/audience-annotations-apidocs/index.html
index d749b49..c57f826 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/index.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/index.html
@@ -2,16 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Apache Yetus - Audience Annotations Component 0.1.0 API</title>
 <script type="text/javascript">
-    tmpTargetPage = "" + window.location.search;
-    if (tmpTargetPage != "" && tmpTargetPage != "undefined")
-        tmpTargetPage = tmpTargetPage.substring(1);
-    if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
-        tmpTargetPage = "undefined";
-    targetPage = tmpTargetPage;
+    targetPage = "" + window.location.search;
+    if (targetPage != "" && targetPage != "undefined")
+        targetPage = targetPage.substring(1);
+    if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
+        targetPage = "undefined";
     function validURL(url) {
         try {
             url = decodeURIComponent(url);

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
index 9d5b7c6..dac85b4 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
index d2cb6f2..e0dce57 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
index a63d39a..e58c563 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
index 90c33d2..a81bb69 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
index 1f75464..a5e1fde 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
index ddeac51..ffe114b 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
index aa45140..cd47c55 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
index 88a561e..09a3051 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
index 95f511c..c8ad2f7 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
index 6b982a3..4668482 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
index 926a812..7e136da 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
index 1eba5c6..497c3f5 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
index 7306307..fcea8a9 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
index 37c34b9..0d54d19 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
index 4083025..2d8203d 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
index 109a755..e3ceef0 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
index 750999a..ab493a1 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
index 9a5e05c..becc2e2 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
index ee64066..dfdecd6 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience Class Hierarchy (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
index 6adfd46..518d1d6 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
index 5938714..835536e 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ExcludePrivateAnnotationsJDiffDoclet (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
index 960acc2..0de8fc0 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ExcludePrivateAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
index d8866c9..762c659 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>IncludePublicAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
index 44ee683..a528c57 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.ExcludePrivateAnnotationsJDiffDoclet (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
index 02d4173..4548aa2 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.ExcludePrivateAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
index f505958..0eb5265 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
index 3ee5230..2f6bcbd 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
index 3d17776..3069697 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
index 561bb2f..ba09802 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools Class Hierarchy (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
----------------------------------------------------------------------
diff --git a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
index 7338ca5..1966ed2 100644
--- a/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
+++ b/documentation/0.1.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:22 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.1.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>


[6/9] yetus git commit: git hash 2113cfa875876f25a48006786b4783605acc8ea3

Posted by aw...@apache.org.
http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/releasedocmaker/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/releasedocmaker/index.html b/documentation/0.2.0/releasedocmaker/index.html
index e2017d0..5477ad9 100644
--- a/documentation/0.2.0/releasedocmaker/index.html
+++ b/documentation/0.2.0/releasedocmaker/index.html
@@ -153,7 +153,6 @@
 <p>Minimally, the name of the JIRA project and a version registered in JIRA must be provided:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project <span class="o">(</span>project<span class="o">)</span> --version <span class="o">(</span>version<span class="o">)</span>
 </code></pre>
-
 <p>This will query Apache JIRA, generating two files in a directory named after the given version in an extended markdown format which can be processed by both mvn site and GitHub.</p>
 
 <ul>
@@ -171,20 +170,17 @@
 <p>For example, to build the release documentation for HBase v1.2.0&hellip;</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.2.0
 </code></pre>
-
 <p>&hellip; will create a 1.2.0 directory and inside that directory will be CHANGES.1.2.0.md and RELEASENOTES.1.2.0.md .</p>
 
 <p>By default, release notes are expected to be in plain text.  However, you can write them in markdown if you include a header at the top of your release note:</p>
 <pre class="highlight xml"><code><span class="c">&lt;!-- markdown --&gt;</span>
 remaining text
 </code></pre>
-
 <h1 id="changing-the-header">Changing the Header</h1>
 
 <p>By default, it will use a header that matches the project name.  But that is kind of ugly and the case may be wrong.  Luckily, the title can be changed:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.2.0 --projecttitle <span class="s2">"Apache HBase"</span>
 </code></pre>
-
 <p>Now instead of <q>HBASE</q>, it will use <q>Apache HBASE</q> for some titles and headers.</p>
 
 <h1 id="multiple-versions">Multiple Versions</h1>
@@ -192,13 +188,11 @@ remaining text
 <p>The script can also generate multiple versions at once, by</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --version 1.2.0
 </code></pre>
-
 <p>This will create the files for versions 1.0.0 and versions 1.2.0 in their own directories.</p>
 
 <p>But what if the version numbers are not known?  releasedocmaker can also generate version data based upon ranges:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --version 1.2.0 --range
 </code></pre>
-
 <p>In this form, releasedocmaker will query JIRA, discover all versions that alphabetically appear to be between 1.0.0 and 1.2.0, inclusive, and generate all of the relative release documents.  This is especially useful when bootstrapping an existing project.</p>
 
 <h1 id="unreleased-dates">Unreleased Dates</h1>
@@ -208,7 +202,6 @@ remaining text
 <p>The &ndash;usetoday option can be used to signify that instead of using Unreleased, releasedocmaker should use today&rsquo;s date.</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --usetoday
 </code></pre>
-
 <p>After using this option and release, don&rsquo;t forget to change JIRA&rsquo;s release date to match!</p>
 
 <h1 id="lint-mode">Lint Mode</h1>
@@ -218,7 +211,6 @@ remaining text
 <p>In order to help release managers from having to scan through potentially large documents, releasedocmaker features a lint mode, triggered via &ndash;lint:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --lint
 </code></pre>
-
 <p>This will do the normal JIRA querying, looking for items it considers problematic.  It will print the information to the screen and then exit with either success or failure, depending upon if any issues were discovered.</p>
 
 <h1 id="index-mode">Index Mode</h1>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/allclasses-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/allclasses-frame.html b/documentation/0.2.1/audience-annotations-apidocs/allclasses-frame.html
index 15c628b..ed6ffd4 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/allclasses-frame.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/allclasses-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/allclasses-noframe.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/allclasses-noframe.html b/documentation/0.2.1/audience-annotations-apidocs/allclasses-noframe.html
index 0df8692..9e79363 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/allclasses-noframe.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/allclasses-noframe.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/constant-values.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/constant-values.html b/documentation/0.2.1/audience-annotations-apidocs/constant-values.html
index 5b4d55e..1330699 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/constant-values.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/constant-values.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constant Field Values (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/deprecated-list.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/deprecated-list.html b/documentation/0.2.1/audience-annotations-apidocs/deprecated-list.html
index 47926e1..1f138d6 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/deprecated-list.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/deprecated-list.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Deprecated List (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/help-doc.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/help-doc.html b/documentation/0.2.1/audience-annotations-apidocs/help-doc.html
index e2d30ee..7a8b14c 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/help-doc.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/help-doc.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Help (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/index-all.html b/documentation/0.2.1/audience-annotations-apidocs/index-all.html
index a75a401..379b49e 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/index-all.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/index-all.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/index.html b/documentation/0.2.1/audience-annotations-apidocs/index.html
index 60f3a46..9932911 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/index.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/index.html
@@ -2,16 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Apache Yetus - Audience Annotations Component 0.2.1 API</title>
 <script type="text/javascript">
-    tmpTargetPage = "" + window.location.search;
-    if (tmpTargetPage != "" && tmpTargetPage != "undefined")
-        tmpTargetPage = tmpTargetPage.substring(1);
-    if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
-        tmpTargetPage = "undefined";
-    targetPage = tmpTargetPage;
+    targetPage = "" + window.location.search;
+    if (targetPage != "" && targetPage != "undefined")
+        targetPage = targetPage.substring(1);
+    if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
+        targetPage = "undefined";
     function validURL(url) {
         try {
             url = decodeURIComponent(url);

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
index e65a7b5..fd7f88f 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:39 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
index 7f96dea..c6f5f62 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:39 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
index 40fcda8..1db1fb3 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:39 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
index 78035ce..5c2d416 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:39 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
index 31b63bf..8667f13 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:39 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
index a64c096..802a9aa 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:39 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
index f8f694a..e3507db 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:39 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
index b7cc585..a609c19 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:39 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
index c5ef5cd..cf9919a 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
index 98e96b5..3d5d468 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
index 7a99cea..05e0d41 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
index 46a693c..bb3bfb3 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
index 50e85d6..ffb19e1 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
index 6286e02..d5b652e 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
index 3cf3a3d..a85cf53 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
index 7c63271..6e5e969 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
index 7a24878..300713b 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
index 4dcf21d..b990add 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
index ceaa815..bbeda1c 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience Class Hierarchy (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
index 63feac6..8d78d0d 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
index 247758f..ec384dc 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ExcludePrivateAnnotationsJDiffDoclet (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
index 54108c3..bfd54b8 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ExcludePrivateAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
index 5fb1a1f..1f669fc 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>IncludePublicAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
index 5f28a28..acac0b4 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.ExcludePrivateAnnotationsJDiffDoclet (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
index 98a56ac..c6a8821 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.ExcludePrivateAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
index f5b7318..91bb670 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
index 2e940c5..ca906ab 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
index 917f6c0..c1e8157 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
index 71c0bda..c923fab 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools Class Hierarchy (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
index c47ef70..dacbb12 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/overview-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/overview-frame.html b/documentation/0.2.1/audience-annotations-apidocs/overview-frame.html
index f623e63..179c69b 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/overview-frame.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/overview-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview List (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/overview-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/overview-summary.html b/documentation/0.2.1/audience-annotations-apidocs/overview-summary.html
index 1dcb86f..342175b 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/overview-summary.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/overview-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/overview-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/overview-tree.html b/documentation/0.2.1/audience-annotations-apidocs/overview-tree.html
index 5d2d318..4988f67 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/overview-tree.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/overview-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Class Hierarchy (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/index.html b/documentation/0.2.1/index.html
index 5e3f4ef..c021626 100644
--- a/documentation/0.2.1/index.html
+++ b/documentation/0.2.1/index.html
@@ -157,7 +157,6 @@ Options:
                         file to <span class="nb">read</span>
   --skipprnorep         Skip Private &amp; Not Replaceable
 </code></pre>
-
 <h1 id="yetus-audience-annotations">Yetus Audience Annotations</h1>
 
 <p>Audience Annotations allows you to use Java Annotations to denote which parts of your Java library is publicly consumable and which parts are reserved for a more restricted use. It also provides doclets and examples for generating javadocs limited by audience.</p>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/precommit-advanced/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/precommit-advanced/index.html b/documentation/0.2.1/precommit-advanced/index.html
index de14983..7370583 100644
--- a/documentation/0.2.1/precommit-advanced/index.html
+++ b/documentation/0.2.1/precommit-advanced/index.html
@@ -147,7 +147,7 @@
 
 <p>The &lsquo;fail&rsquo; setting is always the last option that test-patch will use and may be omitted unless it is the only option.</p>
 
-<p>For example, <code>--dockeronfail=continue</code> means if the Dockerfile can&rsquo;t be found, just turn off Docker support and continue running.  <code>--dockeronfail=fallback</code> will switch to the bundled Dockerfile and then fail the build if docker fails to work. <code>--dockeronfail=fail</code> means to just fail the build and do not try any other mechanisms of recovery. The default is &#39;fallback,continue,fail&rsquo; which will allow test-patch to try to continue executing as much as it possibily can.</p>
+<p>For example, <code>--dockeronfail=continue</code> means if the Dockerfile can&rsquo;t be found, just turn off Docker support and continue running.  <code>--dockeronfail=fallback</code> will switch to the bundled Dockerfile and then fail the build if docker fails to work. <code>--dockeronfail=fail</code> means to just fail the build and do not try any other mechanisms of recovery. The default is &lsquo;fallback,continue,fail&rsquo; which will allow test-patch to try to continue executing as much as it possibily can.</p>
 
 <p>Be aware that if the Dockerfile is found and the docker command works, test-patch will always fail the build if the Dockerfile itself fails the build.  It will not attempt to continue in the non-Docker mode.</p>
 
@@ -161,20 +161,17 @@
 
 <h2 id="common-plug-in-functions">Common Plug-in Functions</h2>
 
-<p>Every plug-in must have one line in order to be recognized, usually an &#39;add&rsquo; statement.  Test plug-ins, for example, have this statement:</p>
+<p>Every plug-in must have one line in order to be recognized, usually an &lsquo;add&rsquo; statement.  Test plug-ins, for example, have this statement:</p>
 <pre class="highlight shell"><code>add_test_type &lt;pluginname&gt;
 </code></pre>
-
-<p>This function call registers the <code>pluginname</code> so that test-patch knows that it exists.  Plug-in names must be unique across all the different plug-in types.  Additionally, the &#39;all&rsquo; plug-in is reserved.  The <code>pluginname</code> also acts as the key to the custom functions that you can define. For example:</p>
+<p>This function call registers the <code>pluginname</code> so that test-patch knows that it exists.  Plug-in names must be unique across all the different plug-in types.  Additionally, the &lsquo;all&rsquo; plug-in is reserved.  The <code>pluginname</code> also acts as the key to the custom functions that you can define. For example:</p>
 <pre class="highlight shell"><code><span class="k">function </span>pluginname_filefilter
 </code></pre>
-
 <p>defines the filefilter for the <code>pluginname</code> plug-in.</p>
 
 <p>Similarly, there are other functions that may be defined during the test-patch run:</p>
 <pre class="highlight plaintext"><code>HINT: It is recommended to make the pluginname relatively small, 10 characters at the most.  Otherwise, the ASCII output table may be skewed.
 </code></pre>
-
 <ul>
 <li><p>pluginname_usage</p>
 
@@ -235,7 +232,6 @@
 <p>Plug-ins geared towards independent tests are registered via:</p>
 <pre class="highlight shell"><code>add_test_type &lt;pluginname&gt;
 </code></pre>
-
 <ul>
 <li><p>pluginname_filefilter</p>
 
@@ -290,7 +286,6 @@
   <span class="nv">GITHUB_REPO</span><span class="o">=</span><span class="s2">"apache/yetus"</span>
 <span class="o">}</span>
 </code></pre>
-
 <h2 id="test-determination">Test Determination</h2>
 
 <p>The <code>personality_file_tests</code> function determines which tests to turn on based upon the file name.  It is relatively simple.  For example, to turn on a full suite of tests for Java files:</p>
@@ -308,10 +303,9 @@
 
 <span class="o">}</span>
 </code></pre>
-
 <p>The <code>add_test</code> function is used to activate the standard tests.  Additional plug-ins (such as checkstyle), will get queried on their own.</p>
 
-<h2 id="module-amp-profile-determination">Module &amp; Profile Determination</h2>
+<h2 id="module-profile-determination">Module &amp; Profile Determination</h2>
 
 <p>Once the tests are determined, it is now time to pick which <a href="precommit-glossary.md#genericoutside-definitions">modules</a> should get used.  That&rsquo;s the job of the <code>personality_modules</code> function.</p>
 <pre class="highlight shell"><code><span class="k">function </span>personality_modules
@@ -325,7 +319,6 @@
 
 <span class="o">}</span>
 </code></pre>
-
 <p>It takes exactly two parameters <code>repostatus</code> and <code>testtype</code>.</p>
 
 <p>The <code>repostatus</code> parameter tells the <code>personality</code> function exactly what state the source repository is in.  It can only be in one of two states:  <code>branch</code> or <code>patch</code>.  <code>branch</code> means the patch has not been applied.  The <code>patch</code> state is after the patch has been applied.</p>
@@ -339,7 +332,6 @@
 <p>The second is <code>personality_enqueue_module</code>.  This function takes two parameters.  The first parameter is the name of the module to add to this test&rsquo;s queue.  The second parameter is an option list of additional flags to pass to Maven when processing it. <code>personality_enqueue_module</code> may be called as many times as necessary for your project.</p>
 <pre class="highlight plaintext"><code>NOTE: A module name of . signifies the root of the repository.
 </code></pre>
-
 <p>For example, let&rsquo;s say your project uses a special configuration to skip unit tests (-DskipTests).  Running unit tests during a javadoc build isn&rsquo;t very useful and wastes a lot of time. We can write a simple personality check to disable the unit tests:</p>
 <pre class="highlight shell"><code><span class="k">function </span>personality_modules
 <span class="o">{</span>
@@ -353,7 +345,6 @@
     ...
 
 </code></pre>
-
 <p>This function will tell test-patch that when the javadoc test is being run, do the documentation build at the base of the source repository and make sure the -DskipTests flag is passed to our build tool.</p>
 
 <h2 id="enabling-plug-ins">Enabling Plug-ins</h2>
@@ -361,7 +352,6 @@
 <p>Personalities can set the base list of plug-ins to enable and disable for their project via the <code>personality_plugins</code> function. Just call it with the same pattern as the <code>--plugins</code> command line option:</p>
 <pre class="highlight shell"><code>personality_plugins <span class="s2">"all,-checkstyle,-findbugs,-asflicense"</span>
 </code></pre>
-
 <p>This list is used if the user does not provide a list of plug-ins.</p>
 
 <h1 id="important-variables">Important Variables</h1>
@@ -372,7 +362,7 @@
 <li><p>BUILD_NATIVE will be set to true if the system has requested that non-JVM-based code be built (e.g., JNI or other compiled C code). Under Jenkins, this is always true.</p></li>
 <li><p>BUILDTOOL specifies which tool is currently being used to drive compilation.  Additionally, many build tools define xyz_ARGS to pass on to the build tool command line. (e.g., MAVEN_ARGS if maven is in use).  Projects may set this in their personality.  NOTE: today, only one build tool at a time is supported.  This may change in the future.</p></li>
 <li><p>CHANGED_FILES is a list of all files that appear to be added, deleted, or modified in the patch.</p></li>
-<li><p>CHANGED_MODULES is a list of all modules that house all of the CHANGED_FILES.  Be aware that the root of the source tree is reported as &rsquo;.&rsquo;.</p></li>
+<li><p>CHANGED_MODULES is a list of all modules that house all of the CHANGED_FILES.  Be aware that the root of the source tree is reported as &lsquo;.&rsquo;.</p></li>
 <li><p>GITHUB_REPO is to help test-patch when talking to Github.  If test-patch is given just a number on the command line, it will default to using this repo to determine the pull request.</p></li>
 <li><p>JIRA_ISSUE_RE is to help test-patch when talking to JIRA.  It helps determine if the given project is appropriate for the given JIRA issue.</p></li>
 <li><p>MODULE and other MODULE_* are arrays that contain which modules, the status, etc, to be operated upon. These should be treated as read-only by plug-ins.</p></li>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/precommit-apidocs/core/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/precommit-apidocs/core/index.html b/documentation/0.2.1/precommit-apidocs/core/index.html
index 5e35662..234bcdc 100644
--- a/documentation/0.2.1/precommit-apidocs/core/index.html
+++ b/documentation/0.2.1/precommit-apidocs/core/index.html
@@ -181,7 +181,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_bugsystem bugsystem
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -217,7 +216,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_build_tool build tool
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -253,7 +251,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -289,7 +286,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test_format test format
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -325,7 +321,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test_type plugin
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -361,7 +356,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_bugsystem bugsystem
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -397,7 +391,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_build_tool build tool
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -433,7 +426,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -469,7 +461,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_test_format test format
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -505,7 +496,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_test_type plugin
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -541,7 +531,6 @@
 </ul>
 <pre class="highlight plaintext"><code>personality_plugins plug-in list string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -577,7 +566,6 @@
 </ul>
 <pre class="highlight plaintext"><code>verify_needed_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -615,7 +603,6 @@
 </ul>
 <pre class="highlight plaintext"><code>verify_plugin_enabled test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -653,7 +640,6 @@
 </ul>
 <pre class="highlight plaintext"><code>common_defaults
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -689,7 +675,6 @@
 </ul>
 <pre class="highlight plaintext"><code>patchfile_verify_zero log filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -725,7 +710,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_abs directory
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -765,7 +749,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_add_entry
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -801,7 +784,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_debug string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -837,7 +819,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_delete_entry
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -873,7 +854,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_error string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -909,7 +889,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_run_and_redirect filename command [..]
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -945,7 +924,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_verify_entry
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -983,7 +961,6 @@
 </ul>
 <pre class="highlight plaintext"><code>list_plugins
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1019,7 +996,6 @@
 </ul>
 <pre class="highlight plaintext"><code>plugin_usage_output array
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1055,7 +1031,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_add_header header
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1091,7 +1066,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_add_option subcommand subcommanddesc
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1127,7 +1101,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_generic_columnprinter array
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1165,7 +1138,6 @@
 </ul>
 <pre class="highlight plaintext"><code>docker_version
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1201,7 +1173,6 @@
 </ul>
 <pre class="highlight plaintext"><code>personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1237,7 +1208,6 @@
 </ul>
 <pre class="highlight plaintext"><code>personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>


[7/9] yetus git commit: git hash 2113cfa875876f25a48006786b4783605acc8ea3

Posted by aw...@apache.org.
http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
index 035a5e2..525d619 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
index 3f2b919..17abf90 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
index 8039d11..b0004c5 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
index b1ac8c2..3e3fda0 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
index aa4ccba..88f11b1 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
index d40821e..b2cadf1 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience Class Hierarchy (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
index b65ee25..1a4ce18 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
index 6843e7d..f0f16a2 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ExcludePrivateAnnotationsJDiffDoclet (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
index 2f1614a..90d5a91 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ExcludePrivateAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
index ed509f2..ca4898b 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>IncludePublicAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
index cac6374..f2dc5b1 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.ExcludePrivateAnnotationsJDiffDoclet (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
index d6e94b7..4d2c72c 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.ExcludePrivateAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
index d4ac93a..da4529e 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
index 3fe772c..3c9df32 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
index 65303f1..6dbf522 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
index 57e9865..ae7e34a 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools Class Hierarchy (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
index 192be4b..8b238ed 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/overview-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/overview-frame.html b/documentation/0.2.0/audience-annotations-apidocs/overview-frame.html
index 9209b22..bef7df6 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/overview-frame.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/overview-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview List (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/overview-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/overview-summary.html b/documentation/0.2.0/audience-annotations-apidocs/overview-summary.html
index 6a227de..79e2262 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/overview-summary.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/overview-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/audience-annotations-apidocs/overview-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/audience-annotations-apidocs/overview-tree.html b/documentation/0.2.0/audience-annotations-apidocs/overview-tree.html
index 45bed85..46f69a1 100644
--- a/documentation/0.2.0/audience-annotations-apidocs/overview-tree.html
+++ b/documentation/0.2.0/audience-annotations-apidocs/overview-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:34 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:32 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Class Hierarchy (Apache Yetus - Audience Annotations Component 0.2.0 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/index.html b/documentation/0.2.0/index.html
index 5e3f4ef..c021626 100644
--- a/documentation/0.2.0/index.html
+++ b/documentation/0.2.0/index.html
@@ -157,7 +157,6 @@ Options:
                         file to <span class="nb">read</span>
   --skipprnorep         Skip Private &amp; Not Replaceable
 </code></pre>
-
 <h1 id="yetus-audience-annotations">Yetus Audience Annotations</h1>
 
 <p>Audience Annotations allows you to use Java Annotations to denote which parts of your Java library is publicly consumable and which parts are reserved for a more restricted use. It also provides doclets and examples for generating javadocs limited by audience.</p>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/precommit-advanced/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/precommit-advanced/index.html b/documentation/0.2.0/precommit-advanced/index.html
index de14983..7370583 100644
--- a/documentation/0.2.0/precommit-advanced/index.html
+++ b/documentation/0.2.0/precommit-advanced/index.html
@@ -147,7 +147,7 @@
 
 <p>The &lsquo;fail&rsquo; setting is always the last option that test-patch will use and may be omitted unless it is the only option.</p>
 
-<p>For example, <code>--dockeronfail=continue</code> means if the Dockerfile can&rsquo;t be found, just turn off Docker support and continue running.  <code>--dockeronfail=fallback</code> will switch to the bundled Dockerfile and then fail the build if docker fails to work. <code>--dockeronfail=fail</code> means to just fail the build and do not try any other mechanisms of recovery. The default is &#39;fallback,continue,fail&rsquo; which will allow test-patch to try to continue executing as much as it possibily can.</p>
+<p>For example, <code>--dockeronfail=continue</code> means if the Dockerfile can&rsquo;t be found, just turn off Docker support and continue running.  <code>--dockeronfail=fallback</code> will switch to the bundled Dockerfile and then fail the build if docker fails to work. <code>--dockeronfail=fail</code> means to just fail the build and do not try any other mechanisms of recovery. The default is &lsquo;fallback,continue,fail&rsquo; which will allow test-patch to try to continue executing as much as it possibily can.</p>
 
 <p>Be aware that if the Dockerfile is found and the docker command works, test-patch will always fail the build if the Dockerfile itself fails the build.  It will not attempt to continue in the non-Docker mode.</p>
 
@@ -161,20 +161,17 @@
 
 <h2 id="common-plug-in-functions">Common Plug-in Functions</h2>
 
-<p>Every plug-in must have one line in order to be recognized, usually an &#39;add&rsquo; statement.  Test plug-ins, for example, have this statement:</p>
+<p>Every plug-in must have one line in order to be recognized, usually an &lsquo;add&rsquo; statement.  Test plug-ins, for example, have this statement:</p>
 <pre class="highlight shell"><code>add_test_type &lt;pluginname&gt;
 </code></pre>
-
-<p>This function call registers the <code>pluginname</code> so that test-patch knows that it exists.  Plug-in names must be unique across all the different plug-in types.  Additionally, the &#39;all&rsquo; plug-in is reserved.  The <code>pluginname</code> also acts as the key to the custom functions that you can define. For example:</p>
+<p>This function call registers the <code>pluginname</code> so that test-patch knows that it exists.  Plug-in names must be unique across all the different plug-in types.  Additionally, the &lsquo;all&rsquo; plug-in is reserved.  The <code>pluginname</code> also acts as the key to the custom functions that you can define. For example:</p>
 <pre class="highlight shell"><code><span class="k">function </span>pluginname_filefilter
 </code></pre>
-
 <p>defines the filefilter for the <code>pluginname</code> plug-in.</p>
 
 <p>Similarly, there are other functions that may be defined during the test-patch run:</p>
 <pre class="highlight plaintext"><code>HINT: It is recommended to make the pluginname relatively small, 10 characters at the most.  Otherwise, the ASCII output table may be skewed.
 </code></pre>
-
 <ul>
 <li><p>pluginname_usage</p>
 
@@ -235,7 +232,6 @@
 <p>Plug-ins geared towards independent tests are registered via:</p>
 <pre class="highlight shell"><code>add_test_type &lt;pluginname&gt;
 </code></pre>
-
 <ul>
 <li><p>pluginname_filefilter</p>
 
@@ -290,7 +286,6 @@
   <span class="nv">GITHUB_REPO</span><span class="o">=</span><span class="s2">"apache/yetus"</span>
 <span class="o">}</span>
 </code></pre>
-
 <h2 id="test-determination">Test Determination</h2>
 
 <p>The <code>personality_file_tests</code> function determines which tests to turn on based upon the file name.  It is relatively simple.  For example, to turn on a full suite of tests for Java files:</p>
@@ -308,10 +303,9 @@
 
 <span class="o">}</span>
 </code></pre>
-
 <p>The <code>add_test</code> function is used to activate the standard tests.  Additional plug-ins (such as checkstyle), will get queried on their own.</p>
 
-<h2 id="module-amp-profile-determination">Module &amp; Profile Determination</h2>
+<h2 id="module-profile-determination">Module &amp; Profile Determination</h2>
 
 <p>Once the tests are determined, it is now time to pick which <a href="precommit-glossary.md#genericoutside-definitions">modules</a> should get used.  That&rsquo;s the job of the <code>personality_modules</code> function.</p>
 <pre class="highlight shell"><code><span class="k">function </span>personality_modules
@@ -325,7 +319,6 @@
 
 <span class="o">}</span>
 </code></pre>
-
 <p>It takes exactly two parameters <code>repostatus</code> and <code>testtype</code>.</p>
 
 <p>The <code>repostatus</code> parameter tells the <code>personality</code> function exactly what state the source repository is in.  It can only be in one of two states:  <code>branch</code> or <code>patch</code>.  <code>branch</code> means the patch has not been applied.  The <code>patch</code> state is after the patch has been applied.</p>
@@ -339,7 +332,6 @@
 <p>The second is <code>personality_enqueue_module</code>.  This function takes two parameters.  The first parameter is the name of the module to add to this test&rsquo;s queue.  The second parameter is an option list of additional flags to pass to Maven when processing it. <code>personality_enqueue_module</code> may be called as many times as necessary for your project.</p>
 <pre class="highlight plaintext"><code>NOTE: A module name of . signifies the root of the repository.
 </code></pre>
-
 <p>For example, let&rsquo;s say your project uses a special configuration to skip unit tests (-DskipTests).  Running unit tests during a javadoc build isn&rsquo;t very useful and wastes a lot of time. We can write a simple personality check to disable the unit tests:</p>
 <pre class="highlight shell"><code><span class="k">function </span>personality_modules
 <span class="o">{</span>
@@ -353,7 +345,6 @@
     ...
 
 </code></pre>
-
 <p>This function will tell test-patch that when the javadoc test is being run, do the documentation build at the base of the source repository and make sure the -DskipTests flag is passed to our build tool.</p>
 
 <h2 id="enabling-plug-ins">Enabling Plug-ins</h2>
@@ -361,7 +352,6 @@
 <p>Personalities can set the base list of plug-ins to enable and disable for their project via the <code>personality_plugins</code> function. Just call it with the same pattern as the <code>--plugins</code> command line option:</p>
 <pre class="highlight shell"><code>personality_plugins <span class="s2">"all,-checkstyle,-findbugs,-asflicense"</span>
 </code></pre>
-
 <p>This list is used if the user does not provide a list of plug-ins.</p>
 
 <h1 id="important-variables">Important Variables</h1>
@@ -372,7 +362,7 @@
 <li><p>BUILD_NATIVE will be set to true if the system has requested that non-JVM-based code be built (e.g., JNI or other compiled C code). Under Jenkins, this is always true.</p></li>
 <li><p>BUILDTOOL specifies which tool is currently being used to drive compilation.  Additionally, many build tools define xyz_ARGS to pass on to the build tool command line. (e.g., MAVEN_ARGS if maven is in use).  Projects may set this in their personality.  NOTE: today, only one build tool at a time is supported.  This may change in the future.</p></li>
 <li><p>CHANGED_FILES is a list of all files that appear to be added, deleted, or modified in the patch.</p></li>
-<li><p>CHANGED_MODULES is a list of all modules that house all of the CHANGED_FILES.  Be aware that the root of the source tree is reported as &rsquo;.&rsquo;.</p></li>
+<li><p>CHANGED_MODULES is a list of all modules that house all of the CHANGED_FILES.  Be aware that the root of the source tree is reported as &lsquo;.&rsquo;.</p></li>
 <li><p>GITHUB_REPO is to help test-patch when talking to Github.  If test-patch is given just a number on the command line, it will default to using this repo to determine the pull request.</p></li>
 <li><p>JIRA_ISSUE_RE is to help test-patch when talking to JIRA.  It helps determine if the given project is appropriate for the given JIRA issue.</p></li>
 <li><p>MODULE and other MODULE_* are arrays that contain which modules, the status, etc, to be operated upon. These should be treated as read-only by plug-ins.</p></li>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/precommit-apidocs/core/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/precommit-apidocs/core/index.html b/documentation/0.2.0/precommit-apidocs/core/index.html
index 5e35662..234bcdc 100644
--- a/documentation/0.2.0/precommit-apidocs/core/index.html
+++ b/documentation/0.2.0/precommit-apidocs/core/index.html
@@ -181,7 +181,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_bugsystem bugsystem
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -217,7 +216,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_build_tool build tool
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -253,7 +251,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -289,7 +286,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test_format test format
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -325,7 +321,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test_type plugin
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -361,7 +356,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_bugsystem bugsystem
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -397,7 +391,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_build_tool build tool
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -433,7 +426,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -469,7 +461,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_test_format test format
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -505,7 +496,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_test_type plugin
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -541,7 +531,6 @@
 </ul>
 <pre class="highlight plaintext"><code>personality_plugins plug-in list string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -577,7 +566,6 @@
 </ul>
 <pre class="highlight plaintext"><code>verify_needed_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -615,7 +603,6 @@
 </ul>
 <pre class="highlight plaintext"><code>verify_plugin_enabled test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -653,7 +640,6 @@
 </ul>
 <pre class="highlight plaintext"><code>common_defaults
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -689,7 +675,6 @@
 </ul>
 <pre class="highlight plaintext"><code>patchfile_verify_zero log filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -725,7 +710,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_abs directory
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -765,7 +749,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_add_entry
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -801,7 +784,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_debug string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -837,7 +819,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_delete_entry
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -873,7 +854,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_error string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -909,7 +889,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_run_and_redirect filename command [..]
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -945,7 +924,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_verify_entry
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -983,7 +961,6 @@
 </ul>
 <pre class="highlight plaintext"><code>list_plugins
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1019,7 +996,6 @@
 </ul>
 <pre class="highlight plaintext"><code>plugin_usage_output array
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1055,7 +1031,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_add_header header
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1091,7 +1066,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_add_option subcommand subcommanddesc
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1127,7 +1101,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_generic_columnprinter array
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1165,7 +1138,6 @@
 </ul>
 <pre class="highlight plaintext"><code>docker_version
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1201,7 +1173,6 @@
 </ul>
 <pre class="highlight plaintext"><code>personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1237,7 +1208,6 @@
 </ul>
 <pre class="highlight plaintext"><code>personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/precommit-apidocs/plugins/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/precommit-apidocs/plugins/index.html b/documentation/0.2.0/precommit-apidocs/plugins/index.html
index 20688da..15f96df 100644
--- a/documentation/0.2.0/precommit-apidocs/plugins/index.html
+++ b/documentation/0.2.0/precommit-apidocs/plugins/index.html
@@ -286,7 +286,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_add_install test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -322,7 +321,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_delete_install test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -360,7 +358,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_write_comment filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -396,7 +393,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_write_comment filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -432,7 +428,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javac_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -470,7 +465,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_write_comment filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -508,7 +502,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_buildfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -544,7 +537,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_builtin_personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -580,7 +572,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_builtin_personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -616,7 +607,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_docker_support
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -652,7 +642,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_executor
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -688,7 +677,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -724,7 +712,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -760,7 +747,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_modules_worker
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -796,7 +782,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -832,7 +817,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ant_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -868,7 +852,6 @@
 </ul>
 <pre class="highlight plaintext"><code>asflicense_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -904,7 +887,6 @@
 </ul>
 <pre class="highlight plaintext"><code>asflicense_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -940,7 +922,6 @@
 </ul>
 <pre class="highlight plaintext"><code>asflicense_writexsl
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -976,7 +957,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_determine_issue
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1012,7 +992,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_http_fetch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1048,7 +1027,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_locate_patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1084,7 +1062,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1120,7 +1097,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugzilla_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1156,7 +1132,6 @@
 </ul>
 <pre class="highlight plaintext"><code>cc_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1192,7 +1167,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1228,7 +1202,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1264,7 +1237,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1300,7 +1272,6 @@
 </ul>
 <pre class="highlight plaintext"><code>checkstyle_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1336,7 +1307,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1372,7 +1342,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1408,7 +1377,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1444,7 +1412,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_rebuild
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1480,7 +1447,6 @@
 </ul>
 <pre class="highlight plaintext"><code>findbugs_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1516,7 +1482,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_breakup_url url
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1552,7 +1517,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_determine_issue
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1588,7 +1552,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_find_jira_title
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1624,7 +1587,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_jira_bridge
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1660,7 +1622,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_linecomments
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1696,7 +1657,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_locate_patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1732,7 +1692,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1768,7 +1727,6 @@
 </ul>
 <pre class="highlight plaintext"><code>github_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1804,7 +1762,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_buildfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1840,7 +1797,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_builtin_personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1876,7 +1832,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_builtin_personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1912,7 +1867,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_docker_support
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1948,7 +1902,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_executor
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1984,7 +1937,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2020,7 +1972,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2056,7 +2007,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_modules_worker
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2092,7 +2042,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2128,7 +2077,6 @@
 </ul>
 <pre class="highlight plaintext"><code>gradle_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2164,7 +2112,6 @@
 </ul>
 <pre class="highlight plaintext"><code>initialize_java
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2200,7 +2147,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javac_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2236,7 +2182,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javac_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2272,7 +2217,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javadoc_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2308,7 +2252,6 @@
 </ul>
 <pre class="highlight plaintext"><code>javadoc_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2344,7 +2287,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_determine_issue
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2380,7 +2322,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_http_fetch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2416,7 +2357,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_locate_patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2452,7 +2392,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2488,7 +2427,6 @@
 </ul>
 <pre class="highlight plaintext"><code>jira_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2524,7 +2462,6 @@
 </ul>
 <pre class="highlight plaintext"><code>junit_finalize_results
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2560,7 +2497,6 @@
 </ul>
 <pre class="highlight plaintext"><code>junit_process_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2596,7 +2532,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_buildfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2632,7 +2567,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_builtin_personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2668,7 +2602,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_builtin_personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2704,7 +2637,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_docker_support
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2740,7 +2672,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_executor
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2776,7 +2707,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2812,7 +2742,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_initialize
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2848,7 +2777,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_javac_logfilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2884,7 +2812,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_modules_worker
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2920,7 +2847,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2956,7 +2882,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -2992,7 +2917,6 @@
 </ul>
 <pre class="highlight plaintext"><code>maven_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3028,7 +2952,6 @@
 </ul>
 <pre class="highlight plaintext"><code>mvnsite_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3064,7 +2987,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_buildfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3100,7 +3022,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_builtin_personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3136,7 +3057,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_builtin_personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3172,7 +3092,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_executor
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3208,7 +3127,6 @@
 </ul>
 <pre class="highlight plaintext"><code>nobuild_modules_worker
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3244,7 +3162,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3280,7 +3197,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3316,7 +3232,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3352,7 +3267,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3388,7 +3302,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3424,7 +3337,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3460,7 +3372,6 @@
 </ul>
 <pre class="highlight plaintext"><code>perlcritic_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3496,7 +3407,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3532,7 +3442,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3568,7 +3477,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3604,7 +3512,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3640,7 +3547,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3676,7 +3582,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3712,7 +3617,6 @@
 </ul>
 <pre class="highlight plaintext"><code>pylint_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3748,7 +3652,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3784,7 +3687,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3820,7 +3722,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3856,7 +3757,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3892,7 +3792,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3928,7 +3827,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -3964,7 +3862,6 @@
 </ul>
 <pre class="highlight plaintext"><code>rubocop_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4000,7 +3897,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4036,7 +3932,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4072,7 +3967,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4108,7 +4002,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4144,7 +4037,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4180,7 +4072,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4216,7 +4107,6 @@
 </ul>
 <pre class="highlight plaintext"><code>ruby_lint_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4252,7 +4142,6 @@
 </ul>
 <pre class="highlight plaintext"><code>scalac_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4288,7 +4177,6 @@
 </ul>
 <pre class="highlight plaintext"><code>scaladoc_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4324,7 +4212,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4360,7 +4247,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4396,7 +4282,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4432,7 +4317,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4468,7 +4352,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4504,7 +4387,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shellcheck_private_findbash
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4540,7 +4422,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4576,7 +4457,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4612,7 +4492,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_postapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4648,7 +4527,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4684,7 +4562,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_preapply
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4720,7 +4597,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4756,7 +4632,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_private_findbash
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4792,7 +4667,6 @@
 </ul>
 <pre class="highlight plaintext"><code>shelldocs_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4828,7 +4702,6 @@
 </ul>
 <pre class="highlight plaintext"><code>tap_finalize_results
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4864,7 +4737,6 @@
 </ul>
 <pre class="highlight plaintext"><code>tap_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4900,7 +4772,6 @@
 </ul>
 <pre class="highlight plaintext"><code>tap_process_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4936,7 +4807,6 @@
 </ul>
 <pre class="highlight plaintext"><code>tap_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -4972,7 +4842,6 @@
 </ul>
 <pre class="highlight plaintext"><code>unitveto_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5008,7 +4877,6 @@
 </ul>
 <pre class="highlight plaintext"><code>unitveto_parse_args
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5044,7 +4912,6 @@
 </ul>
 <pre class="highlight plaintext"><code>unitveto_patchfile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5080,7 +4947,6 @@
 </ul>
 <pre class="highlight plaintext"><code>unitveto_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5116,7 +4982,6 @@
 </ul>
 <pre class="highlight plaintext"><code>whitespace_linecomment_reporter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5152,7 +5017,6 @@
 </ul>
 <pre class="highlight plaintext"><code>whitespace_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5188,7 +5052,6 @@
 </ul>
 <pre class="highlight plaintext"><code>xml_filefilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5224,7 +5087,6 @@
 </ul>
 <pre class="highlight plaintext"><code>xml_postcompile
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -5260,7 +5122,6 @@
 </ul>
 <pre class="highlight plaintext"><code>xml_precheck
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/precommit-apidocs/smart-apply-patch/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/precommit-apidocs/smart-apply-patch/index.html b/documentation/0.2.0/precommit-apidocs/smart-apply-patch/index.html
index 6ac9d5d..09b916b 100644
--- a/documentation/0.2.0/precommit-apidocs/smart-apply-patch/index.html
+++ b/documentation/0.2.0/precommit-apidocs/smart-apply-patch/index.html
@@ -149,7 +149,6 @@
 </ul>
 <pre class="highlight plaintext"><code>setup_defaults
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -185,7 +184,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -223,7 +221,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_footer_table
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -259,7 +256,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -295,7 +291,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_vote_table
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -331,7 +326,6 @@
 </ul>
 <pre class="highlight plaintext"><code>big_console_header
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/precommit-apidocs/test-patch/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/precommit-apidocs/test-patch/index.html b/documentation/0.2.0/precommit-apidocs/test-patch/index.html
index ec9b8ab..7ea2c66 100644
--- a/documentation/0.2.0/precommit-apidocs/test-patch/index.html
+++ b/documentation/0.2.0/precommit-apidocs/test-patch/index.html
@@ -199,7 +199,6 @@
 </ul>
 <pre class="highlight plaintext"><code>relative_dir path
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -237,7 +236,6 @@
 </ul>
 <pre class="highlight plaintext"><code>verify_multijdk_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -277,7 +275,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_footer_table subsystem string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -313,7 +310,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_header_line string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -349,7 +345,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test_table failurereason testlist
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -385,7 +380,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_vote_table +1/0/-1/null subsystem string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -421,7 +415,6 @@
 </ul>
 <pre class="highlight plaintext"><code>big_console_header string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -457,7 +450,6 @@
 </ul>
 <pre class="highlight plaintext"><code>clock_display seconds
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -493,7 +485,6 @@
 </ul>
 <pre class="highlight plaintext"><code>echo_and_redirect filename command [..]
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -529,7 +520,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generate_stack
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -565,7 +555,6 @@
 </ul>
 <pre class="highlight plaintext"><code>module_file_fragment module
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -601,7 +590,6 @@
 </ul>
 <pre class="highlight plaintext"><code>offset_clock seconds
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -637,7 +625,6 @@
 </ul>
 <pre class="highlight plaintext"><code>setup_defaults
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -673,7 +660,6 @@
 </ul>
 <pre class="highlight plaintext"><code>start_clock
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -709,7 +695,6 @@
 </ul>
 <pre class="highlight plaintext"><code>stop_clock
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -745,7 +730,6 @@
 </ul>
 <pre class="highlight plaintext"><code>write_comment filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -781,7 +765,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -819,7 +802,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugsystem_linecomments filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -855,7 +837,6 @@
 </ul>
 <pre class="highlight plaintext"><code>buildtool_cwd MODULE_ index
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -891,7 +872,6 @@
 </ul>
 <pre class="highlight plaintext"><code>calcdiffs branchlog patchlog testtype
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -927,7 +907,6 @@
 </ul>
 <pre class="highlight plaintext"><code>clear_personality_queue
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -963,7 +942,6 @@
 </ul>
 <pre class="highlight plaintext"><code>column_calcdiffs branchlog patchlog
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -999,7 +977,6 @@
 </ul>
 <pre class="highlight plaintext"><code>compile branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1037,7 +1014,6 @@
 </ul>
 <pre class="highlight plaintext"><code>compile_cycle branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1075,7 +1051,6 @@
 </ul>
 <pre class="highlight plaintext"><code>compile_jvm branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1113,7 +1088,6 @@
 </ul>
 <pre class="highlight plaintext"><code>compile_nonjvm branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1151,7 +1125,6 @@
 </ul>
 <pre class="highlight plaintext"><code>dequeue_personality_module modulenames
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1187,7 +1160,6 @@
 </ul>
 <pre class="highlight plaintext"><code>distclean
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1225,7 +1197,6 @@
 </ul>
 <pre class="highlight plaintext"><code>error_calcdiffs branchlog patchlog
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1261,7 +1232,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_calcdiff_status totalbranchissues totalpatchissues newpatchissues
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1297,7 +1267,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_logfilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1333,7 +1302,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_post_handler origlog testtype multijdkmode run commands
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1371,7 +1339,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_postlog_compare origlog testtype multijdkmode
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1409,7 +1376,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_pre_handler testype multijdk
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1447,7 +1413,6 @@
 </ul>
 <pre class="highlight plaintext"><code>initialize $@
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1485,7 +1450,6 @@
 </ul>
 <pre class="highlight plaintext"><code>module_status module runtime
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1521,7 +1485,6 @@
 </ul>
 <pre class="highlight plaintext"><code>modules_messages repostatus testtype summarymode
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1557,7 +1520,6 @@
 </ul>
 <pre class="highlight plaintext"><code>modules_reset
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1593,7 +1555,6 @@
 </ul>
 <pre class="highlight plaintext"><code>modules_workers repostatus testtype mvncmdline
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1629,7 +1590,6 @@
 </ul>
 <pre class="highlight plaintext"><code>patchfiletests branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1667,7 +1627,6 @@
 </ul>
 <pre class="highlight plaintext"><code>personality_enqueue_module module profiles/flags/etc
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1705,7 +1664,6 @@
 </ul>
 <pre class="highlight plaintext"><code>prepopulate_footer
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1741,7 +1699,6 @@
 </ul>
 <pre class="highlight plaintext"><code>report_jvm_version directory
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1779,7 +1736,6 @@
 </ul>
 <pre class="highlight plaintext"><code>verify_patchdir_still_exists
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/precommit-architecture/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/precommit-architecture/index.html b/documentation/0.2.0/precommit-architecture/index.html
index e6ebcf6..c5db746 100644
--- a/documentation/0.2.0/precommit-architecture/index.html
+++ b/documentation/0.2.0/precommit-architecture/index.html
@@ -191,7 +191,7 @@
 
 <h2 id="compile-cycle-patch">Compile Cycle (Patch)</h2>
 
-<p>Now that the patch has been applied the steps to compile we outlined in the compilation (branch) phase are repeated but with the patch applied. This is where a lot of &#39;after&rsquo; checks are performed.</p>
+<p>Now that the patch has been applied the steps to compile we outlined in the compilation (branch) phase are repeated but with the patch applied. This is where a lot of &lsquo;after&rsquo; checks are performed.</p>
 
 <h2 id="unit-tests">Unit Tests</h2>
 

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/precommit-basic/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/precommit-basic/index.html b/documentation/0.2.0/precommit-basic/index.html
index e57c712..5c1a190 100644
--- a/documentation/0.2.0/precommit-basic/index.html
+++ b/documentation/0.2.0/precommit-basic/index.html
@@ -223,19 +223,15 @@ as a whole.</p>
 <p>The first step for a successful deployment is determining which features/plug-ins to enable:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --list-plugins
 </code></pre>
-
 <p>This option will list all of the available plug-ins that are installed in the default location.  From this list, the specific plug-ins can be enabled:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --plugins<span class="o">=</span><span class="s2">"ant,maven,shellcheck,xml"</span> &lt;other options&gt;
 </code></pre>
-
 <p>As a short-cut, every plug-in may be enabled via the special &lsquo;all&rsquo; type:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --plugins<span class="o">=</span><span class="s2">"all"</span> &lt;other options&gt;
 </code></pre>
-
 <p><code>--plugins</code> also allows some basic <q>arithmetic</q>:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --plugins<span class="o">=</span><span class="s2">"all,-checkstyle,-findbugs"</span> &lt;other options&gt;
 </code></pre>
-
 <p>This will enable all plug-ins for potential usage, except for checkstyle and findbugs.</p>
 
 <p><strong>NOTE: The examples in this section will assume that the necessary <code>--plugins</code> option has been set on the command line as appropriate for your particular installation.</strong></p>
@@ -244,14 +240,12 @@ as a whole.</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">cd</span> &lt;your repo&gt;
 <span class="gp">$ </span><span class="nb">test</span>-patch.sh --dirty-workspace --project<span class="o">=</span>projectname &lt;filename&gt;
 </code></pre>
-
 <p>The <code>--dirty-workspace</code> flag tells test-patch that the repository is not clean and it is ok to continue.  By default, unit tests are not run since they may take a significant amount of time.</p>
 
 <p>To do turn them on, we need to provide the &ndash;run-tests option:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">cd</span> &lt;your repo&gt;
 <span class="gp">$ </span><span class="nb">test</span>-patch.sh --dirty-workspace --run-tests &lt;filename&gt;
 </code></pre>
-
 <p>This is the same command, but now runs the unit tests.</p>
 
 <p>A typical configuration is to have two repositories.  One with the code you are working on and another, clean repository.  This means you can:</p>
@@ -260,7 +254,6 @@ as a whole.</p>
 <span class="gp">$ </span><span class="nb">cd</span> ../&lt;testrepo&gt;
 <span class="gp">$ </span><span class="nb">test</span>-patch.sh --basedir<span class="o">=</span>&lt;testrepo&gt; --resetrepo /tmp/patchfile
 </code></pre>
-
 <p>We used two new options here.  &ndash;basedir sets the location of the repository to use for testing.  &ndash;resetrepo tells test patch that it can go into <strong>destructive</strong> mode.  Destructive mode will wipe out any changes made to that repository, so use it with care!</p>
 
 <h1 id="automation">Automation</h1>
@@ -270,22 +263,18 @@ as a whole.</p>
 <p>For example:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --robot --patch-dir<span class="o">=</span><span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/patchprocess --basedir<span class="o">=</span><span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/source <span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/patchfile
 </code></pre>
-
 <p>&hellip; will trigger test-patch to run in fully automated mode, using ${WORKSPACE}/patchprocess as its scratch space, ${WORKSPACE}/source as the source repository, and ${WORKSPACE}/patchfile as the name of the patch to test against.  This will always run the unit tests, write answers back to bug systems, remove old, stopped/exited Docker images and containers after 24 hours, forcibly use &ndash;resetrepo, and more.  The &ndash;build-url option is also useful when running in &ndash;robot mode so that emails and such
 have a location to look at the output artifacts:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --robot --build-url<span class="o">=</span>http://server.example.name:80/<span class="k">${</span><span class="nv">buildnumber</span><span class="k">}</span>/
 </code></pre>
-
 <p>Some plug-ins such as Maven have special handling if there are multiple executions of test-patch happening at once.  It is very common when using automation systems to have multiple runs on the same host. In order to assist these plug-ins, an instance identifier may be provided:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --robot --instance<span class="o">=</span>1
 </code></pre>
-
 <p>If &ndash;robot is specified without an instance, a random number is generated and used.</p>
 
 <p>There is some special handling if Jenkins is actually your automation tool.  Instead of using &ndash;robot, use &ndash;jenkins:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --jenkins --patch-dir<span class="o">=</span><span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/patchprocess --basedir<span class="o">=</span><span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/source <span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/patchfile
 </code></pre>
-
 <p>This will enable &ndash;robot, set the &ndash;build-url option from the ${BUILD_URL} environment variable, and the instance identifier is set to the ${EXECUTOR_NUMBER}.</p>
 
 <p>If stuck containers are a problem, a more aggressive robot may be enabled with the &ndash;sentinel option.  This option enables killing containers that have been running for over 24 hours as well.</p>
@@ -295,7 +284,6 @@ have a location to look at the output artifacts:</p>
 <p>Out of the box, test-patch is built to use maven.  But what if the project is built using something else, such as ant?</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --build-tool<span class="o">=</span>ant
 </code></pre>
-
 <p>will tell test-patch to use ant instead of maven to drive the project.</p>
 
 <h1 id="providing-patch-files">Providing Patch Files</h1>
@@ -307,13 +295,11 @@ have a location to look at the output artifacts:</p>
 <p>For example:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> HADOOP-9905
 </code></pre>
-
 <p>&hellip; will process the patch file associated with this JIRA issue.</p>
 
 <p>If the Apache JIRA system is not in use, then override options may be provided on the command line to point to a different JIRA instance.</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --jira-issue-re<span class="o">=</span><span class="s1">'^PROJECT-[0-9]+$'</span> --jira-base-url<span class="o">=</span><span class="s1">'https://example.com/jira'</span> PROJECT-90
 </code></pre>
-
 <p>&hellip; will process the patch file attached to PROJECT-90 on the JIRA instance located on the example.com server.</p>
 
 <h2 id="github">GITHUB</h2>
@@ -321,15 +307,12 @@ have a location to look at the output artifacts:</p>
 <p>test-patch has some basic support for Github.  test-patch supports many forms of providing pull requests to work on:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --github-repo<span class="o">=</span>apache/pig 99
 </code></pre>
-
 <p>or</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh https://github.com/apache/pig/pulls/99
 </code></pre>
-
 <p>or</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh https://github.com/apache/pig/pulls/99.patch
 </code></pre>
-
 <p>&hellip; will process PR #99 on the apache/pig repo.</p>
 
 <h2 id="generic-urls">Generic URLs</h2>
@@ -339,7 +322,6 @@ have a location to look at the output artifacts:</p>
 <p>For example:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> https://example.com/webserver/file.patch
 </code></pre>
-
 <p>&hellip; will download and process the file.patch from the example.com webserver.</p>
 
 <h1 id="project-specific-capabilities">Project-specific Capabilities</h1>
@@ -349,7 +331,6 @@ have a location to look at the output artifacts:</p>
 <h2 id="direct-method">Direct Method</h2>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --personality<span class="o">=(</span>filename<span class="o">)</span>
 </code></pre>
-
 <p>This tells test-patch to use the personality in the given file.</p>
 
 <h2 id="project-method">Project Method</h2>
@@ -357,13 +338,11 @@ have a location to look at the output artifacts:</p>
 <p>However, test-patch can detect if it is a personality that is in its <q>personality</q> directory based upon the project name:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --project<span class="o">=(</span>project<span class="o">)</span>
 </code></pre>
-
 <h1 id="multijdk">MultiJDK</h1>
 
 <p>For many projects, it is useful to test Java code against multiple versions of JDKs at the same time.  test-patch can do this with the &ndash;multijdkdirs option:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --multijdkdirs<span class="o">=</span><span class="s2">"/j/d/k/1,/j/d/k/2"</span>
 </code></pre>
-
 <p>Not all Java tests support this mode, but those that do will now run their tests with all of the given versions of Java consecutively (e.g., javac&ndash;the Java compliation test).  Tests that do not support MultiJDK mode (e.g., checkstyle, mvn install) will use JAVA_HOME.</p>
 
 <p>NOTE: JAVA_HOME is always appended to the list of JDKs in MultiJDK mode.  If JAVA_HOME is in the list, it will be moved to the end.</p>
@@ -373,7 +352,6 @@ have a location to look at the output artifacts:</p>
 <p>test-patch also has a mode to utilize Docker:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --docker
 </code></pre>
-
 <p>This will do some preliminary setup and then re-execute itself inside a Docker container.  For more information on how to provide a custom Dockerfile, see the advanced guide.</p>
 
 <h2 id="in-closing">In Closing</h2>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/precommit-bugsystems/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/precommit-bugsystems/index.html b/documentation/0.2.0/precommit-bugsystems/index.html
index 83a1568..821258f 100644
--- a/documentation/0.2.0/precommit-bugsystems/index.html
+++ b/documentation/0.2.0/precommit-bugsystems/index.html
@@ -127,7 +127,6 @@
 <p>test-patch has the ability to support multiple bug systems.  Bug tools have some extra hooks to fetch patches, line-level reporting, and posting a final report. Every bug system plug-in must have one line in order to be recognized:</p>
 <pre class="highlight shell"><code>add_bugsystem &lt;pluginname&gt;
 </code></pre>
-
 <ul>
 <li><p>pluginname_locate_patch</p>
 
@@ -166,7 +165,6 @@
 <p>Currently, Bugzilla support is read-only.  To use it, the Bug ID must be preferenced with &lsquo;BZ:&rsquo;.  For example:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> BZ:4
 </code></pre>
-
 <p>&hellip; will pull down Bugzilla ID #4.</p>
 
 <p>Using the <code>--bugzilla-base-url</code> on the command line or BUGZILLA_BASE_URL in a project&rsquo;s personality will define the location of the Bugzilla instance.  By default, it is <a href="https://bz.apache.org/bugzilla">https://bz.apache.org/bugzilla</a> .</p>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/precommit-buildtools/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/precommit-buildtools/index.html b/documentation/0.2.0/precommit-buildtools/index.html
index e8fd6bd..8997e84 100644
--- a/documentation/0.2.0/precommit-buildtools/index.html
+++ b/documentation/0.2.0/precommit-buildtools/index.html
@@ -127,7 +127,6 @@
 <p>test-patch has the ability to support multiple build tools.  Build tool plug-ins have some extra hooks to do source and object maintenance at key points. Every build tool plug-in must have one line in order to be recognized:</p>
 <pre class="highlight shell"><code>add_build_tool &lt;pluginname&gt;
 </code></pre>
-
 <h1 id="global-variables">Global Variables</h1>
 
 <ul>
@@ -151,7 +150,6 @@
 <p>This allows for custom directories to be created and used as necessary.</p>
 <pre class="highlight plaintext"><code>The default is module.
 </code></pre>
-
 <ul>
 <li><p>UNSUPPORTED_TEST</p>
 
@@ -178,7 +176,7 @@
 <li><p>pluginname_modules_worker</p>
 
 <ul>
-<li>Input is the branch and the test being run.  This should call <code>modules_workers</code> with the generic parts to run that test on the build system.  For example, if it is convention to use &lsquo;test&rsquo; to trigger &#39;unit&rsquo; tests, then <code>module_workers</code> should be called with &#39;test&rsquo; appended onto its normal parameters.</li>
+<li>Input is the branch and the test being run.  This should call <code>modules_workers</code> with the generic parts to run that test on the build system.  For example, if it is convention to use &lsquo;test&rsquo; to trigger &lsquo;unit&rsquo; tests, then <code>module_workers</code> should be called with &lsquo;test&rsquo; appended onto its normal parameters.</li>
 </ul></li>
 <li><p>pluginname_builtin_personality_modules</p>
 
@@ -254,7 +252,7 @@
 
 <h1 id="cmake-specific">CMAKE Specific</h1>
 
-<p>By default, cmake will create a &#39;build&rsquo; directory and perform all work there.  This may be changed either on the command line or via a personality setting.  cmake requires make to be enabled.</p>
+<p>By default, cmake will create a &lsquo;build&rsquo; directory and perform all work there.  This may be changed either on the command line or via a personality setting.  cmake requires make to be enabled.</p>
 
 <h1 id="gradle-specific">Gradle Specific</h1>
 

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/precommit-smart-apply-patch/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/precommit-smart-apply-patch/index.html b/documentation/0.2.0/precommit-smart-apply-patch/index.html
index 870c3a6..35756be 100644
--- a/documentation/0.2.0/precommit-smart-apply-patch/index.html
+++ b/documentation/0.2.0/precommit-smart-apply-patch/index.html
@@ -131,17 +131,14 @@
 <p>Its simpliest form is used when a patch is stored in a local file:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>smart-apply-patch patch
 </code></pre>
-
 <p>This will cause the command to run through various ways to verify and then apply the patch to the current repo, including deducing a patch level.</p>
 
 <p>Perhaps you just want to see if the patch even applies without changing your local repo.  The <code>--dry-run</code> option will just test for applicability:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>smart-apply-patch --dry-run patch
 </code></pre>
-
 <p>For committers of projects, there is a special mode:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>smart-apply-patch --committer patch
 </code></pre>
-
 <p>that in addition to applying the patch will also attempt to:</p>
 
 <ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/precommit-testformats/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/precommit-testformats/index.html b/documentation/0.2.0/precommit-testformats/index.html
index 90d81e7..667b1c0 100644
--- a/documentation/0.2.0/precommit-testformats/index.html
+++ b/documentation/0.2.0/precommit-testformats/index.html
@@ -127,7 +127,6 @@
 <p>test-patch has the ability to support multiple test formats. Test formats have some extra hooks to process the output of test tools and write the results to some tables. Every test format plug-in must have one line in order to be recognized:</p>
 <pre class="highlight shell"><code>add_test_format &lt;pluginname&gt;
 </code></pre>
-
 <ul>
 <li><p>pluginname_process_tests</p>
 


[2/9] yetus git commit: git hash 2113cfa875876f25a48006786b4783605acc8ea3

Posted by aw...@apache.org.
http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/precommit-apidocs/test-patch/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/precommit-apidocs/test-patch/index.html b/documentation/0.4.0/precommit-apidocs/test-patch/index.html
index fa5b982..4822592 100644
--- a/documentation/0.4.0/precommit-apidocs/test-patch/index.html
+++ b/documentation/0.4.0/precommit-apidocs/test-patch/index.html
@@ -202,7 +202,6 @@
 </ul>
 <pre class="highlight plaintext"><code>relative_dir path
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -240,7 +239,6 @@
 </ul>
 <pre class="highlight plaintext"><code>verify_multijdk_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -280,7 +278,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_footer_table subsystem string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -316,7 +313,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_header_line string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -352,7 +348,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test_table failurereason testlist
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -388,7 +383,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_vote_table +1/0/-1 subsystem string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -424,7 +418,6 @@
 </ul>
 <pre class="highlight plaintext"><code>big_console_header string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -460,7 +453,6 @@
 </ul>
 <pre class="highlight plaintext"><code>clock_display seconds
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -496,7 +488,6 @@
 </ul>
 <pre class="highlight plaintext"><code>echo_and_redirect filename command [..]
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -532,7 +523,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generate_stack
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -568,7 +558,6 @@
 </ul>
 <pre class="highlight plaintext"><code>module_file_fragment module
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -604,7 +593,6 @@
 </ul>
 <pre class="highlight plaintext"><code>offset_clock seconds
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -640,7 +628,6 @@
 </ul>
 <pre class="highlight plaintext"><code>setup_defaults
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -676,7 +663,6 @@
 </ul>
 <pre class="highlight plaintext"><code>start_clock
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -712,7 +698,6 @@
 </ul>
 <pre class="highlight plaintext"><code>stop_clock
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -748,7 +733,6 @@
 </ul>
 <pre class="highlight plaintext"><code>write_comment filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -784,7 +768,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_usage
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -822,7 +805,6 @@
 </ul>
 <pre class="highlight plaintext"><code>archive
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -858,7 +840,6 @@
 </ul>
 <pre class="highlight plaintext"><code>bugsystem_linecomments filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -894,7 +875,6 @@
 </ul>
 <pre class="highlight plaintext"><code>buildtool_cwd MODULE_ index
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -930,7 +910,6 @@
 </ul>
 <pre class="highlight plaintext"><code>calcdiffs branchlog patchlog testtype
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -966,7 +945,6 @@
 </ul>
 <pre class="highlight plaintext"><code>clear_personality_queue
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1002,7 +980,6 @@
 </ul>
 <pre class="highlight plaintext"><code>column_calcdiffs branchlog patchlog
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1038,7 +1015,6 @@
 </ul>
 <pre class="highlight plaintext"><code>compile branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1076,7 +1052,6 @@
 </ul>
 <pre class="highlight plaintext"><code>compile_cycle branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1114,7 +1089,6 @@
 </ul>
 <pre class="highlight plaintext"><code>compile_jvm branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1152,7 +1126,6 @@
 </ul>
 <pre class="highlight plaintext"><code>compile_nonjvm branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1190,7 +1163,6 @@
 </ul>
 <pre class="highlight plaintext"><code>dequeue_personality_module modulenames
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1226,7 +1198,6 @@
 </ul>
 <pre class="highlight plaintext"><code>distclean
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1264,7 +1235,6 @@
 </ul>
 <pre class="highlight plaintext"><code>error_calcdiffs branchlog patchlog
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1300,7 +1270,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_calcdiff_status totalbranchissues totalpatchissues newpatchissues
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1336,7 +1305,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_logfilter
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1372,7 +1340,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_post_handler origlog testtype multijdkmode run commands
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1410,7 +1377,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_postlog_compare origlog testtype multijdkmode
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1448,7 +1414,6 @@
 </ul>
 <pre class="highlight plaintext"><code>generic_pre_handler testype multijdk
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1486,7 +1451,6 @@
 </ul>
 <pre class="highlight plaintext"><code>initialize $@
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1524,7 +1488,6 @@
 </ul>
 <pre class="highlight plaintext"><code>module_status moduleindex -1-0|0|+1 logvalue message
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1560,7 +1523,6 @@
 </ul>
 <pre class="highlight plaintext"><code>modules_backup
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1596,7 +1558,6 @@
 </ul>
 <pre class="highlight plaintext"><code>modules_messages repostatus testtype summarymode
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1632,7 +1593,6 @@
 </ul>
 <pre class="highlight plaintext"><code>modules_reset
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1668,7 +1628,6 @@
 </ul>
 <pre class="highlight plaintext"><code>modules_restore
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1704,7 +1663,6 @@
 </ul>
 <pre class="highlight plaintext"><code>modules_workers repostatus testtype mvncmdline
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1740,7 +1698,6 @@
 </ul>
 <pre class="highlight plaintext"><code>patchfiletests branch|patch
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1778,7 +1735,6 @@
 </ul>
 <pre class="highlight plaintext"><code>personality_enqueue_module module profiles/flags/etc
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1816,7 +1772,6 @@
 </ul>
 <pre class="highlight plaintext"><code>prepopulate_footer
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1852,7 +1807,6 @@
 </ul>
 <pre class="highlight plaintext"><code>report_jvm_version directory
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1890,7 +1844,6 @@
 </ul>
 <pre class="highlight plaintext"><code>verify_patchdir_still_exists
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/precommit-architecture/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/precommit-architecture/index.html b/documentation/0.4.0/precommit-architecture/index.html
index e6ebcf6..c5db746 100644
--- a/documentation/0.4.0/precommit-architecture/index.html
+++ b/documentation/0.4.0/precommit-architecture/index.html
@@ -191,7 +191,7 @@
 
 <h2 id="compile-cycle-patch">Compile Cycle (Patch)</h2>
 
-<p>Now that the patch has been applied the steps to compile we outlined in the compilation (branch) phase are repeated but with the patch applied. This is where a lot of &#39;after&rsquo; checks are performed.</p>
+<p>Now that the patch has been applied the steps to compile we outlined in the compilation (branch) phase are repeated but with the patch applied. This is where a lot of &lsquo;after&rsquo; checks are performed.</p>
 
 <h2 id="unit-tests">Unit Tests</h2>
 

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/precommit-basic/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/precommit-basic/index.html b/documentation/0.4.0/precommit-basic/index.html
index d578a3b..9d08b50 100644
--- a/documentation/0.4.0/precommit-basic/index.html
+++ b/documentation/0.4.0/precommit-basic/index.html
@@ -224,19 +224,15 @@ as a whole.</p>
 <p>The first step for a successful deployment is determining which features/plug-ins to enable:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --list-plugins
 </code></pre>
-
 <p>This option will list all of the available plug-ins that are installed in the default location.  From this list, the specific plug-ins can be enabled:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --plugins<span class="o">=</span><span class="s2">"ant,maven,shellcheck,xml"</span> &lt;other options&gt;
 </code></pre>
-
 <p>As a short-cut, every plug-in may be enabled via the special &lsquo;all&rsquo; type:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --plugins<span class="o">=</span><span class="s2">"all"</span> &lt;other options&gt;
 </code></pre>
-
 <p><code>--plugins</code> also allows some basic <q>arithmetic</q>:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --plugins<span class="o">=</span><span class="s2">"all,-checkstyle,-findbugs"</span> &lt;other options&gt;
 </code></pre>
-
 <p>This will enable all plug-ins for potential usage, except for checkstyle and findbugs.</p>
 
 <p><strong>NOTE: The examples in this section will assume that the necessary <code>--plugins</code> option has been set on the command line as appropriate for your particular installation.</strong></p>
@@ -245,14 +241,12 @@ as a whole.</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">cd</span> &lt;your repo&gt;
 <span class="gp">$ </span><span class="nb">test</span>-patch.sh --dirty-workspace --project<span class="o">=</span>projectname &lt;filename&gt;
 </code></pre>
-
 <p>The <code>--dirty-workspace</code> flag tells test-patch that the repository is not clean and it is ok to continue.  By default, unit tests are not run since they may take a significant amount of time.</p>
 
 <p>To do turn them on, we need to provide the &ndash;run-tests option:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">cd</span> &lt;your repo&gt;
 <span class="gp">$ </span><span class="nb">test</span>-patch.sh --dirty-workspace --run-tests &lt;filename&gt;
 </code></pre>
-
 <p>This is the same command, but now runs the unit tests.</p>
 
 <p>A typical configuration is to have two repositories.  One with the code you are working on and another, clean repository.  This means you can:</p>
@@ -261,7 +255,6 @@ as a whole.</p>
 <span class="gp">$ </span><span class="nb">cd</span> ../&lt;testrepo&gt;
 <span class="gp">$ </span><span class="nb">test</span>-patch.sh --basedir<span class="o">=</span>&lt;testrepo&gt; --resetrepo /tmp/patchfile
 </code></pre>
-
 <p>We used two new options here.  &ndash;basedir sets the location of the repository to use for testing.  &ndash;resetrepo tells test patch that it can go into <strong>destructive</strong> mode.  Destructive mode will wipe out any changes made to that repository, so use it with care!</p>
 
 <h1 id="automation">Automation</h1>
@@ -271,22 +264,18 @@ as a whole.</p>
 <p>For example:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --robot --patch-dir<span class="o">=</span><span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/patchprocess --basedir<span class="o">=</span><span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/source <span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/patchfile
 </code></pre>
-
 <p>&hellip; will trigger test-patch to run in fully automated mode, using ${WORKSPACE}/patchprocess as its scratch space, ${WORKSPACE}/source as the source repository, and ${WORKSPACE}/patchfile as the name of the patch to test against.  This will always run the unit tests, write answers back to bug systems, remove old, stopped/exited Docker containers after 24 hours and images after 1 week, forcibly use &ndash;resetrepo, and more.  The &ndash;build-url option is also useful when running in &ndash;robot mode so that emails and such
 have a location to look at the output artifacts:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --robot --build-url<span class="o">=</span>http://server.example.name:80/<span class="k">${</span><span class="nv">buildnumber</span><span class="k">}</span>/
 </code></pre>
-
 <p>Some plug-ins such as Maven have special handling if there are multiple executions of test-patch happening at once.  It is very common when using automation systems to have multiple runs on the same host. In order to assist these plug-ins, an instance identifier may be provided:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --robot --instance<span class="o">=</span>1
 </code></pre>
-
 <p>If &ndash;robot is specified without an instance, a random number is generated and used.</p>
 
 <p>There is some special handling if Jenkins is actually your automation tool.  Instead of using &ndash;robot, use &ndash;jenkins:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --jenkins --patch-dir<span class="o">=</span><span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/patchprocess --basedir<span class="o">=</span><span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/source <span class="k">${</span><span class="nv">WORKSPACE</span><span class="k">}</span>/patchfile
 </code></pre>
-
 <p>This will enable &ndash;robot, set the &ndash;build-url option from the ${BUILD_URL} environment variable, and the instance identifier is set to the ${EXECUTOR_NUMBER}.</p>
 
 <p>If stuck containers are a problem, a more aggressive robot may be enabled with the &ndash;sentinel option.  This option enables killing containers that have been running for over 24 hours as well.</p>
@@ -296,7 +285,6 @@ have a location to look at the output artifacts:</p>
 <p>Out of the box, test-patch is built to use maven.  But what if the project is built using something else, such as ant?</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --build-tool<span class="o">=</span>ant
 </code></pre>
-
 <p>will tell test-patch to use ant instead of maven to drive the project.</p>
 
 <h1 id="providing-patch-files">Providing Patch Files</h1>
@@ -311,13 +299,11 @@ have a location to look at the output artifacts:</p>
 <p>For example:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> HADOOP-9905
 </code></pre>
-
 <p>&hellip; will process the patch file associated with this JIRA issue.</p>
 
 <p>If the Apache JIRA system is not in use, then override options may be provided on the command line to point to a different JIRA instance.</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --jira-issue-re<span class="o">=</span><span class="s1">'^PROJECT-[0-9]+$'</span> --jira-base-url<span class="o">=</span><span class="s1">'https://example.com/jira'</span> PROJECT-90
 </code></pre>
-
 <p>&hellip; will process the patch file attached to PROJECT-90 on the JIRA instance located on the example.com server.</p>
 
 <h2 id="github">GITHUB</h2>
@@ -325,15 +311,12 @@ have a location to look at the output artifacts:</p>
 <p>test-patch has some basic support for Github.  test-patch supports many forms of providing pull requests to work on:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh --github-repo<span class="o">=</span>apache/pig 99
 </code></pre>
-
 <p>or</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh https://github.com/apache/pig/pulls/99
 </code></pre>
-
 <p>or</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh https://github.com/apache/pig/pulls/99.patch
 </code></pre>
-
 <p>&hellip; will process PR #99 on the apache/pig repo.</p>
 
 <h2 id="generic-urls">Generic URLs</h2>
@@ -343,7 +326,6 @@ have a location to look at the output artifacts:</p>
 <p>For example:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> https://example.com/webserver/file.patch
 </code></pre>
-
 <p>&hellip; will download and process the file.patch from the example.com webserver.</p>
 
 <h1 id="project-specific-capabilities">Project-specific Capabilities</h1>
@@ -353,7 +335,6 @@ have a location to look at the output artifacts:</p>
 <h2 id="direct-method">Direct Method</h2>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --personality<span class="o">=(</span>filename<span class="o">)</span>
 </code></pre>
-
 <p>This tells test-patch to use the personality in the given file.</p>
 
 <h2 id="project-method">Project Method</h2>
@@ -361,13 +342,11 @@ have a location to look at the output artifacts:</p>
 <p>However, test-patch can detect if it is a personality that is in its <q>personality</q> directory based upon the project name:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --project<span class="o">=(</span>project<span class="o">)</span>
 </code></pre>
-
 <h1 id="multijdk">MultiJDK</h1>
 
 <p>For many projects, it is useful to test Java code against multiple versions of JDKs at the same time.  test-patch can do this with the &ndash;multijdkdirs option:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --multijdkdirs<span class="o">=</span><span class="s2">"/j/d/k/1,/j/d/k/2"</span>
 </code></pre>
-
 <p>Not all Java tests support this mode, but those that do will now run their tests with all of the given versions of Java consecutively (e.g., javac&ndash;the Java compliation test).  Tests that do not support MultiJDK mode (e.g., checkstyle, mvn install) will use JAVA_HOME.</p>
 
 <p>NOTE: JAVA_HOME is always appended to the list of JDKs in MultiJDK mode.  If JAVA_HOME is in the list, it will be moved to the end.</p>
@@ -377,7 +356,6 @@ have a location to look at the output artifacts:</p>
 <p>test-patch also has a mode to utilize Docker:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --docker
 </code></pre>
-
 <p>This will do some preliminary setup and then re-execute itself inside a Docker container.  For more information on how to provide a custom Dockerfile, see the advanced guide.</p>
 
 <h2 id="in-closing">In Closing</h2>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/precommit-bugsystems/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/precommit-bugsystems/index.html b/documentation/0.4.0/precommit-bugsystems/index.html
index 83a1568..821258f 100644
--- a/documentation/0.4.0/precommit-bugsystems/index.html
+++ b/documentation/0.4.0/precommit-bugsystems/index.html
@@ -127,7 +127,6 @@
 <p>test-patch has the ability to support multiple bug systems.  Bug tools have some extra hooks to fetch patches, line-level reporting, and posting a final report. Every bug system plug-in must have one line in order to be recognized:</p>
 <pre class="highlight shell"><code>add_bugsystem &lt;pluginname&gt;
 </code></pre>
-
 <ul>
 <li><p>pluginname_locate_patch</p>
 
@@ -166,7 +165,6 @@
 <p>Currently, Bugzilla support is read-only.  To use it, the Bug ID must be preferenced with &lsquo;BZ:&rsquo;.  For example:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> BZ:4
 </code></pre>
-
 <p>&hellip; will pull down Bugzilla ID #4.</p>
 
 <p>Using the <code>--bugzilla-base-url</code> on the command line or BUGZILLA_BASE_URL in a project&rsquo;s personality will define the location of the Bugzilla instance.  By default, it is <a href="https://bz.apache.org/bugzilla">https://bz.apache.org/bugzilla</a> .</p>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/precommit-buildtools/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/precommit-buildtools/index.html b/documentation/0.4.0/precommit-buildtools/index.html
index 7f4822e..7f87717 100644
--- a/documentation/0.4.0/precommit-buildtools/index.html
+++ b/documentation/0.4.0/precommit-buildtools/index.html
@@ -127,7 +127,6 @@
 <p>test-patch has the ability to support multiple build tools.  Build tool plug-ins have some extra hooks to do source and object maintenance at key points. Every build tool plug-in must have one line in order to be recognized:</p>
 <pre class="highlight shell"><code>add_build_tool &lt;pluginname&gt;
 </code></pre>
-
 <h1 id="global-variables">Global Variables</h1>
 
 <ul>
@@ -151,7 +150,6 @@
 <p>This allows for custom directories to be created and used as necessary.</p>
 <pre class="highlight plaintext"><code>The default is module.
 </code></pre>
-
 <ul>
 <li><p>UNSUPPORTED_TEST</p>
 
@@ -178,12 +176,12 @@
 <li><p>pluginname_modules_worker</p>
 
 <ul>
-<li>Input is the branch and the test being run.  This should call <code>modules_workers</code> with the generic parts to run that test on the build system.  For example, if it is convention to use &lsquo;test&rsquo; to trigger &#39;unit&rsquo; tests, then <code>module_workers</code> should be called with &#39;test&rsquo; appended onto its normal parameters.</li>
+<li>Input is the branch and the test being run.  This should call <code>modules_workers</code> with the generic parts to run that test on the build system.  For example, if it is convention to use &lsquo;test&rsquo; to trigger &lsquo;unit&rsquo; tests, then <code>module_workers</code> should be called with &lsquo;test&rsquo; appended onto its normal parameters.</li>
 </ul></li>
 <li><p>pluginname_builtin_personality_modules</p>
 
 <ul>
-<li>Default method to determine how to enqueue modules for processing.  Note that personalities may override this function. Requires two arguments: repo status and test desired. For example, in a maven build, values may be &#39;branch&rsquo; and &#39;mvninstall&rsquo;.</li>
+<li>Default method to determine how to enqueue modules for processing.  Note that personalities may override this function. Requires two arguments: repo status and test desired. For example, in a maven build, values may be &lsquo;branch&rsquo; and &lsquo;mvninstall&rsquo;.</li>
 </ul></li>
 <li><p>pluginname_builtin_personality_file_tests</p>
 
@@ -249,7 +247,7 @@
 
 <h1 id="cmake-specific">CMAKE Specific</h1>
 
-<p>By default, cmake will create a &#39;build&rsquo; directory and perform all work there.  This may be changed either on the command line or via a personality setting.  cmake requires make to be enabled.</p>
+<p>By default, cmake will create a &lsquo;build&rsquo; directory and perform all work there.  This may be changed either on the command line or via a personality setting.  cmake requires make to be enabled.</p>
 
 <h1 id="gradle-specific">Gradle Specific</h1>
 

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/precommit-qbt/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/precommit-qbt/index.html b/documentation/0.4.0/precommit-qbt/index.html
index 35871b4..6f2e013 100644
--- a/documentation/0.4.0/precommit-qbt/index.html
+++ b/documentation/0.4.0/precommit-qbt/index.html
@@ -139,7 +139,6 @@ file. This can then be used with systems like Jenkin&rsquo;s
 email-ext plug-in to send the output as an emailed report:</p>
 <pre class="highlight plaintext"><code>${FILE,path="&lt;report-file-path&gt;"}
 </code></pre>
-
 <p>For something a bit more structured, there is also the <code>--html-report-file</code>
 option.  Using this output, again with Jenkins&rsquo; email-ext plug-in, it is
 possible to build some very nice looking output that is easily customized:</p>
@@ -162,7 +161,6 @@ possible to build some very nice looking output that is easily customized:</p>
 ${FILE,path="<span class="nt">&lt;report-file-path&gt;</span>"}
 <span class="nt">&lt;/body&gt;&lt;/html&gt;</span>
 </code></pre>
-
 <p>If your mailing lists do not allow HTML-formatted email, then the <code>--brief-report-file</code>
 provides a solution.  This option creates a very plain, reduced content text file
 suitable for email.  It contains just the barebones information needed to get

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/precommit-smart-apply-patch/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/precommit-smart-apply-patch/index.html b/documentation/0.4.0/precommit-smart-apply-patch/index.html
index 7d45173..d77518a 100644
--- a/documentation/0.4.0/precommit-smart-apply-patch/index.html
+++ b/documentation/0.4.0/precommit-smart-apply-patch/index.html
@@ -131,17 +131,14 @@
 <p>Its simplest form is used when a patch is stored in a local file:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>smart-apply-patch patch
 </code></pre>
-
 <p>This will cause the command to run through various ways to verify and then apply the patch to the current repo, including deducing a patch level.</p>
 
 <p>Perhaps you just want to see if the patch even applies without changing your local repo.  The <code>--dry-run</code> option will just test for applicability:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>smart-apply-patch --dry-run patch
 </code></pre>
-
 <p>For committers of projects, there is a special mode:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>smart-apply-patch --committer patch
 </code></pre>
-
 <p>that in addition to applying the patch will also attempt to:</p>
 
 <ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/precommit-testformats/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/precommit-testformats/index.html b/documentation/0.4.0/precommit-testformats/index.html
index bda3331..e1a6986 100644
--- a/documentation/0.4.0/precommit-testformats/index.html
+++ b/documentation/0.4.0/precommit-testformats/index.html
@@ -127,7 +127,6 @@
 <p>test-patch has the ability to support multiple test formats. Test formats have some extra hooks to process the output of test tools and write the results to some tables. Every test format plug-in must have one line in order to be recognized:</p>
 <pre class="highlight shell"><code>add_test_format &lt;pluginname&gt;
 </code></pre>
-
 <p>Test format plugins can provide following two methods, which will be called by test-patch if defined.</p>
 
 <ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.4.0/releasedocmaker/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/releasedocmaker/index.html b/documentation/0.4.0/releasedocmaker/index.html
index 0852f50..76f00e5 100644
--- a/documentation/0.4.0/releasedocmaker/index.html
+++ b/documentation/0.4.0/releasedocmaker/index.html
@@ -165,7 +165,6 @@
 <p>Minimally, the name of the JIRA project and a version registered in JIRA must be provided:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project <span class="o">(</span>project<span class="o">)</span> --version <span class="o">(</span>version<span class="o">)</span>
 </code></pre>
-
 <p>This will query Apache JIRA, generating two files in a directory named after the given version in an extended markdown format which can be processed by both mvn site and GitHub.</p>
 
 <ul>
@@ -183,20 +182,17 @@
 <p>For example, to build the release documentation for HBase v1.2.0&hellip;</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.2.0
 </code></pre>
-
 <p>&hellip; will create a 1.2.0 directory and inside that directory will be CHANGES.1.2.0.md and RELEASENOTES.1.2.0.md .</p>
 
 <p>By default, release notes are expected to be in plain text.  However, you can write them in markdown if you include a header at the top of your release note:</p>
 <pre class="highlight xml"><code><span class="c">&lt;!-- markdown --&gt;</span>
 remaining text
 </code></pre>
-
 <h1 id="changing-the-header">Changing the Header</h1>
 
 <p>By default, it will use a header that matches the project name.  But that is kind of ugly and the case may be wrong.  Luckily, the title can be changed:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.2.0 --projecttitle <span class="s2">"Apache HBase"</span>
 </code></pre>
-
 <p>Now instead of <q>HBASE</q>, it will use <q>Apache HBASE</q> for some titles and headers.</p>
 
 <h1 id="multiple-versions">Multiple Versions</h1>
@@ -204,13 +200,11 @@ remaining text
 <p>The script can also generate multiple versions at once, by</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --version 1.2.0
 </code></pre>
-
 <p>This will create the files for versions 1.0.0 and versions 1.2.0 in their own directories.</p>
 
 <p>But what if the version numbers are not known?  releasedocmaker can also generate version data based upon ranges:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --version 1.2.0 --range
 </code></pre>
-
 <p>In this form, releasedocmaker will query JIRA, discover all versions that alphabetically appear to be between 1.0.0 and 1.2.0, inclusive, and generate all of the relative release documents.  This is especially useful when bootstrapping an existing project.</p>
 
 <h1 id="unreleased-dates">Unreleased Dates</h1>
@@ -220,7 +214,6 @@ remaining text
 <p>The &ndash;usetoday option can be used to signify that instead of using Unreleased, releasedocmaker should use today&rsquo;s date.</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --usetoday
 </code></pre>
-
 <p>After using this option and release, don&rsquo;t forget to change JIRA&rsquo;s release date to match!</p>
 
 <h1 id="sorted-output">Sorted Output</h1>
@@ -232,11 +225,9 @@ remaining text
 <p>By default, releasedocmaker will sort the output based upon the resolution date of the issue starting with older resolutions.  This is the same as giving these options:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project falcon --version 0.6 --sorttype resolutiondate --sortorder older
 </code></pre>
-
 <p>The order can be reversed so that newer issues appear on top by providing the &lsquo;newer&rsquo; flag:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project falcon --version 0.6 --sorttype resolutiondate --sortorder newer
 </code></pre>
-
 <p>In the case of multiple projects given on the command line, the projects will be interspersed.</p>
 
 <h2 id="issue-number-based-sort">Issue Number-based Sort</h2>
@@ -244,27 +235,23 @@ remaining text
 <p>An alternative to the date-based sort is to sort based upon the issue id.  This may be accomplished via:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project falcon --version 0.6 --sorttype issueid --sortorder asc
 </code></pre>
-
 <p>This will now sort by the issue id, listing them in lowest to highest (or ascending) order.</p>
 
 <p>The order may be reversed to list them in highest to lowest (or descending) order by providing the appropriate flag:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project falcon --version 0.6 --sorttype issueid --sortorder desc
 </code></pre>
-
 <p>In the case of multiple projects given on the command line, the projects will be grouped and then sorted by issue id.</p>
 
 <h1 id="backward-incompatible-changes">Backward Incompatible Changes</h1>
 
 <p>To check if an issue is backward-incompatible the releasedocmaker script first checks the <q>Hadoop Flags</q> field in the
-issue. If this field is found to be blank then it searches for the &#39;backward-incompatible&rsquo; label. You can override the
+issue. If this field is found to be blank then it searches for the &lsquo;backward-incompatible&rsquo; label. You can override the
 default value for this label by using &ndash;incompatiblelabel option e.g.</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project falcon --version 0.6 --incompatiblelabel not-compatible
 </code></pre>
-
 <p>or equivalently using the shorter -X option</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project falcon --version 0.6 -X not-compatible
 </code></pre>
-
 <h1 id="lint-mode">Lint Mode</h1>
 
 <p>In order to ensure proper formatting while using mvn site, releasedocmaker puts in periods (.) for fields that are empty or unassigned.  This can be unsightly and not proper for any given project.  There are also other things, such as missing release notes for incompatible changes, that are less than desirable.</p>
@@ -272,7 +259,6 @@ default value for this label by using &ndash;incompatiblelabel option e.g.</p>
 <p>In order to help release managers from having to scan through potentially large documents, releasedocmaker features a lint mode, triggered via &ndash;lint:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --lint
 </code></pre>
-
 <p>This will do the normal JIRA querying, looking for items it considers problematic.  It will print the information to the screen and then exit with either success or failure, depending upon if any issues were discovered.</p>
 
 <h1 id="index-mode">Index Mode</h1>
@@ -290,7 +276,6 @@ For example directories with names like 0.6, 1.2.2, 1.2alpha etc. will all be li
 <p>You can find the version of the releasedocmaker that you are using by giving the -V option. This may be helpful in finding documentation for the version you are using.</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py -V
 </code></pre>
-
     </div>
       <div class="container">
     <hr>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/allclasses-frame.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/allclasses-frame.html b/documentation/in-progress/audience-annotations-apidocs/allclasses-frame.html
index 2596ed2..6b35b41 100644
--- a/documentation/in-progress/audience-annotations-apidocs/allclasses-frame.html
+++ b/documentation/in-progress/audience-annotations-apidocs/allclasses-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/allclasses-noframe.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/allclasses-noframe.html b/documentation/in-progress/audience-annotations-apidocs/allclasses-noframe.html
index 613c2ba..1a00430 100644
--- a/documentation/in-progress/audience-annotations-apidocs/allclasses-noframe.html
+++ b/documentation/in-progress/audience-annotations-apidocs/allclasses-noframe.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/constant-values.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/constant-values.html b/documentation/in-progress/audience-annotations-apidocs/constant-values.html
index 0174eb2..6b1c09a 100644
--- a/documentation/in-progress/audience-annotations-apidocs/constant-values.html
+++ b/documentation/in-progress/audience-annotations-apidocs/constant-values.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constant Field Values (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/deprecated-list.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/deprecated-list.html b/documentation/in-progress/audience-annotations-apidocs/deprecated-list.html
index e9e9366..2ceae0d 100644
--- a/documentation/in-progress/audience-annotations-apidocs/deprecated-list.html
+++ b/documentation/in-progress/audience-annotations-apidocs/deprecated-list.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Deprecated List (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/help-doc.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/help-doc.html b/documentation/in-progress/audience-annotations-apidocs/help-doc.html
index 1bdab69..0afc77e 100644
--- a/documentation/in-progress/audience-annotations-apidocs/help-doc.html
+++ b/documentation/in-progress/audience-annotations-apidocs/help-doc.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Help (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/index-all.html b/documentation/in-progress/audience-annotations-apidocs/index-all.html
index 2f0a588..2abfe0f 100644
--- a/documentation/in-progress/audience-annotations-apidocs/index-all.html
+++ b/documentation/in-progress/audience-annotations-apidocs/index-all.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/index.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/index.html b/documentation/in-progress/audience-annotations-apidocs/index.html
index 8bb5dae..d63627d 100644
--- a/documentation/in-progress/audience-annotations-apidocs/index.html
+++ b/documentation/in-progress/audience-annotations-apidocs/index.html
@@ -2,16 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API</title>
 <script type="text/javascript">
-    tmpTargetPage = "" + window.location.search;
-    if (tmpTargetPage != "" && tmpTargetPage != "undefined")
-        tmpTargetPage = tmpTargetPage.substring(1);
-    if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
-        tmpTargetPage = "undefined";
-    targetPage = tmpTargetPage;
+    targetPage = "" + window.location.search;
+    if (targetPage != "" && targetPage != "undefined")
+        targetPage = targetPage.substring(1);
+    if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
+        targetPage = "undefined";
     function validURL(url) {
         try {
             url = decodeURIComponent(url);

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
index 860e899..0eae229 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
index bdfc64d..445846c 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
index 2f427f3..a04565a 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
index 34f1f92..a6b3017 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
index 4e27c91..939aa1f 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
index 1e18281..2bec776 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
index 2931651..f908b00 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
index b8f6ecd..c34c28b 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
index 5677ddd..f93a567 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
index 6b50b81..eefc43d 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
index b1e871d..aa90225 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
index 8553e74..14cc82b 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
index 2c42f8b..744d401 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
index 74c4a75..97932f8 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
index b3c304b..dc55dee 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
index 14e17fd..ec56596 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
index 2b6ece9..d10f094 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
index f9210c4..18e68c3 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
index e8532e5..516f843 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience Class Hierarchy (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
index 2747fb0..9d6d862 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
index f9e3911..ae830a3 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ExcludePrivateAnnotationsJDiffDoclet (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
index 1bf176e..3c91464 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ExcludePrivateAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
index 2b04033..f702b4a 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>IncludePublicAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
index 0a310a8..ca8bd82 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.ExcludePrivateAnnotationsJDiffDoclet (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
index 06a7762..a91f28b 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.ExcludePrivateAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
index 9c06b56..0cdbb60 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
index fdb90f7..f81db6c 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
index 167bfb9..66fee7f 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
index 203ecfc..638ddbb 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools Class Hierarchy (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
index d830f30..52ca185 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/in-progress/audience-annotations-apidocs/overview-frame.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/overview-frame.html b/documentation/in-progress/audience-annotations-apidocs/overview-frame.html
index 9af2d05..4c35461 100644
--- a/documentation/in-progress/audience-annotations-apidocs/overview-frame.html
+++ b/documentation/in-progress/audience-annotations-apidocs/overview-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jun 01 09:34:58 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:11:23 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview List (Apache Yetus - Audience Annotations Component 0.5.0-SNAPSHOT API)</title>
-<meta name="date" content="2017-06-01">
+<meta name="date" content="2017-06-16">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>