You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by kh...@apache.org on 2015/02/11 19:32:42 UTC

svn commit: r939841 [6/37] - in /websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST: ./ apidocs/ apidocs/class-use/ apidocs/org/apache/maven/plugins/pdf/ apidocs/org/apache/maven/plugins/pdf/class-use/ apidocs/resources/ cobertu...

Modified: websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/apidocs/stylesheet.css
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/apidocs/stylesheet.css (original)
+++ websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/apidocs/stylesheet.css Wed Feb 11 18:32:40 2015
@@ -1,29 +1,474 @@
 /* Javadoc style sheet */
-
-/* Define colors, fonts and other style attributes here to override the defaults */
-
-/* Page background color */
-body { background-color: #FFFFFF; color:#000000 }
-
-/* Headings */
-h1 { font-size: 145% }
-
-/* Table colors */
-.TableHeadingColor     { background: #CCCCFF; color:#000000 } /* Dark mauve */
-.TableSubHeadingColor  { background: #EEEEFF; color:#000000 } /* Light mauve */
-.TableRowColor         { background: #FFFFFF; color:#000000 } /* White */
-
-/* Font used in left-hand frame lists */
-.FrameTitleFont   { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
-.FrameHeadingFont { font-size:  90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
-.FrameItemFont    { font-size:  90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
-
-/* Navigation bar fonts and colors */
-.NavBarCell1    { background-color:#EEEEFF; color:#000000} /* Light mauve */
-.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */
-.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;}
-.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;}
-
-.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
-.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
-
+/*
+Overall document style
+*/
+body {
+    background-color:#ffffff;
+    color:#353833;
+    font-family:Arial, Helvetica, sans-serif;
+    font-size:76%;
+    margin:0;
+}
+a:link, a:visited {
+    text-decoration:none;
+    color:#4c6b87;
+}
+a:hover, a:focus {
+    text-decoration:none;
+    color:#bb7a2a;
+}
+a:active {
+    text-decoration:none;
+    color:#4c6b87;
+}
+a[name] {
+    color:#353833;
+}
+a[name]:hover {
+    text-decoration:none;
+    color:#353833;
+}
+pre {
+    font-size:1.3em;
+}
+h1 {
+    font-size:1.8em;
+}
+h2 {
+    font-size:1.5em;
+}
+h3 {
+    font-size:1.4em;
+}
+h4 {
+    font-size:1.3em;
+}
+h5 {
+    font-size:1.2em;
+}
+h6 {
+    font-size:1.1em;
+}
+ul {
+    list-style-type:disc;
+}
+code, tt {
+    font-size:1.2em;
+}
+dt code {
+    font-size:1.2em;
+}
+table tr td dt code {
+    font-size:1.2em;
+    vertical-align:top;
+}
+sup {
+    font-size:.6em;
+}
+/*
+Document title and Copyright styles
+*/
+.clear {
+    clear:both;
+    height:0px;
+    overflow:hidden;
+}
+.aboutLanguage {
+    float:right;
+    padding:0px 21px;
+    font-size:.8em;
+    z-index:200;
+    margin-top:-7px;
+}
+.legalCopy {
+    margin-left:.5em;
+}
+.bar a, .bar a:link, .bar a:visited, .bar a:active {
+    color:#FFFFFF;
+    text-decoration:none;
+}
+.bar a:hover, .bar a:focus {
+    color:#bb7a2a;
+}
+.tab {
+    background-color:#0066FF;
+    background-image:url(resources/titlebar.gif);
+    background-position:left top;
+    background-repeat:no-repeat;
+    color:#ffffff;
+    padding:8px;
+    width:5em;
+    font-weight:bold;
+}
+/*
+Navigation bar styles
+*/
+.bar {
+    background-image:url(resources/background.gif);
+    background-repeat:repeat-x;
+    color:#FFFFFF;
+    padding:.8em .5em .4em .8em;
+    height:auto;/*height:1.8em;*/
+    font-size:1em;
+    margin:0;
+}
+.topNav {
+    background-image:url(resources/background.gif);
+    background-repeat:repeat-x;
+    color:#FFFFFF;
+    float:left;
+    padding:0;
+    width:100%;
+    clear:right;
+    height:2.8em;
+    padding-top:10px;
+    overflow:hidden;
+}
+.bottomNav {
+    margin-top:10px;
+    background-image:url(resources/background.gif);
+    background-repeat:repeat-x;
+    color:#FFFFFF;
+    float:left;
+    padding:0;
+    width:100%;
+    clear:right;
+    height:2.8em;
+    padding-top:10px;
+    overflow:hidden;
+}
+.subNav {
+    background-color:#dee3e9;
+    border-bottom:1px solid #9eadc0;
+    float:left;
+    width:100%;
+    overflow:hidden;
+}
+.subNav div {
+    clear:left;
+    float:left;
+    padding:0 0 5px 6px;
+}
+ul.navList, ul.subNavList {
+    float:left;
+    margin:0 25px 0 0;
+    padding:0;
+}
+ul.navList li{
+    list-style:none;
+    float:left;
+    padding:3px 6px;
+}
+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;
+}
+.topNav a:hover, .bottomNav a:hover {
+    text-decoration:none;
+    color:#bb7a2a;
+}
+.navBarCell1Rev {
+    background-image:url(resources/tab.gif);
+    background-color:#a88834;
+    color:#FFFFFF;
+    margin: auto 5px;
+    border:1px solid #c9aa44;
+}
+/*
+Page header and footer styles
+*/
+.header, .footer {
+    clear:both;
+    margin:0 20px;
+    padding:5px 0 0 0;
+}
+.indexHeader {
+    margin:10px;
+    position:relative;
+}
+.indexHeader h1 {
+    font-size:1.3em;
+}
+.title {
+    color:#2c4557;
+    margin:10px 0;
+}
+.subTitle {
+    margin:5px 0 0 0;
+}
+.header ul {
+    margin:0 0 25px 0;
+    padding:0;
+}
+.footer ul {
+    margin:20px 0 5px 0;
+}
+.header ul li, .footer ul li {
+    list-style:none;
+    font-size:1.2em;
+}
+/*
+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;
+    margin:0 0 6px -8px;
+    padding:2px 5px;
+}
+ul.blockList ul.blockList ul.blockList li.blockList h3 {
+    background-color:#dee3e9;
+    border-top:1px solid #9eadc0;
+    border-bottom:1px solid #9eadc0;
+    margin:0 0 6px -8px;
+    padding:2px 5px;
+}
+ul.blockList ul.blockList li.blockList h3 {
+    padding:0;
+    margin:15px 0;
+}
+ul.blockList li.blockList h2 {
+    padding:0px 0 20px 0;
+}
+/*
+Page layout container styles
+*/
+.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
+    clear:both;
+    padding:10px 20px;
+    position:relative;
+}
+.indexContainer {
+    margin:10px;
+    position:relative;
+    font-size:1.0em;
+}
+.indexContainer h2 {
+    font-size:1.1em;
+    padding:0 0 3px 0;
+}
+.indexContainer ul {
+    margin:0;
+    padding:0;
+}
+.indexContainer ul li {
+    list-style:none;
+}
+.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
+    font-size:1.1em;
+    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;
+}
+.serializedFormContainer dl.nameValue dt {
+    margin-left:1px;
+    font-size:1.1em;
+    display:inline;
+    font-weight:bold;
+}
+.serializedFormContainer dl.nameValue dd {
+    margin:0 0 0 1px;
+    font-size:1.1em;
+    display:inline;
+}
+/*
+List styles
+*/
+ul.horizontal li {
+    display:inline;
+    font-size:0.9em;
+}
+ul.inheritance {
+    margin:0;
+    padding:0;
+}
+ul.inheritance li {
+    display:inline;
+    list-style:none;
+}
+ul.inheritance li ul.inheritance {
+    margin-left:15px;
+    padding-left:15px;
+    padding-top:1px;
+}
+ul.blockList, ul.blockListLast {
+    margin:10px 0 10px 0;
+    padding:0;
+}
+ul.blockList li.blockList, ul.blockListLast li.blockList {
+    list-style:none;
+    margin-bottom:25px;
+}
+ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
+    padding:0px 20px 5px 10px;
+    border:1px solid #9eadc0;
+    background-color:#f9f9f9;
+}
+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;
+}
+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;
+    border-bottom:none;
+    padding-bottom:0;
+}
+table tr td dl, table tr td dl dt, table tr td dl dd {
+    margin-top:0;
+    margin-bottom:1px;
+}
+/*
+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 {
+    width:100%;
+}
+.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 caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption {
+    position:relative;
+    text-align:left;
+    background-repeat:no-repeat;
+    color:#FFFFFF;
+    font-weight:bold;
+    clear:none;
+    overflow:hidden;
+    padding:0px;
+    margin:0px;
+}
+caption a:link, caption a:hover, caption a:active, 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 {
+    white-space:nowrap;
+    padding-top:8px;
+    padding-left:8px;
+    display:block;
+    float:left;
+    background-image:url(resources/titlebar.gif);
+    height:18px;
+}
+.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;
+    float:left;
+}
+ul.blockList ul.blockList li.blockList table {
+    margin:0 0 12px 0px;
+    width:100%;
+}
+.tableSubHeadingColor {
+    background-color: #EEEEFF;
+}
+.altColor {
+    background-color:#eeeeef;
+}
+.rowColor {
+    background-color:#ffffff;
+}
+.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td {
+    text-align:left;
+    padding:3px 3px 3px 7px;
+}
+th.colFirst, th.colLast, th.colOne, .constantValuesContainer 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;
+}
+td.colFirst, th.colFirst {
+    border-left:1px solid #9eadc0;
+    white-space:nowrap;
+}
+td.colLast, th.colLast {
+    border-right:1px solid #9eadc0;
+}
+td.colOne, th.colOne {
+    border-right:1px solid #9eadc0;
+    border-left:1px solid #9eadc0;
+}
+table.overviewSummary  {
+    padding:0px;
+    margin-left:0px;
+}
+table.overviewSummary td.colFirst, table.overviewSummary th.colFirst,
+table.overviewSummary td.colOne, table.overviewSummary th.colOne {
+    width:25%;
+    vertical-align:middle;
+}
+table.packageSummary td.colFirst, table.overviewSummary th.colFirst {
+    width:25%;
+    vertical-align:middle;
+}
+/*
+Content styles
+*/
+.description pre {
+    margin-top:0;
+}
+.deprecatedContent {
+    margin:0;
+    padding:10px 0;
+}
+.docSummary {
+    padding:0;
+}
+/*
+Formatting effect styles
+*/
+.sourceLineNo {
+    color:green;
+    padding:0 30px 0 0;
+}
+h1.hidden {
+    visibility:hidden;
+    overflow:hidden;
+    font-size:.9em;
+}
+.block {
+    display:block;
+    margin:3px 0 0 0;
+}
+.strong {
+    font-weight:bold;
+}
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/checkstyle.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/checkstyle.html (original)
+++ websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/checkstyle.html Wed Feb 11 18:32:40 2015
@@ -1,18 +1,18 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Nov 8, 2012
+ | Generated by Apache Maven Doxia at 2015-02-11
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven PDF plugin - Checkstyle Results</title>
+    <title>Apache Maven PDF Plugin &#x2013; Checkstyle Results</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20121108" />
+        <meta name="Date-Revision-yyyymmdd" content="20150211" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -41,13 +41,13 @@
         &gt;
                   <a href="../index.html">Plugins</a>
         &gt;
