You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by br...@apache.org on 2015/05/09 20:19:17 UTC

svn commit: r950741 [22/40] - in /websites/production/commons/content/proper/commons-cli: ./ apidocs/ apidocs/org/apache/commons/cli/ apidocs/org/apache/commons/cli/class-use/ apidocs/resources/ apidocs/src-html/org/apache/commons/cli/ cobertura/ jacoc...

Modified: websites/production/commons/content/proper/commons-cli/apidocs/stylesheet.css
==============================================================================
--- websites/production/commons/content/proper/commons-cli/apidocs/stylesheet.css (original)
+++ websites/production/commons/content/proper/commons-cli/apidocs/stylesheet.css Sat May  9 18:19:15 2015
@@ -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
 /*
 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;
+    white-space:pre;
 }
-caption a:link, caption a:hover, caption a:active, caption a:visited {
+.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;
 }
-.tableSubHeadingColor {
-    background-color: #EEEEFF;
+.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab {
+    padding-top:0px;
+    padding-left:0px;
+    padding-right:0px;
+    background-image:none;
+    float:none;
+    display:inline;
 }
-.altColor {
-    background-color:#eeeeef;
+.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
+.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd {
+    display:none;
+    width:5px;
+    position:relative;
+    float:left;
+    background-color:#F8981D;
 }
-.rowColor {
-    background-color:#ffffff;
+.memberSummary .activeTableTab .tabEnd {
+    display:none;
+    width:5px;
+    margin-right:3px;
+    position:relative; 
+    float:left;
+    background-color:#F8981D;
+}
+.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;
+    width:100%;
 }
-th.colFirst, th.colLast, th.colOne, .constantValuesContainer th {
+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, .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;
-}
-table.overviewSummary  {
-    padding:0px;
-    margin-left:0px;
+    font-size:13px;
 }
-table.overviewSummary td.colFirst, table.overviewSummary th.colFirst,
-table.overviewSummary td.colOne, table.overviewSummary th.colOne {
+.overviewSummary td.colFirst, .overviewSummary 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:middle;
+    vertical-align:top;
 }
-table.packageSummary td.colFirst, table.overviewSummary th.colFirst {
-    width:25%;
-    vertical-align:middle;
+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;
+}
+.tableSubHeadingColor {
+    background-color:#EEEEFF;
+}
+.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;
 }
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-cli/changes-report.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/changes-report.html (original)
+++ websites/production/commons/content/proper/commons-cli/changes-report.html Sat May  9 18:19:15 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 06 April 2015
+ | Generated by Apache Maven Doxia at 09 May 2015
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150406" />
+    <meta name="Date-Revision-yyyymmdd" content="20150509" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CLI &#x2013; Commons CLI Release Notes</title>
 
@@ -21,7 +21,7 @@
 	<script type="text/javascript" src="./js/site.js"></script>
 
                             
-<link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                
+<link rel="stylesheet" href="./css/prettify.css" media="all" type="text/css"/>                                
 <script src="./js/prettify.js" type="text/javascript"></script>                                
 <script type="text/javascript">window.onload=function() {
               prettyPrint();
@@ -43,8 +43,8 @@
 					<a class="brand" href="http://commons.apache.org/proper/commons-cli/">Apache Commons CLI &trade;</a>
 					<ul class="nav">      
                     
-            <li id="publishDate">Last Published: 06 April 2015</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.3-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 09 May 2015</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.3</li>
   </ul>
                     <div class="pull-right">	<ul class="nav">
 						<li>
@@ -112,12 +112,12 @@
     Option properties</a>
   				</li>
  														<li class="none">
-		              <a href="apidocs/index.html" title="Javadoc (Current 1.3-SNAPSHOT)">
-    Javadoc (Current 1.3-SNAPSHOT)</a>
+		              <a href="apidocs/index.html" title="Javadoc (Current 1.3)">
+    Javadoc (Current 1.3)</a>
   				</li>
  														<li class="none">
-		              <a href="javadocs/api-release/index.html" title="Javadoc (1.2)">
-    Javadoc (1.2)</a>
+		              <a href="javadocs/api-release/index.html" title="Javadoc (1.3)">
+    Javadoc (1.3)</a>
   				</li>
  								</ul>
 			<ul class="nav nav-list">
@@ -126,7 +126,7 @@
 		              <a href="project-info.html" title="Project Information">
     Project Information</a>
   									</li>
- 																		                                                                                                                                                                                                                                                                          										<li class="expanded">
+ 																		                                                                                                                                                                                                                                                        										<li class="expanded">
 		              <a href="project-reports.html" title="Project Reports">
     Project Reports</a>
   									<ul>
@@ -167,24 +167,20 @@
     JDepend</a>
   				</li>
  																		<li class="none">
-		              <a href="checkstyle.html" title="Checkstyle">
-    Checkstyle</a>
-  				</li>
- 																		<li class="none">
-		              <a href="findbugs.html" title="FindBugs Report">
-    FindBugs Report</a>
+		              <a href="jacoco/index.html" title="JaCoCo Test">
+    JaCoCo Test</a>
   				</li>
  																		<li class="none">
-		              <a href="cobertura/index.html" title="Cobertura Test Coverage">
-    Cobertura Test Coverage</a>
+		              <a href="checkstyle.html" title="Checkstyle">
+    Checkstyle</a>
   				</li>
  																		<li class="none">
-		              <a href="pmd.html" title="PMD Report">
-    PMD Report</a>
+		              <a href="findbugs.html" title="FindBugs">
+    FindBugs</a>
   				</li>
  																		<li class="none">
-		              <a href="cpd.html" title="CPD Report">
-    CPD Report</a>
+		              <a href="cpd.html" title="CPD">
+    CPD</a>
   				</li>
  										</ul>
 							</li>
@@ -292,7 +288,7 @@
 <th>Description</th></tr>
 <tr class="b">
 <td><a href="#a1.3">1.3</a></td>
-<td>in SVN</td>
+<td>2015-05-09</td>
 <td>This is a feature and maintenance bug fix release.</td></tr>
 <tr class="a">
 <td><a href="#a1.2">1.2</a></td>
@@ -307,7 +303,7 @@
 <td>2002-11-06</td>
 <td>Initial release</td></tr></table></div>
 <div class="section">
-<h3 id="a1.3">Release 1.3 &#x2013; in SVN</h3>
+<h3 id="a1.3">Release 1.3 &#x2013; 2015-05-09</h3>
 <table border="0" class="bodyTable">
 <tr class="b">
 <th>Type</th>
@@ -315,353 +311,357 @@
 <th>By</th></tr>
 <tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
+<td>Fixed broken Javadoc links on Introduction page. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-248">CLI-248</a>.</td>
+<td><a href="team-list.html#djones">djones</a></td></tr>
+<tr class="b">
+<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Fixed code example in javadoc of &quot;Option#Builder#valueSeparator(char)&quot;. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-234">CLI-234</a>. Thanks to Greg Thomas.</td>
 <td><a href="team-list.html#tn">tn</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Clarified behavior of &quot;OptionValidator#validateOption(String)&quot; in case of null input. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-241">CLI-241</a>. Thanks to Beluga Behr.</td>
 <td><a href="team-list.html#tn">tn</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Small cleanup of Option class. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-240">CLI-240</a>. Thanks to Beluga Behr.</td>
 <td><a href="team-list.html#tn">tn</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Removed DoubleCheckedLocking test from checkstyle configuration. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-231">CLI-231</a>. Thanks to Duncan Jones.</td>
 <td><a href="team-list.html#tn">tn</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Options.getRequiredOptions() now returns an unmodifiable list. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-230">CLI-230</a>.</td>
 <td><a href="team-list.html#tn">tn</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
 <td>Added new fluent API to create Option instances via builder class Option.Builder.
         This replaces the now deprecated OptionBuilder. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-224">CLI-224</a>. Thanks to Duncan Jones, Brian Blount.</td>
 <td><a href="team-list.html#tn">tn</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Clarify javadoc for CommandLine.getOptionValue() that the first specified
         argument will be returned. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-218">CLI-218</a>. Thanks to Sven.</td>
 <td><a href="team-list.html#tn">tn</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
 <td>Added new method Options.addOption(String, String). Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-214">CLI-214</a>. Thanks to Alexandru Mocanu.</td>
 <td><a href="team-list.html#tn">tn</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Changed unit tests to junit 4 annotation style. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-227">CLI-227</a>. Thanks to Duncan Jones.</td>
 <td><a href="team-list.html#tn">tn</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Default options will now work correctly with required options that are missing. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-202">CLI-202</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Default options will now work correctly together with option groups. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-203">CLI-203</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>The javadoc of OptionBuilder now states that the class is not thread-safe. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-209">CLI-209</a>. Thanks to Thomas Herre.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
 <td>HelpFormatter now supports setting the displayed separator of long options. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-169">CLI-169</a>. Thanks to J. Lewis Muir.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Improve description of parameter &quot;stopAtNonOption&quot; in method
         CommandLine.parse(Options, String[], boolean). Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-197">CLI-197</a>. Thanks to Anders Larsson.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Passing default values for not defined options to a parser will now trigger
         a ParseException instead of a NullPointerException. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-204">CLI-204</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>HelpFormatter.setArgName(String) now correctly sets the argument name. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-205">CLI-205</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Default properties provided as input to the Parser.parse() methods are now
         correctly processed. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-201">CLI-201</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>CommandLine.getParsedOptionValue() now returns a String object if no
         option type has been explicitly set. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-215">CLI-215</a>. Thanks to Manuel M&#xfc;ller.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Fixed typo in javadoc of class CommandLine. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-200">CLI-200</a>. Thanks to Gerard Weatherby.</td>
 <td><a href="team-list.html#ggregory">ggregory</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Source code now uses generic types instead of raw types where possible. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-223">CLI-223</a>. Thanks to Gerard Weatherby.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>Corrected javadoc for return type of MissingOptionException.getMissingOptions(). Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-220">CLI-220</a>. Thanks to Joe Casadonte.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>HelpFormatter now prints command-line options in the same order as they
         have been added. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-212">CLI-212</a>. Thanks to Per Cederberg.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Standard help text now shows mandatory arguments also for the first option. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-186">CLI-186</a>. Thanks to Kristoff Kiefer.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>HelpFormatter does not strip anymore leading whitespace in the footer text. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-207">CLI-207</a>. Thanks to Uri Moszkowicz.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Strip quotes contained in argument values only if there is exactly one at the
         beginning and one at the end. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-185">CLI-185</a>. Thanks to Einar M R Rosenvinge.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Negative numerical arguments take precedence over numerical options (only supported
         by the new DefaultParser). Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-184">CLI-184</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Fix possible StringIndexOutOfBoundsException in HelpFormatter. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-193">CLI-193</a>. Thanks to Travis McLeskey.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
 <td>A new parser is available: DefaultParser. It combines the features of the GnuParser and the PosixParser.
         It also provides additional features like partial matching for the long options, and long options without
         separator (i.e like the JVM memory settings: -Xmx512m). This new parser deprecates the previous ones. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-161,CLI-167,CLI-181">CLI-161,CLI-167,CLI-181</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>OptionGroups no longer throw an AlreadySelectedException when reused for several parsings. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-183">CLI-183</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>OptionGroup now selects properly an option with no short name. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-182">CLI-182</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
 <td>PosixParser now supports partial long options (--ver instead of --version). Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-160">CLI-160</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr></table></div>
 <div class="section">
 <h3 id="a1.2">Release 1.2 &#x2013; 2009-03-19</h3>
 <table border="0" class="bodyTable">
-<tr class="b">
+<tr class="a">
 <th>Type</th>
 <th>Changes</th>
 <th>By</th></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>OptionBuilder is now reseted if an IllegalArgumentException occurs in create(). Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-177">CLI-177</a>.</td>
 <td><a href="team-list.html#joehni">joehni</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/remove.gif" alt="Remove" title="Remove" /></td>
 <td>Ant build system removed.</td>
 <td><a href="team-list.html#bayard">bayard</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Incomplete usage documentation about Java property option. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-154">CLI-154</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>TypeHandler prints messages to stderr. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-170">CLI-170</a>.</td>
 <td><a href="team-list.html#bayard">bayard</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Infinite loop in the wrapping code of HelpFormatter. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-162">CLI-162</a>.</td>
 <td><a href="team-list.html#bayard">bayard</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Fixing some minor javadoc issues.</td>
 <td><a href="team-list.html#sgoeschl">sgoeschl</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>The number of arguments defined for an option specifies the arguments per occurrence of the option
         and not for all occurrences. This was a major regression in CLI 1.1 which prevented the use of repeated options. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-137">CLI-137</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
 <td>Added a getOptionProperties() method in the CommandLine class to retrieve easily the key/value pairs
         specified with options like -Dkey1=value1 -Dkey2=value2.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>GnuParser now supports long options with an '=' sign (ie. --foo=bar and -foo=bar) Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-157">CLI-157</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>PosixParser no longer ignores unrecognized short options. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-164">CLI-164</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>PosixParser no longer stops the bursting process of a token if stopAtNonOption is enabled and a non option
         character is encountered. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-163">CLI-163</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>PosixParser no longer keeps processing the tokens after an unrecognized long option
         when stopAtNonOption is enabled. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-165">CLI-165</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Required options are properly checked if an Options instance is used twice to parse a command line. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-156">CLI-156</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>The ordering of options can be defined in help messages. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-155">CLI-155</a>.</td>
 <td><a href="team-list.html#bayard">bayard</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>The line wrapping in HelpFormatter now works properly. This caused CLI-162, and thus there was a feature change 
         for the HelpFormatter in that it is strict on width now rather than what seemed to be lenience before. Text without 
         whitespace will be cut off to fit in the spacing, and an IllegalStateException will be thrown if it is impossible 
         to output the information due to spacing constraints. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-151">CLI-151</a>. Thanks to Dan Armbrust.</td>
 <td><a href="team-list.html#bayard">bayard</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>The message of MissingOptionException has been improved. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-149">CLI-149</a>.</td>
 <td><a href="team-list.html#bayard">bayard</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>The exceptions have been enhanced with methods to retrieve easily the related options. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-86">CLI-86</a>.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Option.toString() now reports arguments properly. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-141">CLI-141</a>. Thanks to Henning Schmiedehausen, Bjorn Townsend.</td>
 <td><a href="team-list.html#bayard">bayard</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>The Parser class has been changed to be more easily extendable. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-142">CLI-142</a>. Thanks to Henning Schmiedehausen.</td>
 <td><a href="team-list.html#bayard">bayard</a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/update.gif" alt="Update" title="Update" /></td>
 <td>The following classes are now serializable: Option, OptionGroup, CommandLine and Options. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-140">CLI-140</a>.</td>
 <td><a href="team-list.html#bayard">bayard</a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/remove.gif" alt="Remove" title="Remove" /></td>
 <td>OptionValidator is no longer public, its methods were all private.</td>
 <td><a href="team-list.html#ebourg">ebourg</a></td></tr></table></div>
 <div class="section">
 <h3 id="a1.1">Release 1.1 &#x2013; 2007-07-08</h3>
 <table border="0" class="bodyTable">
-<tr class="b">
+<tr class="a">
 <th>Type</th>
 <th>Changes</th>
 <th>By</th></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Wrong usage summary. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-2">CLI-2</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Dependecy on commons-lang-2.0 but commons-lang-1.0 is obtained. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-5">CLI-5</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Line separator as first char for helpformatter (footer) throws exception. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-8">CLI-8</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>CommandLine.getOptionValue() behaves contrary to docs. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-13">CLI-13</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>clone method in Option should use super.clone(). Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-21">CLI-21</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Passing properties in Parser does not work for options with a single argument. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-23">CLI-23</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Only long options without short option seems to be noticed. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-26">CLI-26</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Infinite Loop in Command-Line processing. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-28">CLI-28</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Options should not be able to be added more than once. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-29">CLI-29</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>HelpFormatter doesn't sort options properly. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-35">CLI-35</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>HelpFormatter doesn't function correctly for options with only LongOpt. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-38">CLI-38</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Document enhancement. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-44">CLI-44</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Documentation errors. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-45">CLI-45</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Parameter value &quot;-something&quot; misinterpreted as a parameter. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-51">CLI-51</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>clone() method doesn't fully clone contents. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-56">CLI-56</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>No Javadoc for HelpFormatter!. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-59">CLI-59</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Parser breaks up command line parms into single characters. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-65">CLI-65</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Missing arguments in HelpFormatter.renderOptions(..). Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-67">CLI-67</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Error parsing option arguments. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-69">CLI-69</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>A weakness of parser. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-71">CLI-71</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/add.gif" alt="Add" title="Add" /></td>
 <td>Setting description of a Option. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-78">CLI-78</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>CLI_1_BRANCH build.xml doesn't work. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-129">CLI-129</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Remove the Commons Lang dependency. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-130">CLI-130</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Options class returns options in random order. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-131">CLI-131</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>MissingOptionException should contain a useful error message. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-132">CLI-132</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>NullPointerException in Util.stripLeadingHyphens when passed a null argument. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-133">CLI-133</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="a">
+<tr class="b">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>1.1 is not backwards compatible because it adds methods to the CommandLineParser interface. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-134">CLI-134</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr>
-<tr class="b">
+<tr class="a">
 <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td>
 <td>Backwards compatibility between 1.1 and 1.0 broken due to Option.addValue removal. Fixes <a class="externalLink" href="http://issues.apache.org/jira/browse/CLI-135">CLI-135</a>.</td>
 <td><a href="team-list.html#null"></a></td></tr></table></div>

Modified: websites/production/commons/content/proper/commons-cli/checkstyle.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/checkstyle.html (original)
+++ websites/production/commons/content/proper/commons-cli/checkstyle.html Sat May  9 18:19:15 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 06 April 2015
+ | Generated by Apache Maven Doxia at 09 May 2015
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150406" />
+    <meta name="Date-Revision-yyyymmdd" content="20150509" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CLI &#x2013; Checkstyle Results</title>
 
@@ -21,7 +21,7 @@
 	<script type="text/javascript" src="./js/site.js"></script>
 
                             
-<link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                
+<link rel="stylesheet" href="./css/prettify.css" media="all" type="text/css"/>                                
 <script src="./js/prettify.js" type="text/javascript"></script>                                
 <script type="text/javascript">window.onload=function() {
               prettyPrint();
@@ -43,8 +43,8 @@
 					<a class="brand" href="http://commons.apache.org/proper/commons-cli/">Apache Commons CLI &trade;</a>
 					<ul class="nav">      
                     
-            <li id="publishDate">Last Published: 06 April 2015</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.3-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 09 May 2015</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.3</li>
   </ul>
                     <div class="pull-right">	<ul class="nav">
 						<li>
@@ -112,12 +112,12 @@
     Option properties</a>
   				</li>
  														<li class="none">
-		              <a href="apidocs/index.html" title="Javadoc (Current 1.3-SNAPSHOT)">
-    Javadoc (Current 1.3-SNAPSHOT)</a>
+		              <a href="apidocs/index.html" title="Javadoc (Current 1.3)">
+    Javadoc (Current 1.3)</a>
   				</li>
  														<li class="none">
-		              <a href="javadocs/api-release/index.html" title="Javadoc (1.2)">
-    Javadoc (1.2)</a>
+		              <a href="javadocs/api-release/index.html" title="Javadoc (1.3)">
+    Javadoc (1.3)</a>
   				</li>
  								</ul>
 			<ul class="nav nav-list">
@@ -126,7 +126,7 @@
 		              <a href="project-info.html" title="Project Information">
     Project Information</a>
   									</li>
- 																		                                                                                                                                                                                                                                                                          										<li class="expanded">
+ 																		                                                                                                                                                                                                                                                        										<li class="expanded">
 		              <a href="project-reports.html" title="Project Reports">
     Project Reports</a>
   									<ul>
@@ -166,25 +166,21 @@
 		              <a href="jdepend-report.html" title="JDepend">
     JDepend</a>
   				</li>
+ 																		<li class="none">
+		              <a href="jacoco/index.html" title="JaCoCo Test">
+    JaCoCo Test</a>
+  				</li>
  																			<li class="none active">
 		              <a href="checkstyle.html" title="Checkstyle">
     Checkstyle</a>
   				</li>
  																		<li class="none">
-		              <a href="findbugs.html" title="FindBugs Report">
-    FindBugs Report</a>
-  				</li>
- 																		<li class="none">
-		              <a href="cobertura/index.html" title="Cobertura Test Coverage">
-    Cobertura Test Coverage</a>
+		              <a href="findbugs.html" title="FindBugs">
+    FindBugs</a>
   				</li>
  																		<li class="none">
-		              <a href="pmd.html" title="PMD Report">
-    PMD Report</a>
-  				</li>
- 																		<li class="none">
-		              <a href="cpd.html" title="CPD Report">
-    CPD Report</a>
+		              <a href="cpd.html" title="CPD">
+    CPD</a>
   				</li>
  										</ul>
 							</li>
@@ -283,17 +279,17 @@
 					<td class="content">
 						<div class="section">
 <h2><a name="Checkstyle_Results"></a>Checkstyle Results</h2>
-<p>The following document contains the results of <a class="externalLink" href="http://checkstyle.sourceforge.net/">Checkstyle</a>.&#160;<a href="checkstyle.rss"><img alt="rss feed" src="images/rss.png" /></a></p></div>
+<p>The following document contains the results of <a class="externalLink" href="http://checkstyle.sourceforge.net/">Checkstyle</a> 6.1.1 with /Users/bene/workspace/apache/commons/cli-1.3/src/conf/checkstyle.xml ruleset.&#160;<a href="checkstyle.rss"><img alt="rss feed" src="images/rss.png" /></a></p></div>
 <div class="section">
 <h2><a name="Summary"></a>Summary</h2>
 <table border="0" class="bodyTable">
 <tr class="a">
 <th>Files</th>
-<th>Infos&#160;<img alt="Infos" src="images/icon_info_sml.gif" /></th>
-<th>Warnings&#160;<img alt="Warnings" src="images/icon_warning_sml.gif" /></th>
-<th>Errors&#160;<img alt="Errors" src="images/icon_error_sml.gif" /></th></tr>
+<th><img src="images/icon_info_sml.gif" alt="" />&#160;Info</th>
+<th><img src="images/icon_warning_sml.gif" alt="" />&#160;Warnings</th>
+<th><img src="images/icon_error_sml.gif" alt="" />&#160;Errors</th></tr>
 <tr class="b">
-<td>23</td>
+<td>25</td>
 <td>0</td>
 <td>1</td>
 <td>0</td></tr></table></div>
@@ -301,28 +297,32 @@
 <h2><a name="Files"></a>Files</h2>
 <table border="0" class="bodyTable">
 <tr class="a">
-<th>Files</th>
-<th>I&#160;<img alt="Infos" src="images/icon_info_sml.gif" /></th>
-<th>W&#160;<img alt="Warnings" src="images/icon_warning_sml.gif" /></th>
-<th>E&#160;<img alt="Errors" src="images/icon_error_sml.gif" /></th></tr>
+<th>File</th>
+<th><img src="images/icon_info_sml.gif" alt="" />&#160;I</th>
+<th><img src="images/icon_warning_sml.gif" alt="" />&#160;W</th>
+<th><img src="images/icon_error_sml.gif" alt="" />&#160;E</th></tr>
 <tr class="b">
-<td><a href="#org.apache.commons.cli.OptionBuilder.java">org/apache/commons/cli/OptionBuilder.java</a></td>
+<td><a href="#org.apache.commons.cli.PatternOptionBuilder.java">org/apache/commons/cli/PatternOptionBuilder.java</a></td>
 <td>0</td>
 <td>1</td>
 <td>0</td></tr></table></div>
 <div class="section">
 <h2><a name="Details"></a>Details</h2>
 <div class="section">
-<h3><a name="orgapachecommonscliOptionBuilder.java"></a>org/apache/commons/cli/OptionBuilder.java</h3><a name="org.apache.commons.cli.OptionBuilder.java"></a>
+<h3 id="org.apache.commons.cli.PatternOptionBuilder.java">org/apache/commons/cli/PatternOptionBuilder.java</h3>
 <table border="0" class="bodyTable">
 <tr class="a">
-<th>Violation</th>
+<th>Severity</th>
+<th>Category</th>
+<th>Rule</th>
 <th>Message</th>
 <th>Line</th></tr>
 <tr class="b">
-<td><img alt="Warnings" src="images/icon_warning_sml.gif" /></td>
-<td>Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.</td>
-<td><a href="./xref/org/apache/commons/cli/OptionBuilder.html#60">60</a></td></tr></table></div></div>
+<td><img src="images/icon_warning_sml.gif" alt="" />&#160;Warning</td>
+<td>misc</td>
+<td>TodoComment</td>
+<td>Comment matches to-do format 'TODO:'.</td>
+<td><a href="./xref/org/apache/commons/cli/PatternOptionBuilder.html#L52">52</a></td></tr></table></div></div>
 					</td>
 				</tr>
 			</table>

Modified: websites/production/commons/content/proper/commons-cli/checkstyle.rss
==============================================================================
Binary files - no diff available.

Modified: websites/production/commons/content/proper/commons-cli/clirr-report.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/clirr-report.html (original)
+++ websites/production/commons/content/proper/commons-cli/clirr-report.html Sat May  9 18:19:15 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 06 April 2015
+ | Generated by Apache Maven Doxia at 09 May 2015
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150406" />
+    <meta name="Date-Revision-yyyymmdd" content="20150509" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CLI &#x2013; Clirr Results</title>
 
@@ -21,7 +21,7 @@
 	<script type="text/javascript" src="./js/site.js"></script>
 
                             
-<link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                
+<link rel="stylesheet" href="./css/prettify.css" media="all" type="text/css"/>                                
 <script src="./js/prettify.js" type="text/javascript"></script>                                
 <script type="text/javascript">window.onload=function() {
               prettyPrint();
@@ -43,8 +43,8 @@
 					<a class="brand" href="http://commons.apache.org/proper/commons-cli/">Apache Commons CLI &trade;</a>
 					<ul class="nav">      
                     
-            <li id="publishDate">Last Published: 06 April 2015</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.3-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 09 May 2015</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.3</li>
   </ul>
                     <div class="pull-right">	<ul class="nav">
 						<li>
@@ -112,12 +112,12 @@
     Option properties</a>
   				</li>
  														<li class="none">
-		              <a href="apidocs/index.html" title="Javadoc (Current 1.3-SNAPSHOT)">
-    Javadoc (Current 1.3-SNAPSHOT)</a>
+		              <a href="apidocs/index.html" title="Javadoc (Current 1.3)">
+    Javadoc (Current 1.3)</a>
   				</li>
  														<li class="none">
-		              <a href="javadocs/api-release/index.html" title="Javadoc (1.2)">
-    Javadoc (1.2)</a>
+		              <a href="javadocs/api-release/index.html" title="Javadoc (1.3)">
+    Javadoc (1.3)</a>
   				</li>
  								</ul>
 			<ul class="nav nav-list">
@@ -126,7 +126,7 @@
 		              <a href="project-info.html" title="Project Information">
     Project Information</a>
   									</li>
- 																		                                                                                                                                                                                                                                                                          										<li class="expanded">
+ 																		                                                                                                                                                                                                                                                        										<li class="expanded">
 		              <a href="project-reports.html" title="Project Reports">
     Project Reports</a>
   									<ul>
@@ -167,24 +167,20 @@
     JDepend</a>
   				</li>
  																		<li class="none">
-		              <a href="checkstyle.html" title="Checkstyle">
-    Checkstyle</a>
-  				</li>
- 																		<li class="none">
-		              <a href="findbugs.html" title="FindBugs Report">
-    FindBugs Report</a>
+		              <a href="jacoco/index.html" title="JaCoCo Test">
+    JaCoCo Test</a>
   				</li>
  																		<li class="none">
-		              <a href="cobertura/index.html" title="Cobertura Test Coverage">
-    Cobertura Test Coverage</a>
+		              <a href="checkstyle.html" title="Checkstyle">
+    Checkstyle</a>
   				</li>
  																		<li class="none">
-		              <a href="pmd.html" title="PMD Report">
-    PMD Report</a>
+		              <a href="findbugs.html" title="FindBugs">
+    FindBugs</a>
   				</li>
  																		<li class="none">
-		              <a href="cpd.html" title="CPD Report">
-    CPD Report</a>
+		              <a href="cpd.html" title="CPD">
+    CPD</a>
   				</li>
  										</ul>
 							</li>
@@ -285,7 +281,7 @@
 <h2><a name="Clirr_Results"></a>Clirr Results</h2>
 <p>The following document contains the results of <a class="externalLink" href="http://clirr.sourceforge.net/">Clirr</a>.</p>
 <ul>
-<li>Current Version: 1.3-SNAPSHOT</li>
+<li>Current Version: 1.3</li>
 <li>Comparison Version: 1.2</li></ul></div>
 <div class="section">
 <h2><a name="Summary"></a>Summary</h2>

Modified: websites/production/commons/content/proper/commons-cli/cpd.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/cpd.html (original)
+++ websites/production/commons/content/proper/commons-cli/cpd.html Sat May  9 18:19:15 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 06 April 2015
+ | Generated by Apache Maven Doxia at 09 May 2015
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150406" />
+    <meta name="Date-Revision-yyyymmdd" content="20150509" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CLI &#x2013; CPD Results</title>
 
@@ -21,7 +21,7 @@
 	<script type="text/javascript" src="./js/site.js"></script>
 
                             
-<link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                
+<link rel="stylesheet" href="./css/prettify.css" media="all" type="text/css"/>                                
 <script src="./js/prettify.js" type="text/javascript"></script>                                
 <script type="text/javascript">window.onload=function() {
               prettyPrint();
@@ -43,8 +43,8 @@
 					<a class="brand" href="http://commons.apache.org/proper/commons-cli/">Apache Commons CLI &trade;</a>
 					<ul class="nav">      
                     
-            <li id="publishDate">Last Published: 06 April 2015</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.3-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 09 May 2015</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.3</li>
   </ul>
                     <div class="pull-right">	<ul class="nav">
 						<li>
@@ -112,12 +112,12 @@
     Option properties</a>
   				</li>
  														<li class="none">
-		              <a href="apidocs/index.html" title="Javadoc (Current 1.3-SNAPSHOT)">
-    Javadoc (Current 1.3-SNAPSHOT)</a>
+		              <a href="apidocs/index.html" title="Javadoc (Current 1.3)">
+    Javadoc (Current 1.3)</a>
   				</li>
  														<li class="none">
-		              <a href="javadocs/api-release/index.html" title="Javadoc (1.2)">
-    Javadoc (1.2)</a>
+		              <a href="javadocs/api-release/index.html" title="Javadoc (1.3)">
+    Javadoc (1.3)</a>
   				</li>
  								</ul>
 			<ul class="nav nav-list">
@@ -126,7 +126,7 @@
 		              <a href="project-info.html" title="Project Information">
     Project Information</a>
   									</li>
- 																		                                                                                                                                                                                                                                                                          										<li class="expanded">
+ 																		                                                                                                                                                                                                                                                        										<li class="expanded">
 		              <a href="project-reports.html" title="Project Reports">
     Project Reports</a>
   									<ul>
@@ -167,24 +167,20 @@
     JDepend</a>
   				</li>
  																		<li class="none">
-		              <a href="checkstyle.html" title="Checkstyle">
-    Checkstyle</a>
-  				</li>
- 																		<li class="none">
-		              <a href="findbugs.html" title="FindBugs Report">
-    FindBugs Report</a>
+		              <a href="jacoco/index.html" title="JaCoCo Test">
+    JaCoCo Test</a>
   				</li>
  																		<li class="none">
-		              <a href="cobertura/index.html" title="Cobertura Test Coverage">
-    Cobertura Test Coverage</a>
+		              <a href="checkstyle.html" title="Checkstyle">
+    Checkstyle</a>
   				</li>
  																		<li class="none">
-		              <a href="pmd.html" title="PMD Report">
-    PMD Report</a>
+		              <a href="findbugs.html" title="FindBugs">
+    FindBugs</a>
   				</li>
  																			<li class="none active">
-		              <a href="cpd.html" title="CPD Report">
-    CPD Report</a>
+		              <a href="cpd.html" title="CPD">
+    CPD</a>
   				</li>
  										</ul>
 							</li>
@@ -283,7 +279,7 @@
 					<td class="content">
 						<div class="section">
 <h2><a name="CPD_Results"></a>CPD Results</h2>
-<p>The following document contains the results of PMD's  <a class="externalLink" href="http://pmd.sourceforge.net/cpd.html">CPD</a> 4.3.</p></div>
+<p>The following document contains the results of PMD's  <a class="externalLink" href="http://pmd.sourceforge.net/cpd.html">CPD</a> 5.2.3.</p></div>
 <div class="section">
 <h2><a name="Duplications"></a>Duplications</h2>
 <table border="0" class="bodyTable">
@@ -292,10 +288,10 @@
 <th>Line</th></tr>
 <tr class="b">
 <td>org/apache/commons/cli/DefaultParser.java</td>
-<td><a href="./xref/org/apache/commons/cli/DefaultParser.html#140">140</a></td></tr>
+<td><a href="./xref/org/apache/commons/cli/DefaultParser.html#L140">140</a></td></tr>
 <tr class="a">
 <td>org/apache/commons/cli/Parser.java</td>
-<td><a href="./xref/org/apache/commons/cli/Parser.html#250">250</a></td></tr>
+<td><a href="./xref/org/apache/commons/cli/Parser.html#L254">254</a></td></tr>
 <tr class="b"><td colspan='2'>
 <div>
 <pre>    private void handleProperties(Properties properties) throws ParseException

Modified: websites/production/commons/content/proper/commons-cli/dependencies.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/dependencies.html (original)
+++ websites/production/commons/content/proper/commons-cli/dependencies.html Sat May  9 18:19:15 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 06 April 2015
+ | Generated by Apache Maven Doxia at 09 May 2015
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150406" />
+    <meta name="Date-Revision-yyyymmdd" content="20150509" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CLI &#x2013; Project Dependencies</title>
 
@@ -21,7 +21,7 @@
 	<script type="text/javascript" src="./js/site.js"></script>
 
                             
-<link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                
+<link rel="stylesheet" href="./css/prettify.css" media="all" type="text/css"/>                                
 <script src="./js/prettify.js" type="text/javascript"></script>                                
 <script type="text/javascript">window.onload=function() {
               prettyPrint();
@@ -43,8 +43,8 @@
 					<a class="brand" href="http://commons.apache.org/proper/commons-cli/">Apache Commons CLI &trade;</a>
 					<ul class="nav">      
                     
-            <li id="publishDate">Last Published: 06 April 2015</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.3-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 09 May 2015</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.3</li>
   </ul>
                     <div class="pull-right">	<ul class="nav">
 						<li>
@@ -112,12 +112,12 @@
     Option properties</a>
   				</li>
  														<li class="none">
-		              <a href="apidocs/index.html" title="Javadoc (Current 1.3-SNAPSHOT)">
-    Javadoc (Current 1.3-SNAPSHOT)</a>
+		              <a href="apidocs/index.html" title="Javadoc (Current 1.3)">
+    Javadoc (Current 1.3)</a>
   				</li>
  														<li class="none">
-		              <a href="javadocs/api-release/index.html" title="Javadoc (1.2)">
-    Javadoc (1.2)</a>
+		              <a href="javadocs/api-release/index.html" title="Javadoc (1.3)">
+    Javadoc (1.3)</a>
   				</li>
  								</ul>
 			<ul class="nav nav-list">
@@ -172,7 +172,7 @@
   				</li>
  										</ul>
 							</li>
- 																		                                                                                                                                                                                                                                                                    								<li class="collapsed">
+ 																		                                                                                                                                                                                                                                                  								<li class="collapsed">
 		              <a href="project-reports.html" title="Project Reports">
     Project Reports</a>
   									</li>
@@ -329,7 +329,7 @@
 <div class="section">
 <h3><a name="Dependency_Tree"></a>Dependency Tree</h3>
 <ul>
-<li>commons-cli:commons-cli:jar:1.3-SNAPSHOT <img id="_img1" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_dep0', '_img1' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep0" style="display:none">
+<li>commons-cli:commons-cli:jar:1.3 <img id="_img1" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_dep0', '_img1' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep0" style="display:none">
 <table border="0" class="bodyTable">
 <tr class="a">
 <th>Apache Commons CLI</th></tr>
@@ -360,9 +360,9 @@
 <p><b>Project License: </b><a class="externalLink" href="http://www.opensource.org/licenses/bsd-license.php">New BSD License</a></p></td></tr></table></div></li></ul></li></ul></li></ul></div></div><a name="Licenses"></a>
 <div class="section">
 <h2><a name="Licenses"></a>Licenses</h2>
-<p><b>New BSD License: </b>Hamcrest Core</p>
 <p><b>Eclipse Public License 1.0: </b>JUnit</p>
-<p><b>Apache License, Version 2.0: </b>Apache Commons CLI</p></div><a name="Dependency_File_Details"></a>
+<p><b>Apache License, Version 2.0: </b>Apache Commons CLI</p>
+<p><b>New BSD License: </b>Hamcrest Core</p></div><a name="Dependency_File_Details"></a>
 <div class="section">
 <h2><a name="Dependency_File_Details"></a>Dependency File Details</h2>
 <table border="0" class="bodyTable">
@@ -423,37 +423,37 @@
 <th>Release</th>
 <th>Snapshot</th></tr>
 <tr class="b">
-<td>apache.snapshots</td>
-<td><a class="externalLink" href="http://repository.apache.org/snapshots">http://repository.apache.org/snapshots</a></td>
-<td>No</td>
-<td>Yes</td></tr>
-<tr class="a">
 <td>central</td>
 <td><a class="externalLink" href="https://repo.maven.apache.org/maven2">https://repo.maven.apache.org/maven2</a></td>
 <td>Yes</td>
-<td>No</td></tr></table>
+<td>No</td></tr>
+<tr class="a">
+<td>apache.snapshots</td>
+<td><a class="externalLink" href="http://repository.apache.org/snapshots">http://repository.apache.org/snapshots</a></td>
+<td>No</td>
+<td>Yes</td></tr></table>
 <p>Repository locations for each of the Dependencies.</p>
 <table border="0" class="bodyTable">
 <tr class="a">
 <th>Artifact</th>
-<th>apache.snapshots</th>
-<th>central</th></tr>
+<th>central</th>
+<th>apache.snapshots</th></tr>
 <tr class="b">
 <td>junit:junit:jar:4.12</td>
-<td>-</td>
-<td><a class="externalLink" href="https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar"><img alt="Found at https://repo.maven.apache.org/maven2" src="images/icon_success_sml.gif" /></a></td></tr>
+<td><a class="externalLink" href="https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar"><img alt="Found at https://repo.maven.apache.org/maven2" src="images/icon_success_sml.gif" /></a></td>
+<td>-</td></tr>
 <tr class="a">
 <td>org.hamcrest:hamcrest-core:jar:1.3</td>
-<td>-</td>
-<td><a class="externalLink" href="https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar"><img alt="Found at https://repo.maven.apache.org/maven2" src="images/icon_success_sml.gif" /></a></td></tr>
+<td><a class="externalLink" href="https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar"><img alt="Found at https://repo.maven.apache.org/maven2" src="images/icon_success_sml.gif" /></a></td>
+<td>-</td></tr>
 <tr class="b">
 <th>Total</th>
-<th>apache.snapshots</th>
-<th>central</th></tr>
+<th>central</th>
+<th>apache.snapshots</th></tr>
 <tr class="a">
 <td>2 (test: 2)</td>
-<td>0</td>
-<td>2</td></tr></table></div>
+<td>2</td>
+<td>0</td></tr></table></div>
 					</td>
 				</tr>
 			</table>

Modified: websites/production/commons/content/proper/commons-cli/dependency-convergence.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/dependency-convergence.html (original)
+++ websites/production/commons/content/proper/commons-cli/dependency-convergence.html Sat May  9 18:19:15 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 06 April 2015
+ | Generated by Apache Maven Doxia at 09 May 2015
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150406" />
+    <meta name="Date-Revision-yyyymmdd" content="20150509" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CLI &#x2013; Dependency Convergence</title>
 
@@ -21,7 +21,7 @@
 	<script type="text/javascript" src="./js/site.js"></script>
 
                             
-<link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                
+<link rel="stylesheet" href="./css/prettify.css" media="all" type="text/css"/>                                
 <script src="./js/prettify.js" type="text/javascript"></script>                                
 <script type="text/javascript">window.onload=function() {
               prettyPrint();
@@ -43,8 +43,8 @@
 					<a class="brand" href="http://commons.apache.org/proper/commons-cli/">Apache Commons CLI &trade;</a>
 					<ul class="nav">      
                     
-            <li id="publishDate">Last Published: 06 April 2015</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.3-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 09 May 2015</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.3</li>
   </ul>
                     <div class="pull-right">	<ul class="nav">
 						<li>
@@ -112,12 +112,12 @@
     Option properties</a>
   				</li>
  														<li class="none">
-		              <a href="apidocs/index.html" title="Javadoc (Current 1.3-SNAPSHOT)">
-    Javadoc (Current 1.3-SNAPSHOT)</a>
+		              <a href="apidocs/index.html" title="Javadoc (Current 1.3)">
+    Javadoc (Current 1.3)</a>
   				</li>
  														<li class="none">
-		              <a href="javadocs/api-release/index.html" title="Javadoc (1.2)">
-    Javadoc (1.2)</a>
+		              <a href="javadocs/api-release/index.html" title="Javadoc (1.3)">
+    Javadoc (1.3)</a>
   				</li>
  								</ul>
 			<ul class="nav nav-list">
@@ -172,7 +172,7 @@
   				</li>
  										</ul>
 							</li>
- 																		                                                                                                                                                                                                                                                                    								<li class="collapsed">
+ 																		                                                                                                                                                                                                                                                  								<li class="collapsed">
 		              <a href="project-reports.html" title="Project Reports">
     Project Reports</a>
   									</li>

Modified: websites/production/commons/content/proper/commons-cli/dependency-info.html
==============================================================================
--- websites/production/commons/content/proper/commons-cli/dependency-info.html (original)
+++ websites/production/commons/content/proper/commons-cli/dependency-info.html Sat May  9 18:19:15 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 06 April 2015
+ | Generated by Apache Maven Doxia at 09 May 2015
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150406" />
+    <meta name="Date-Revision-yyyymmdd" content="20150509" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Commons CLI &#x2013; Dependency Information</title>
 
@@ -21,7 +21,7 @@
 	<script type="text/javascript" src="./js/site.js"></script>
 
                             
-<link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                
+<link rel="stylesheet" href="./css/prettify.css" media="all" type="text/css"/>                                
 <script src="./js/prettify.js" type="text/javascript"></script>                                
 <script type="text/javascript">window.onload=function() {
               prettyPrint();
@@ -43,8 +43,8 @@
 					<a class="brand" href="http://commons.apache.org/proper/commons-cli/">Apache Commons CLI &trade;</a>
 					<ul class="nav">      
                     
-            <li id="publishDate">Last Published: 06 April 2015</li>
-      <li class="divider">|</li> <li id="projectVersion">Version: 1.3-SNAPSHOT</li>
+            <li id="publishDate">Last Published: 09 May 2015</li>
+      <li class="divider">|</li> <li id="projectVersion">Version: 1.3</li>
   </ul>
                     <div class="pull-right">	<ul class="nav">
 						<li>
@@ -112,12 +112,12 @@
     Option properties</a>
   				</li>
  														<li class="none">
-		              <a href="apidocs/index.html" title="Javadoc (Current 1.3-SNAPSHOT)">
-    Javadoc (Current 1.3-SNAPSHOT)</a>
+		              <a href="apidocs/index.html" title="Javadoc (Current 1.3)">
+    Javadoc (Current 1.3)</a>
   				</li>
  														<li class="none">
-		              <a href="javadocs/api-release/index.html" title="Javadoc (1.2)">
-    Javadoc (1.2)</a>
+		              <a href="javadocs/api-release/index.html" title="Javadoc (1.3)">
+    Javadoc (1.3)</a>
   				</li>
  								</ul>
 			<ul class="nav nav-list">
@@ -172,7 +172,7 @@
   				</li>
  										</ul>
 							</li>
- 																		                                                                                                                                                                                                                                                                    								<li class="collapsed">
+ 																		                                                                                                                                                                                                                                                  								<li class="collapsed">
 		              <a href="project-reports.html" title="Project Reports">
     Project Reports</a>
   									</li>
@@ -277,36 +277,36 @@
 <pre>&lt;dependency&gt;
   &lt;groupId&gt;commons-cli&lt;/groupId&gt;
   &lt;artifactId&gt;commons-cli&lt;/artifactId&gt;
-  &lt;version&gt;1.3-SNAPSHOT&lt;/version&gt;
+  &lt;version&gt;1.3&lt;/version&gt;
 &lt;/dependency&gt;</pre></div></div>
 <div class="section">
 <h3><a name="Apache_Buildr"></a>Apache Buildr</h3><a name="Apache_Buildr"></a>
 <div class="source">
-<pre>'commons-cli:commons-cli:jar:1.3-SNAPSHOT'</pre></div></div>
+<pre>'commons-cli:commons-cli:jar:1.3'</pre></div></div>
 <div class="section">
 <h3><a name="Apache_Ivy"></a>Apache Ivy</h3><a name="Apache_Ivy"></a>
 <div class="source">
-<pre>&lt;dependency org=&quot;commons-cli&quot; name=&quot;commons-cli&quot; rev=&quot;1.3-SNAPSHOT&quot;&gt;
+<pre>&lt;dependency org=&quot;commons-cli&quot; name=&quot;commons-cli&quot; rev=&quot;1.3&quot;&gt;
   &lt;artifact name=&quot;commons-cli&quot; type=&quot;jar&quot; /&gt;
 &lt;/dependency&gt;</pre></div></div>
 <div class="section">
 <h3><a name="Groovy_Grape"></a>Groovy Grape</h3><a name="Groovy_Grape"></a>
 <div class="source">
 <pre>@Grapes(
-@Grab(group='commons-cli', module='commons-cli', version='1.3-SNAPSHOT')
+@Grab(group='commons-cli', module='commons-cli', version='1.3')
 )</pre></div></div>
 <div class="section">
 <h3><a name="Grails"></a>Grails</h3><a name="Grails"></a>
 <div class="source">
-<pre>compile 'commons-cli:commons-cli:1.3-SNAPSHOT'</pre></div></div>
+<pre>compile 'commons-cli:commons-cli:1.3'</pre></div></div>
 <div class="section">
 <h3><a name="Leiningen"></a>Leiningen</h3><a name="Leiningen"></a>
 <div class="source">
-<pre>[commons-cli &quot;1.3-SNAPSHOT&quot;]</pre></div></div>
+<pre>[commons-cli &quot;1.3&quot;]</pre></div></div>
 <div class="section">
 <h3><a name="SBT"></a>SBT</h3><a name="SBT"></a>
 <div class="source">
-<pre>libraryDependencies += &quot;commons-cli&quot; % &quot;commons-cli&quot; % &quot;1.3-SNAPSHOT&quot;</pre></div></div></div>
+<pre>libraryDependencies += &quot;commons-cli&quot; % &quot;commons-cli&quot; % &quot;1.3&quot;</pre></div></div></div>
 					</td>
 				</tr>
 			</table>