-                      <a href="./">Maven PDF plugin</a>
+                      <a href="./">Apache Maven PDF Plugin</a>
         &gt;
         Checkstyle Results
         </div>
             <div class="xright">        
-                                    Last Published: 2012-11-08
-              &nbsp;| Version: 1.2
+                                    Last Published: 2015-02-11
+              &nbsp;| Version: 1.3
             </div>
       <div class="clear">
         <hr/>
@@ -76,6 +76,12 @@
                   <li class="none">
                   <a href="maven-pdf-plugin.pdf">PDF</a>
             </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/licenses/" class="externalLink">License</a>
+            </li>
+                  <li class="none">
+                  <a href="download.html">Download</a>
+            </li>
           </ul>
                        <h5>Examples</h5>
                   <ul>
@@ -91,28 +97,16 @@
                                                                                                                                                                                                                                                                                             <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                                                                                          <li class="expanded">
+                                                                                                                                                                                                                                                                                                      <li class="expanded">
                   <a href="project-reports.html">Project Reports</a>
                     <ul>
                       <li class="none">
                   <a href="surefire-report.html">Surefire Report</a>
             </li>
                       <li class="none">
-                  <a href="checkstyle-aggregate.html">Checkstyle</a>
-            </li>
-                      <li class="none">
             <strong>Checkstyle</strong>
           </li>
                       <li class="none">
-                  <a href="pmd.html">PMD Report</a>
-            </li>
-                      <li class="none">
-                  <a href="cpd.html">CPD Report</a>
-            </li>
-                      <li class="none">
-                  <a href="cobertura/index.html">Cobertura Test Coverage</a>
-            </li>
-                      <li class="none">
                   <a href="xref/index.html">Source Xref</a>
             </li>
                       <li class="none">
@@ -128,7 +122,7 @@
                   <a href="testapidocs/index.html">Test JavaDocs</a>
             </li>
                       <li class="none">
-                  <a href="findbugs.html">FindBugs Report</a>
+                  <a href="findbugs.html">FindBugs</a>
             </li>
                       <li class="none">
                   <a href="sonar.html">Sonar</a>
@@ -137,8 +131,14 @@
                   <a href="plugin-info.html">Plugin Documentation</a>
             </li>
                       <li class="none">
+                  <a href="invoker-report.html">Invoker Build Results</a>
+            </li>
+                      <li class="none">
                   <a href="l10n-status.html">L10n Status</a>
             </li>
+                      <li class="none">
+                  <a href="cobertura/index.html">Cobertura Test Coverage</a>
+            </li>
               </ul>
         </li>
           </ul>
@@ -157,15 +157,24 @@
                   <a href="../../jxr/index.html">JXR</a>
             </li>
                   <li class="none">
-                  <a href="../../maven-1.x/index.html">Maven 1.x</a>
+                  <a href="../../ref/current">Maven</a>
             </li>
                   <li class="none">
-                  <a href="../../index.html">Maven 2 & 3</a>
+                  <a href="../../pom/index.html">Parent POMs</a>
             </li>
                   <li class="none">
                   <a href="../index.html">Plugins</a>
             </li>
                   <li class="none">
+                  <a href="../../plugin-testing/index.html">Plugin Testing</a>
+            </li>
+                  <li class="none">
+                  <a href="../../plugin-tools/index.html">Plugin Tools</a>
+            </li>
+                  <li class="none">
+                  <a href="../../apache-resource-bundles/index.html">Resource Bundles</a>
+            </li>
+                  <li class="none">
                   <a href="../../scm/index.html">SCM</a>
             </li>
                   <li class="none">
@@ -204,7 +213,79 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Checkstyle Results<a name="Checkstyle_Results"></a></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><div class="section"><h2>Summary<a name="Summary"></a></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><tr class="b"><td>4</td><td>0</td><td>0</td><td>3</td></tr></table></div><div class="section"><h2>Files<a name="Files"></a></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&#16
 0;<img alt="Errors" src="images/icon_error_sml.gif" /></th></tr><tr class="b"><td><a href="#org.apache.maven.plugins.pdf.DocumentModelBuilder.java">org/apache/maven/plugins/pdf/DocumentModelBuilder.java</a></td><td>0</td><td>0</td><td>1</td></tr><tr class="a"><td><a href="#org.apache.maven.plugins.pdf.PdfMojo.java">org/apache/maven/plugins/pdf/PdfMojo.java</a></td><td>0</td><td>0</td><td>2</td></tr></table></div><div class="section"><h2>Rules<a name="Rules"></a></h2><table border="0" class="bodyTable"><tr class="b"><th>Rules</th><th>Violations</th><th>Severity</th></tr><tr class="a"><td>FileLength</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="b"><td>RegexpHeader<ul><li><b>headerFile</b>: <tt>&quot;target/checkstyle-header.txt&quot;</tt></li></ul></td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="a"><td>FileTabCharacter<ul><li><b>eachLine</b>: <tt>&quot;true&quot;</tt></li></ul
 ></td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="b"><td>LeftCurly<ul><li><b>option</b>: <tt>&quot;nl&quot;</tt></li></ul></td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="a"><td>RightCurly<ul><li><b>option</b>: <tt>&quot;alone&quot;</tt></li></ul></td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="b"><td>LineLength<ul><li><b>max</b>: <tt>&quot;120&quot;</tt></li><li><b>ignorePattern</b>: <tt>&quot;@version|@see|@todo|TODO&quot;</tt></li></ul></td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="a"><td>MemberName</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="b"><td>JavadocMethod<ul><li><b>scope</b>: <tt>&quot;protected&quot;</tt></li></ul></td><td>0</td><td><img alt="Warnings" src="images/icon_warning_sml.gif" />&#160;Warnin
 g</td></tr><tr class="a"><td>JavadocType<ul><li><b>allowUnknownTags</b>: <tt>&quot;true&quot;</tt></li><li><b>scope</b>: <tt>&quot;protected&quot;</tt></li></ul></td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="b"><td>JavadocVariable<ul><li><b>scope</b>: <tt>&quot;protected&quot;</tt></li></ul></td><td>0</td><td><img alt="Infos" src="images/icon_info_sml.gif" />&#160;Info</td></tr><tr class="a"><td>ConstantName</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="b"><td>LocalFinalVariableName</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="a"><td>LocalVariableName</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="b"><td>MethodName</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="a"><td>PackageName</td><td>0</td><td><img alt="E
 rrors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="b"><td>ParameterName</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="a"><td>StaticVariableName</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="b"><td>TypeName</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="a"><td>AvoidStarImport</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="b"><td>IllegalImport</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="a"><td>RedundantImport</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="b"><td>UnusedImports</td><td>1</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="a"><td>MethodLength</td><td>0</td><td><img alt="Errors" src
 ="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="b"><td>ParameterNumber</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="a"><td>EmptyForIteratorPad<ul><li><b>option</b>: <tt>&quot;space&quot;</tt></li></ul></td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="b"><td>OperatorWrap</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="a"><td>ParenPad<ul><li><b>option</b>: <tt>&quot;space&quot;</tt></li></ul></td><td>2</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="b"><td>WhitespaceAfter</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="a"><td>WhitespaceAround</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="b"><td>ModifierOrder</td><td>0</td><td><img alt="Errors" src="images/ic
 on_error_sml.gif" />&#160;Error</td></tr><tr class="a"><td>RedundantModifier</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="b"><td>AvoidNestedBlocks</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="a"><td>EmptyBlock<ul><li><b>option</b>: <tt>&quot;text&quot;</tt></li></ul></td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="b"><td>NeedBraces</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="a"><td>DoubleCheckedLocking</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="b"><td>EmptyStatement</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="a"><td>EqualsHashCode</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="b"><td>HiddenFi
 eld<ul><li><b>ignoreConstructorParameter</b>: <tt>&quot;true&quot;</tt></li><li><b>ignoreSetter</b>: <tt>&quot;true&quot;</tt></li></ul></td><td>0</td><td><img alt="Warnings" src="images/icon_warning_sml.gif" />&#160;Warning</td></tr><tr class="a"><td>IllegalInstantiation</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="b"><td>InnerAssignment</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="a"><td>MagicNumber<ul><li><b>ignoreNumbers</b>: <tt>&quot;-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024&quot;</tt></li></ul></td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="b"><td>MissingSwitchDefault</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="a"><td>RedundantThrows</td><td>0</td><td><img alt="Errors" src="images/ic
 on_error_sml.gif" />&#160;Error</td></tr><tr class="b"><td>SimplifyBooleanExpression</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="a"><td>SimplifyBooleanReturn</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="b"><td>InterfaceIsType</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="a"><td>VisibilityModifier<ul><li><b>packageAllowed</b>: <tt>&quot;true&quot;</tt></li><li><b>protectedAllowed</b>: <tt>&quot;true&quot;</tt></li></ul></td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr><tr class="b"><td>UpperEll</td><td>0</td><td><img alt="Errors" src="images/icon_error_sml.gif" />&#160;Error</td></tr></table></div><div class="section"><h2>Details<a name="Details"></a></h2><div class="section"><h3>org/apache/maven/plugins/pdf/DocumentModelBuilder.java<a name="orgapachemavenpluginspdfDocumentM
 odelBuilder.java"></a></h3><a name="org.apache.maven.plugins.pdf.DocumentModelBuilder.java"></a><table border="0" class="bodyTable"><tr class="a"><th>Violation</th><th>Message</th><th>Line</th></tr><tr class="b"><td><img alt="Errors" src="images/icon_error_sml.gif" /></td><td>Unused import - org.codehaus.plexus.util.ReaderFactory.</td><td><a href="./xref/org/apache/maven/plugins/pdf/DocumentModelBuilder.html#41">41</a></td></tr></table></div><div class="section"><h3>org/apache/maven/plugins/pdf/PdfMojo.java<a name="orgapachemavenpluginspdfPdfMojo.java"></a></h3><a name="org.apache.maven.plugins.pdf.PdfMojo.java"></a><table border="0" class="bodyTable"><tr class="a"><th>Violation</th><th>Message</th><th>Line</th></tr><tr class="b"><td><img alt="Errors" src="images/icon_error_sml.gif" /></td><td>')' is not preceded with whitespace.</td><td><a href="./xref/org/apache/maven/plugins/pdf/PdfMojo.html#456">456</a></td></tr><tr class="a"><td><img alt="Errors" src="images/icon_error_sml.gif"
  /></td><td>')' is not preceded with whitespace.</td><td><a href="./xref/org/apache/maven/plugins/pdf/PdfMojo.html#464">464</a></td></tr></table></div></div>
+        <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> 5.7.&#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><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>11</td>
+<td>0</td>
+<td>3</td>
+<td>0</td></tr></table></div>
+<div class="section">
+<h2><a name="Files"></a>Files</h2>
+<table border="0" class="bodyTable">
+<tr class="a">
+<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.maven.plugins.pdf.PdfMojo.java">org/apache/maven/plugins/pdf/PdfMojo.java</a></td>
+<td>0</td>
+<td>3</td>
+<td>0</td></tr></table></div>
+<div class="section">
+<h2><a name="Rules"></a>Rules</h2>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Category</th>
+<th>Rule</th>
+<th>Violations</th>
+<th>Severity</th></tr>
+<tr class="b">
+<td>javadoc</td>
+<td><a class="externalLink" href="http://checkstyle.sourceforge.net/config_javadoc.html#JavadocMethod">JavadocMethod</a>
+<ul>
+<li>scope: <tt>&quot;protected&quot;</tt></li></ul></td>
+<td>3</td>
+<td><img src="images/icon_warning_sml.gif" alt="" />&#160;Warning</td></tr></table></div>
+<div class="section">
+<h2><a name="Details"></a>Details</h2>
+<div class="section">
+<h3 id="org.apache.maven.plugins.pdf.PdfMojo.java">org/apache/maven/plugins/pdf/PdfMojo.java</h3>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Severity</th>
+<th>Category</th>
+<th>Rule</th>
+<th>Message</th>
+<th>Line</th></tr>
+<tr class="b">
+<td><img src="images/icon_warning_sml.gif" alt="" />&#160;Warning</td>
+<td>javadoc</td>
+<td>JavadocMethod</td>
+<td>Missing a Javadoc comment.</td>
+<td><a href="./xref/org/apache/maven/plugins/pdf/PdfMojo.html#L1578">1578</a></td></tr>
+<tr class="a">
+<td><img src="images/icon_warning_sml.gif" alt="" />&#160;Warning</td>
+<td>javadoc</td>
+<td>JavadocMethod</td>
+<td>Expected an @return tag.</td>
+<td><a href="./xref/org/apache/maven/plugins/pdf/PdfMojo.html#L1615">1615</a></td></tr>
+<tr class="b">
+<td><img src="images/icon_warning_sml.gif" alt="" />&#160;Warning</td>
+<td>javadoc</td>
+<td>JavadocMethod</td>
+<td>Missing a Javadoc comment.</td>
+<td><a href="./xref/org/apache/maven/plugins/pdf/PdfMojo.html#L1629">1629</a></td></tr></table></div></div>
       </div>
     </div>
     <div class="clear">
@@ -212,7 +293,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2002-2012
+        &#169;            2002-2015
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.
@@ -223,4 +304,4 @@
       </div>
     </div>
   </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/checkstyle.rss
==============================================================================
Binary files - no diff available.

Modified: websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/css/help.css
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/css/help.css (original)
+++ websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/css/help.css Wed Feb 11 18:32:40 2015
@@ -1,22 +1,22 @@
-dl {
-	float: left;
-	width: 100%;
-}
-
-dt {
-	border-top: 1px solid #808080;
-	float: left;
-	font-weight: bold;
-	margin: 0;
-	padding: 1em;
-	width: 20%;
-}
-
-dd {
-	border-top: 1px solid #808080;
-	float: left;
-	font-style: italic;
-	margin: 0;
-	padding: 1em;
-	width: 60%;
-}
+dl {
+	float: left;
+	width: 100%;
+}
+
+dt {
+	border-top: 1px solid #808080;
+	float: left;
+	font-weight: bold;
+	margin: 0;
+	padding: 1em;
+	width: 20%;
+}
+
+dd {
+	border-top: 1px solid #808080;
+	float: left;
+	font-style: italic;
+	margin: 0;
+	padding: 1em;
+	width: 60%;
+}
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/css/main.css
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/css/main.css (original)
+++ websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/css/main.css Wed Feb 11 18:32:40 2015
@@ -1,131 +1,131 @@
-@import url("help.css");
-@import url("source-viewer.css");
-@import url("tooltip.css");
-
-.hidden {
-	display: none;
-}
-
-a.dfn {
-	border-bottom: 1px dotted #00aa00;
-	cursor: help;
-}
-
-a.dfn:active, a.dfn:link, a.dfn:visited {
-	color: #000000;
-	text-decoration: none;
-}
-
-a.dfn:hover {
-	color: #0000ff;
-	text-decoration: none;
-}
-
-body {
-	font-family: verdana, arial, helvetica;
-}
-
-h1, h2, h3, h4, h5, h6 {
-	margin-bottom: 0.5em;
-}
-
-h5 {
-	margin-top: 0.5em;
-}
-
-div.footer {
-	font-size: 68%;
-	margin-top: 1.5em;
-}
-
-div.percentgraph
-{
-	background-color: #f02020;
-	border: #808080 1px solid;
-	height: 1.3em;
-	margin: 0px;
-	padding: 0px;
-	width: 100px;
-}
-
-div.percentgraph div.greenbar
-{
-	background-color: #00f000;
-	height: 1.3em;
-	margin: 0px;
-	padding: 0px;
-}
-
-div.percentgraph div.na
-{
-	background-color: #eaeaea;
-	height: 1.3em;
-	margin: 0px;
-	padding: 0px;
-}
-
-div.percentgraph span.text
-{
-	display: block;
-	position: absolute;
-	text-align: center;
-	width: 100px;
-}
-
-div.separator {
-	height: 10px;
-}
-
-table tr td, table tr th {
-	font-size: 68%;
-}
-
-td.value table tr td {
-    font-size: 11px;
-}
-
-table.percentgraph {
-	border: 0px;
-	font-size: 130%;
-	margin: 0px;
-	margin-left: auto;
-	margin-right: 0px;
-	padding: 0px;
-}
-
-table.percentgraph tr.percentgraph {
-	border: 0px;
-	margin: 0px;
-	padding: 0px;
-}
-
-table.percentgraph td.percentgraph {
-	border: 0px;
-	margin: 0px;
-	padding: 0px;
-	padding-left: 4px;
-}
-
-table.report {
-	border-collapse: collapse;
-	width: 100%;
-}
-
-table.report td {
-	border: #d0d0d0 1px solid;
-}
-
-table.report td.heading {
-    background: #dcecff;
-	font-weight: bold;
-	text-align: center;
-}
-
-table.report td.heading:hover {
-    background: #c0ffc0;
-	cursor: pointer;
-}
-
-table.report td.value {
-	text-align: right;
-}
+@import url("help.css");
+@import url("source-viewer.css");
+@import url("tooltip.css");
+
+.hidden {
+	display: none;
+}
+
+a.dfn {
+	border-bottom: 1px dotted #00aa00;
+	cursor: help;
+}
+
+a.dfn:active, a.dfn:link, a.dfn:visited {
+	color: #000000;
+	text-decoration: none;
+}
+
+a.dfn:hover {
+	color: #0000ff;
+	text-decoration: none;
+}
+
+body {
+	font-family: verdana, arial, helvetica;
+}
+
+h1, h2, h3, h4, h5, h6 {
+	margin-bottom: 0.5em;
+}
+
+h5 {
+	margin-top: 0.5em;
+}
+
+div.footer {
+	font-size: 68%;
+	margin-top: 1.5em;
+}
+
+div.percentgraph
+{
+	background-color: #f02020;
+	border: #808080 1px solid;
+	height: 1.3em;
+	margin: 0px;
+	padding: 0px;
+	width: 100px;
+}
+
+div.percentgraph div.greenbar
+{
+	background-color: #00f000;
+	height: 1.3em;
+	margin: 0px;
+	padding: 0px;
+}
+
+div.percentgraph div.na
+{
+	background-color: #eaeaea;
+	height: 1.3em;
+	margin: 0px;
+	padding: 0px;
+}
+
+div.percentgraph span.text
+{
+	display: block;
+	position: absolute;
+	text-align: center;
+	width: 100px;
+}
+
+div.separator {
+	height: 10px;
+}
+
+table tr td, table tr th {
+	font-size: 68%;
+}
+
+td.value table tr td {
+    font-size: 11px;
+}
+
+table.percentgraph {
+	border: 0px;
+	font-size: 130%;
+	margin: 0px;
+	margin-left: auto;
+	margin-right: 0px;
+	padding: 0px;
+}
+
+table.percentgraph tr.percentgraph {
+	border: 0px;
+	margin: 0px;
+	padding: 0px;
+}
+
+table.percentgraph td.percentgraph {
+	border: 0px;
+	margin: 0px;
+	padding: 0px;
+	padding-left: 4px;
+}
+
+table.report {
+	border-collapse: collapse;
+	width: 100%;
+}
+
+table.report td {
+	border: #d0d0d0 1px solid;
+}
+
+table.report td.heading {
+    background: #dcecff;
+	font-weight: bold;
+	text-align: center;
+}
+
+table.report td.heading:hover {
+    background: #c0ffc0;
+	cursor: pointer;
+}
+
+table.report td.value {
+	text-align: right;
+}
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/css/sortabletable.css
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/css/sortabletable.css (original)
+++ websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/css/sortabletable.css Wed Feb 11 18:32:40 2015
@@ -1,50 +1,50 @@
-.sort-table {
-	font:		Icon;
-	border:		1px Solid ThreeDShadow;
-	background:	Window;
-	color:		WindowText;
-}
-
-.sort-table thead {
-	background:	ButtonFace;
-}
-
-.sort-table td {
-	padding:	2px 5px;
-}
-
-.sort-table thead td {
-	border:			1px solid;
-	border-color:	ButtonHighlight ButtonShadow
-					ButtonShadow ButtonHighlight;
-	cursor:			default;
-}
-
-.sort-table thead td:active {
-	border-color:	ButtonShadow ButtonHighlight
-					ButtonHighlight ButtonShadow;
-	padding:		3px 4px 1px 6px;
-}
-
-.sort-table thead td[_sortType=None]:active {
-	border-color:	ButtonHighlight ButtonShadow
-					ButtonShadow ButtonHighlight;
-	padding:		2px 5px;
-}
-
-.sort-arrow {
-	width:					11px;
-	height:					11px;
-	background-position:	center center;
-	background-repeat:		no-repeat;
-	margin:					0 2px;
-}
-
-.sort-arrow.descending {
-	background-image:		url("../images/downsimple.png");
-
-}
-
-.sort-arrow.ascending {
-	background-image:		url("../images/upsimple.png");
+.sort-table {
+	font:		Icon;
+	border:		1px Solid ThreeDShadow;
+	background:	Window;
+	color:		WindowText;
+}
+
+.sort-table thead {
+	background:	ButtonFace;
+}
+
+.sort-table td {
+	padding:	2px 5px;
+}
+
+.sort-table thead td {
+	border:			1px solid;
+	border-color:	ButtonHighlight ButtonShadow
+					ButtonShadow ButtonHighlight;
+	cursor:			default;
+}
+
+.sort-table thead td:active {
+	border-color:	ButtonShadow ButtonHighlight
+					ButtonHighlight ButtonShadow;
+	padding:		3px 4px 1px 6px;
+}
+
+.sort-table thead td[_sortType=None]:active {
+	border-color:	ButtonHighlight ButtonShadow
+					ButtonShadow ButtonHighlight;
+	padding:		2px 5px;
+}
+
+.sort-arrow {
+	width:					11px;
+	height:					11px;
+	background-position:	center center;
+	background-repeat:		no-repeat;
+	margin:					0 2px;
+}
+
+.sort-arrow.descending {
+	background-image:		url("../images/downsimple.png");
+
+}
+
+.sort-arrow.ascending {
+	background-image:		url("../images/upsimple.png");
 }
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/css/source-viewer.css
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/css/source-viewer.css (original)
+++ websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/css/source-viewer.css Wed Feb 11 18:32:40 2015
@@ -1,73 +1,73 @@
-pre.src {
-    background: #ffffff;
-    margin-top: 0px;
-    margin-bottom: 0px;
-}
-
-table.src {
-	border: #dcdcdc 1px solid;
-	font-size: 16px;
-}
-
-td.numLine {
-    background: #f0f0f0;
-    border-right: #dcdcdc 1px solid;
-    padding-right: 3px;
-    text-align: right;
-}
-
-td.numLineCover {
-    background: #80ff80;
-    border-right: #dcdcdc 1px solid;
-    padding-right: 3px;
-    text-align: right;
-}
-
-td.nbHits {
-    background: #f0f0f0;
-    border-right: #dcdcdc 1px solid;
-    padding-right: 3px;
-    text-align: right;
-}
-
-td.nbHitsCovered {
-    background: #80ff80;
-    border-right: #dcdcdc 1px solid;
-    padding-right: 3px;
-    text-align: right;
-}
-
-td.nbHitsUncovered {
-    background: #ff9090;
-    border-right: #dcdcdc 1px solid;
-    font-weight: bold;
-    padding-right: 3px;
-    text-align: right;
-}
-
-td.src {
-    width: 100%;
-}
-
-span.comment {
-    color: #b22222;
-    font-style: italic;
-}
-
-span.keyword {
-    color: #2020bf;
-    font-weight: bold;
-}
-
-span.srcUncovered {
-    background: #ff9090;
-}
-
-span.string {
-    color: #2a00ff;
-}
-
-span.text_italic {
-	font-size: 12px;
-    font-style: italic;
-}
+pre.src {
+    background: #ffffff;
+    margin-top: 0px;
+    margin-bottom: 0px;
+}
+
+table.src {
+	border: #dcdcdc 1px solid;
+	font-size: 16px;
+}
+
+td.numLine {
+    background: #f0f0f0;
+    border-right: #dcdcdc 1px solid;
+    padding-right: 3px;
+    text-align: right;
+}
+
+td.numLineCover {
+    background: #80ff80;
+    border-right: #dcdcdc 1px solid;
+    padding-right: 3px;
+    text-align: right;
+}
+
+td.nbHits {
+    background: #f0f0f0;
+    border-right: #dcdcdc 1px solid;
+    padding-right: 3px;
+    text-align: right;
+}
+
+td.nbHitsCovered {
+    background: #80ff80;
+    border-right: #dcdcdc 1px solid;
+    padding-right: 3px;
+    text-align: right;
+}
+
+td.nbHitsUncovered {
+    background: #ff9090;
+    border-right: #dcdcdc 1px solid;
+    font-weight: bold;
+    padding-right: 3px;
+    text-align: right;
+}
+
+td.src {
+    width: 100%;
+}
+
+span.comment {
+    color: #b22222;
+    font-style: italic;
+}
+
+span.keyword {
+    color: #2020bf;
+    font-weight: bold;
+}
+
+span.srcUncovered {
+    background: #ff9090;
+}
+
+span.string {
+    color: #2a00ff;
+}
+
+span.text_italic {
+	font-size: 12px;
+    font-style: italic;
+}
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/css/tooltip.css
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/css/tooltip.css (original)
+++ websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/css/tooltip.css Wed Feb 11 18:32:40 2015
@@ -1,49 +1,49 @@
-a.hastooltip {
-	border-bottom: 1px dotted #00aa00;
-	color: #000000;
-	cursor: help;
-	font-style: normal;
-	position: relative; /* This is the key */
-	text-decoration: none;
-	z-index: 24; /* What does this do? */
-}
-
-a.hastooltip:active {
-	color: #000000;
-	text-decoration: none;
-}
-
-a.hastooltip:link {
-	color: #000000;
-	text-decoration: none;
-}
-
-a.hastooltip:hover {
-	background-color: #a0b8ff;
-	color: #000000;
-	text-decoration: none;
-	z-index: 25;
-}
-
-a.hastooltip:visited {
-	color: #000000;
-	text-decoration: none;
-}
-
-a.hastooltip span {
-	display: none;
-}
-
-a.hastooltip:hover span {
-	background-color: #eeeeee;
-	border: 1px solid #000000;
-	color: #000000;
-	display: block;
-	padding: 5px;
-	left: -15.2em;
-	position: absolute;
-	text-align: center;
-	text-decoration: none;
-	top: 2em;
-	width: 20em;
-}
+a.hastooltip {
+	border-bottom: 1px dotted #00aa00;
+	color: #000000;
+	cursor: help;
+	font-style: normal;
+	position: relative; /* This is the key */
+	text-decoration: none;
+	z-index: 24; /* What does this do? */
+}
+
+a.hastooltip:active {
+	color: #000000;
+	text-decoration: none;
+}
+
+a.hastooltip:link {
+	color: #000000;
+	text-decoration: none;
+}
+
+a.hastooltip:hover {
+	background-color: #a0b8ff;
+	color: #000000;
+	text-decoration: none;
+	z-index: 25;
+}
+
+a.hastooltip:visited {
+	color: #000000;
+	text-decoration: none;
+}
+
+a.hastooltip span {
+	display: none;
+}
+
+a.hastooltip:hover span {
+	background-color: #eeeeee;
+	border: 1px solid #000000;
+	color: #000000;
+	display: block;
+	padding: 5px;
+	left: -15.2em;
+	position: absolute;
+	text-align: center;
+	text-decoration: none;
+	top: 2em;
+	width: 20em;
+}
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/frame-packages.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/frame-packages.html (original)
+++ websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/frame-packages.html Wed Feb 11 18:32:40 2015
@@ -17,4 +17,4 @@
 </tr>
 </table>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/frame-sourcefiles-org.apache.maven.plugins.pdf.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/frame-sourcefiles-org.apache.maven.plugins.pdf.html (original)
+++ websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/frame-sourcefiles-org.apache.maven.plugins.pdf.html Wed Feb 11 18:32:40 2015
@@ -32,4 +32,4 @@ org.apache.maven.plugins.pdf
 </tbody>
 </table>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/frame-sourcefiles.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/frame-sourcefiles.html (original)
+++ websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/frame-sourcefiles.html Wed Feb 11 18:32:40 2015
@@ -32,4 +32,4 @@ All Packages
 </tbody>
 </table>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/frame-summary-org.apache.maven.plugins.pdf.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/frame-summary-org.apache.maven.plugins.pdf.html (original)
+++ websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/frame-summary-org.apache.maven.plugins.pdf.html Wed Feb 11 18:32:40 2015
@@ -16,7 +16,7 @@
 <table class="report" id="packageResults">
 <thead><tr>  <td class="heading">Package</td>  <td class="heading"># Classes</td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Line Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Branch Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Complexity</a></td></tr></thead>
 <tbody>
-  <tr><td><a href="frame-summary-org.apache.maven.plugins.pdf.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.maven.plugins.pdf.html"'>org.apache.maven.plugins.pdf</a></td><td class="value">9</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">32%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:32px"><span class="text">282/862</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">24%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:24px"><span class="text">83/340</span></div></div></td></tr></table></td><td class="value"><span class="hidden">4.378787878787879;</span>4.379</td></tr>
+  <tr><td><a href="frame-summary-org.apache.maven.plugins.pdf.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.maven.plugins.pdf.html"'>org.apache.maven.plugins.pdf</a></td><td class="value">9</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">31%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:31px"><span class="text">280/901</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">22%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:22px"><span class="text">83/368</span></div></div></td></tr></table></td><td class="value"><span class="hidden">4.511904761904762;</span>4.512</td></tr>
 </tbody>
 </table>
 <script type="text/javascript">
@@ -33,14 +33,14 @@ packageTable.sort(0);
   <tr><td><a href="org.apache.maven.plugins.pdf.DocumentDescriptorReader.html">DocumentDescriptorReader</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">82%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:82px"><span class="text">24/29</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">75%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:75px"><span class="text">6/8</span></div></div></td></tr></table></td><td class="value"><span class="hidden">2.8;</span>2.8</td></tr>
   <tr><td><a href="org.apache.maven.plugins.pdf.DocumentDescriptorReader.html">DocumentDescriptorReader$1</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">40%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:40px"><span class="text">2/5</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">2.8;</span>2.8</td></tr>
 
-  <tr><td><a href="org.apache.maven.plugins.pdf.DocumentModelBuilder.html">DocumentModelBuilder</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">96%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:96px"><span class="text">88/91</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">89%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:89px"><span class="text">43/48</span></div></div></td></tr></table></td><td class="value"><span class="hidden">3.5833333333333335;</span>3.583</td></tr>
+  <tr><td><a href="org.apache.maven.plugins.pdf.DocumentModelBuilder.html">DocumentModelBuilder</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">96%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:96px"><span class="text">84/87</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">89%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:89px"><span class="text">41/46</span></div></div></td></tr></table></td><td class="value"><span class="hidden">3.5;</span>3.5</td></tr>
 
-  <tr><td><a href="org.apache.maven.plugins.pdf.HelpMojo.html">HelpMojo</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/116</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/80</span></div></div></td></tr></table></td><td class="value"><span class="hidden">0.0;</span>0</td></tr>
+  <tr><td><a href="org.apache.maven.plugins.pdf.HelpMojo.html">HelpMojo</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/156</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/108</span></div></div></td></tr></table></td><td class="value"><span class="hidden">5.466666666666667;</span>5.467</td></tr>
 
-  <tr><td><a href="org.apache.maven.plugins.pdf.PdfMojo.html">PdfMojo</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">24%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:24px"><span class="text">119/490</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">17%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:17px"><span class="text">34/190</span></div></div></td></tr></table></td><td class="value"><span class="hidden">6.083333333333333;</span>6.083</td></tr>
-  <tr><td><a href="org.apache.maven.plugins.pdf.PdfMojo.html">PdfMojo$PdfSink</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/7</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">6.083333333333333;</span>6.083</td></tr>
-  <tr><td><a href="org.apache.maven.plugins.pdf.PdfMojo.html">PdfMojo$ProjectInfoRenderer</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/52</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/4</span></div></div></td></tr></table></td><td class="value"><span class="hidden">6.083333333333333;</span>6.083</td></tr>
-  <tr><td><a href="org.apache.maven.plugins.pdf.PdfMojo.html">PdfMojo$SinkDelegate</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/13</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/10</span></div></div></td></tr></table></td><td class="value"><span class="hidden">6.083333333333333;</span>6.083</td></tr>
+  <tr><td><a href="org.apache.maven.plugins.pdf.PdfMojo.html">PdfMojo</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">24%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:24px"><span class="text">121/497</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">18%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:18px"><span class="text">36/192</span></div></div></td></tr></table></td><td class="value"><span class="hidden">5.846153846153846;</span>5.846</td></tr>
+  <tr><td><a href="org.apache.maven.plugins.pdf.PdfMojo.html">PdfMojo$PdfSink</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/4</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">5.846153846153846;</span>5.846</td></tr>
+  <tr><td><a href="org.apache.maven.plugins.pdf.PdfMojo.html">PdfMojo$ProjectInfoRenderer</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/51</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/4</span></div></div></td></tr></table></td><td class="value"><span class="hidden">5.846153846153846;</span>5.846</td></tr>
+  <tr><td><a href="org.apache.maven.plugins.pdf.PdfMojo.html">PdfMojo$SinkDelegate</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/13</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/10</span></div></div></td></tr></table></td><td class="value"><span class="hidden">5.846153846153846;</span>5.846</td></tr>
 
 </tbody>
 </table>
@@ -49,6 +49,6 @@ var classTable = new SortableTable(docum
     ["String", "Percentage", "Percentage", "FormattedNumber"]);
 classTable.sort(0);
 </script>
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 11/8/12 9:05 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 2/11/15 7:28 PM.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/frame-summary.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/frame-summary.html (original)
+++ websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/frame-summary.html Wed Feb 11 18:32:40 2015
@@ -16,8 +16,8 @@
 <table class="report" id="packageResults">
 <thead><tr>  <td class="heading">Package</td>  <td class="heading"># Classes</td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Line Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Branch Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Complexity</a></td></tr></thead>
 <tbody>
-  <tr><td><b>All Packages</b></td><td class="value">9</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">32%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:32px"><span class="text">282/862</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">24%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:24px"><span class="text">83/340</span></div></div></td></tr></table></td><td class="value"><span class="hidden">4.378787878787879;</span>4.379</td></tr>
-  <tr><td><a href="frame-summary-org.apache.maven.plugins.pdf.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.maven.plugins.pdf.html"'>org.apache.maven.plugins.pdf</a></td><td class="value">9</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">32%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:32px"><span class="text">282/862</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">24%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:24px"><span class="text">83/340</span></div></div></td></tr></table></td><td class="value"><span class="hidden">4.378787878787879;</span>4.379</td></tr>
+  <tr><td><b>All Packages</b></td><td class="value">9</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">31%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:31px"><span class="text">280/901</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">22%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:22px"><span class="text">83/368</span></div></div></td></tr></table></td><td class="value"><span class="hidden">4.511904761904762;</span>4.512</td></tr>
+  <tr><td><a href="frame-summary-org.apache.maven.plugins.pdf.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.maven.plugins.pdf.html"'>org.apache.maven.plugins.pdf</a></td><td class="value">9</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">31%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:31px"><span class="text">280/901</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">22%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:22px"><span class="text">83/368</span></div></div></td></tr></table></td><td class="value"><span class="hidden">4.511904761904762;</span>4.512</td></tr>
 </tbody>
 </table>
 <script type="text/javascript">
@@ -25,6 +25,6 @@ var packageTable = new SortableTable(doc
     ["String", "Number", "Percentage", "Percentage", "FormattedNumber"]);
 packageTable.sort(0);
 </script>
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 11/8/12 9:05 PM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 2/11/15 7:28 PM.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/help.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/help.html (original)
+++ websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/help.html Wed Feb 11 18:32:40 2015
@@ -1,31 +1,31 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
-<title>Coverage Report - Help</title>
-</head>
-
-<body>
-
-<dl>
-
-<dt>Line Coverage</dt>
-<dd>The percent of lines executed by this test run.</dd>
-
-<dt>Branch Coverage</dt>
-<dd>The percent of branches executed by this test run.</dd>
-
-<dt>Complexity</dt>
-<dd>Average McCabe's cyclomatic code complexity for all methods.  This is basically a count of the number of different code paths in a method (incremented by 1 for each if statement, while loop, etc.)</dd>
-
-<dt>N/A</dt>
-<dd>Line coverage and branch coverage will appear as "Not Applicable" when Cobertura can not find line number information in the .class file.  This happens for stub and skeleton classes, interfaces, or when the class was not compiled with "debug=true."</dd>
-
-</dl>
-
-</body>
-
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+<title>Coverage Report - Help</title>
+</head>
+
+<body>
+
+<dl>
+
+<dt>Line Coverage</dt>
+<dd>The percent of lines executed by this test run.</dd>
+
+<dt>Branch Coverage</dt>
+<dd>The percent of branches executed by this test run.</dd>
+
+<dt>Complexity</dt>
+<dd>Average McCabe's cyclomatic code complexity for all methods.  This is basically a count of the number of different code paths in a method (incremented by 1 for each if statement, while loop, etc.)</dd>
+
+<dt>N/A</dt>
+<dd>Line coverage and branch coverage will appear as "Not Applicable" when Cobertura can not find line number information in the .class file.  This happens for stub and skeleton classes, interfaces, or when the class was not compiled with "debug=true."</dd>
+
+</dl>
+
+</body>
+
+</html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/index.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/index.html (original)
+++ websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/index.html Wed Feb 11 18:32:40 2015
@@ -1,25 +1,25 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
-           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-<title>Coverage Report</title>
-</head>
-
-<frameset cols="20%,80%">
-	<frameset rows="30%,70%">
-		<frame src="frame-packages.html" name="packageList" title="All Packages"/>
-		<frame src="frame-sourcefiles.html" name="sourceFileList" title="All classes and interfaces (except non-static nested types)"/>
-	</frameset>
-	<frame src="frame-summary.html" name="summary" title="Package, class and interface descriptions" scrolling="yes"/>
-
-	<noframes>
-		<body>
-			<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a frame-incapable web client.</p>
-			<p><a href="frame-summary.html">Click here to view a non-frame version.</a></p>
-		</body>
-	</noframes>
-</frameset>
-
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report</title>
+</head>
+
+<frameset cols="20%,80%">
+	<frameset rows="30%,70%">
+		<frame src="frame-packages.html" name="packageList" title="All Packages"/>
+		<frame src="frame-sourcefiles.html" name="sourceFileList" title="All classes and interfaces (except non-static nested types)"/>
+	</frameset>
+	<frame src="frame-summary.html" name="summary" title="Package, class and interface descriptions" scrolling="yes"/>
+
+	<noframes>
+		<body>
+			<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a frame-incapable web client.</p>
+			<p><a href="frame-summary.html">Click here to view a non-frame version.</a></p>
+		</body>
+	</noframes>
+</frameset>
+
+</html>
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/js/customsorttypes.js
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/js/customsorttypes.js (original)
+++ websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/js/customsorttypes.js Wed Feb 11 18:32:40 2015
@@ -62,4 +62,4 @@ function formattedNumberSortType( s )
 	return ret;
 }
 
-SortableTable.prototype.addSortType( "FormattedNumber", formattedNumberSortType );
+SortableTable.prototype.addSortType( "FormattedNumber", formattedNumberSortType );
\ No newline at end of file

Modified: websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/js/popup.js
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/js/popup.js (original)
+++ websites/production/maven/content/plugins-archives/maven-pdf-plugin-LATEST/cobertura/js/popup.js Wed Feb 11 18:32:40 2015
@@ -1,8 +1,8 @@
-var newwindow;
-function popupwindow(url)
-{
-	newwindow=window.open(url,'name','height=500,width=500,resizable=yes,scrollbars=yes');
-	if (window.focus) {
-		newwindow.focus()
-	}
-}
+var newwindow;
+function popupwindow(url)
+{
+	newwindow=window.open(url,'name','height=500,width=500,resizable=yes,scrollbars=yes');
+	if (window.focus) {
+		newwindow.focus()
+	}
+}
\ No newline at end of file