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 sv...@apache.org on 2019/10/12 11:28:56 UTC

svn commit: r1868334 [33/39] - in /maven/website/content: ./ apache-resource-bundles/ archives/maven-2.x/ background/ css/ developers/ developers/conventions/ developers/release/ developers/website/ docs/ docs/2.0.1/ docs/2.0.10/ docs/2.0.11/ docs/2.0....

Modified: maven/website/content/plugin-developers/cookbook/add-build-time-to-manifest.html
==============================================================================
--- maven/website/content/plugin-developers/cookbook/add-build-time-to-manifest.html (original)
+++ maven/website/content/plugin-developers/cookbook/add-build-time-to-manifest.html Sat Oct 12 11:28:54 2019
@@ -1,43 +1,43 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/plugin-developers/cookbook/add-build-time-to-manifest.apt at 2019-10-12
- | Rendered using Apache Maven Fluido Skin 1.7
+ | Rendered using Apache Maven Fluido Skin 1.8
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
     <meta charset="UTF-8" />
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="viewport" content="width=device-width, initial-scale=1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.9.1" />
     <meta name="author" content="Vincent Siveton" />
-    <meta name="Date-Creation-yyyymmdd" content="20080101" />
-    <meta name="Date-Revision-yyyymmdd" content="20191012" />
-    <meta http-equiv="Content-Language" content="en" />
+    <meta name="date" content="2008-01-01" />
     <title>Maven &#x2013; Cookbook - How To Add Build Time To A JAR Manifest</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.7.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.8.min.css" />
     <link rel="stylesheet" href="../../css/site.css" />
     <link rel="stylesheet" href="../../css/print.css" media="print" />
-    <script type="text/javascript" src="../../js/apache-maven-fluido-1.7.min.js"></script>
+    <script src="../../js/apache-maven-fluido-1.8.min.js"></script>
     <!-- Google Analytics -->
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-140879-1']);
-      _gaq.push(['_trackPageview']);
-      (function() {
-        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-      })();
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+      ga('create', 'UA-140879-1', 'auto');
+      ga('send', 'pageview');
+      ga('set', 'anonymizeIp', true);
+      ga('set', 'forceSSL', true);
     </script>
   </head>
   <body class="topBarDisabled">
     <div class="container-fluid">
-      <div id="banner">
-        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt="Apache Maven Site"/></a></div>
-        <div class="pull-right"><a href="../.././" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
-        <div class="clear"><hr/></div>
-      </div>
+      <header>
+        <div id="banner">
+          <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt="Apache Maven Site"/></a></div>
+          <div class="pull-right"><a href="../.././" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
+          <div class="clear"><hr/></div>
+        </div>
 
-      <div id="breadcrumbs">
-        <ul class="breadcrumb">
+        <div id="breadcrumbs">
+          <ul class="breadcrumb">
       <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
     <li class="active ">Cookbook - How To Add Build Time To A JAR Manifest <a href="https://github.com/apache/maven-site/tree/master/content/apt/plugin-developers/cookbook/add-build-time-to-manifest.apt"><img src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -45,51 +45,50 @@
       <li class="pull-right"><span class="divider">|</span>
 <a href="../../scm.html" title="Get Sources">Get Sources</a></li>
       <li class="pull-right"><a href="../../download.cgi" title="Download">Download</a></li>
-        </ul>
-      </div>
+          </ul>
+        </div>
+      </header>
       <div class="row-fluid">
-        <div id="leftColumn" class="span2">
-          <div class="well sidebar-nav">
-    <ul class="nav nav-list">
+        <header id="leftColumn" class="span2">
+          <nav class="well sidebar-nav">
+  <ul class="nav nav-list">
     <li><a href="../../index.html" title="Welcome"><span class="none"></span>Welcome</a></li>
     <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
-      <li class="nav-header">About Maven</li>
+   <li class="nav-header">About Maven</li>
     <li><a href="../../what-is-maven.html" title="What is Maven?"><span class="none"></span>What is Maven?</a></li>
     <li><a href="../../maven-features.html" title="Features"><span class="none"></span>Features</a></li>
     <li><a href="../../download.html" title="Download"><span class="none"></span>Download</a></li>
     <li><a href="../../users/index.html" title="Use"><span class="icon-chevron-right"></span>Use</a></li>
     <li><a href="../../docs/history.html" title="Release Notes"><span class="none"></span>Release Notes</a></li>
-      <li class="nav-header">Documentation</li>
+   <li class="nav-header">Documentation</li>
     <li><a href="../../plugins/index.html" title="Maven Plugins"><span class="none"></span>Maven Plugins</a></li>
     <li><a href="../../guides/index.html" title="Index (category)"><span class="none"></span>Index (category)</a></li>
     <li><a href="../../users/index.html" title="User Centre"><span class="icon-chevron-right"></span>User Centre</a></li>
     <li><a href="../../plugin-developers/index.html" title="Plugin Developer Centre"><span class="icon-chevron-down"></span>Plugin Developer Centre</a>
-    <ul class="nav nav-list">
-    <li><a href="../../guides/introduction/introduction-to-plugins.html" title="Introduction"><span class="none"></span>Introduction</a></li>
-    <li><a href="../../guides/plugin/guide-java-plugin-development.html" title="Your First Mojo"><span class="none"></span>Your First Mojo</a></li>
-    <li><a href="../../guides/plugin/guide-java-report-plugin-development.html" title="Your First Report Mojo"><span class="none"></span>Your First Report Mojo</a></li>
-    <li><a href="../../plugin-developers/plugin-testing.html" title="Testing Plugins"><span class="none"></span>Testing Plugins</a></li>
-    <li><a href="../../plugin-developers/plugin-documenting.html" title="Documenting Plugins"><span class="none"></span>Documenting Plugins</a></li>
-    <li><a href="../../plugin-developers/cookbook/index.html" title="Plugins Cookbook"><span class="icon-chevron-down"></span>Plugins Cookbook</a>
-    <ul class="nav nav-list">
-    <li class="active"><a href="#"><span class="none"></span>Build Time</a></li>
-    <li><a href="../../plugin-developers/cookbook/add-svn-revision-to-manifest.html" title="SVN Revision"><span class="none"></span>SVN Revision</a></li>
-    <li><a href="../../plugin-developers/cookbook/attach-source-javadoc-artifacts.html" title="Attach Source + Javadoc"><span class="none"></span>Attach Source + Javadoc</a></li>
-    <li><a href="../../plugin-developers/cookbook/generate-assembly.html" title="Assembly"><span class="none"></span>Assembly</a></li>
-    <li><a href="../../plugin-developers/cookbook/plexus-plugin-upgrade.html" title="Plexus Javadoc to Plexus Annotations"><span class="none"></span>Plexus Javadoc to Plexus Annotations</a></li>
-    <li><a href="../../maven-jsr330.html" title="Using JSR-330"><span class="none"></span>Using JSR-330</a></li>
-    </ul>
-</li>
-    <li><a href="../../developers/mojo-api-specification.html" title="Mojo API"><span class="none"></span>Mojo API</a></li>
-    <li><a href="../../plugin-developers/common-bugs.html" title="Common Bugs and Pitfalls"><span class="none"></span>Common Bugs and Pitfalls</a></li>
-    <li><a href="../../examples/maven-3-lifecycle-extensions.html" title="Maven Lifecycle Extensions"><span class="none"></span>Maven Lifecycle Extensions</a></li>
-    </ul>
-</li>
+     <ul class="nav nav-list">
+      <li><a href="../../guides/introduction/introduction-to-plugins.html" title="Introduction"><span class="none"></span>Introduction</a></li>
+      <li><a href="../../guides/plugin/guide-java-plugin-development.html" title="Your First Mojo"><span class="none"></span>Your First Mojo</a></li>
+      <li><a href="../../guides/plugin/guide-java-report-plugin-development.html" title="Your First Report Mojo"><span class="none"></span>Your First Report Mojo</a></li>
+      <li><a href="../../plugin-developers/plugin-testing.html" title="Testing Plugins"><span class="none"></span>Testing Plugins</a></li>
+      <li><a href="../../plugin-developers/plugin-documenting.html" title="Documenting Plugins"><span class="none"></span>Documenting Plugins</a></li>
+      <li><a href="../../plugin-developers/cookbook/index.html" title="Plugins Cookbook"><span class="icon-chevron-down"></span>Plugins Cookbook</a>
+       <ul class="nav nav-list">
+        <li class="active"><a href="#"><span class="none"></span>Build Time</a></li>
+        <li><a href="../../plugin-developers/cookbook/add-svn-revision-to-manifest.html" title="SVN Revision"><span class="none"></span>SVN Revision</a></li>
+        <li><a href="../../plugin-developers/cookbook/attach-source-javadoc-artifacts.html" title="Attach Source + Javadoc"><span class="none"></span>Attach Source + Javadoc</a></li>
+        <li><a href="../../plugin-developers/cookbook/generate-assembly.html" title="Assembly"><span class="none"></span>Assembly</a></li>
+        <li><a href="../../plugin-developers/cookbook/plexus-plugin-upgrade.html" title="Plexus Javadoc to Plexus Annotations"><span class="none"></span>Plexus Javadoc to Plexus Annotations</a></li>
+        <li><a href="../../maven-jsr330.html" title="Using JSR-330"><span class="none"></span>Using JSR-330</a></li>
+       </ul></li>
+      <li><a href="../../developers/mojo-api-specification.html" title="Mojo API"><span class="none"></span>Mojo API</a></li>
+      <li><a href="../../plugin-developers/common-bugs.html" title="Common Bugs and Pitfalls"><span class="none"></span>Common Bugs and Pitfalls</a></li>
+      <li><a href="../../examples/maven-3-lifecycle-extensions.html" title="Maven Lifecycle Extensions"><span class="none"></span>Maven Lifecycle Extensions</a></li>
+     </ul></li>
     <li><a href="../../repository/index.html" title="Maven Central Repository"><span class="icon-chevron-right"></span>Maven Central Repository</a></li>
     <li><a href="../../developers/index.html" title="Maven Developer Centre"><span class="icon-chevron-right"></span>Maven Developer Centre</a></li>
     <li><a href="../../articles.html" title="Books and Resources"><span class="none"></span>Books and Resources</a></li>
     <li><a href="../../security.html" title="Security"><span class="none"></span>Security</a></li>
-      <li class="nav-header">Community</li>
+   <li class="nav-header">Community</li>
     <li><a href="../../community.html" title="Community Overview"><span class="none"></span>Community Overview</a></li>
     <li><a href="../../project-roles.html" title="Project Roles"><span class="none"></span>Project Roles</a></li>
     <li><a href="../../guides/development/guide-helping.html" title="How to Contribute"><span class="none"></span>How to Contribute</a></li>
@@ -97,9 +96,9 @@
     <li><a href="../../issue-management.html" title="Issue Management"><span class="none"></span>Issue Management</a></li>
     <li><a href="../../scm.html" title="Getting Maven Source"><span class="none"></span>Getting Maven Source</a></li>
     <li><a href="../../team.html" title="The Maven Team"><span class="none"></span>The Maven Team</a></li>
-      <li class="nav-header">Project Documentation</li>
+   <li class="nav-header">Project Documentation</li>
     <li><a href="../../project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
-      <li class="nav-header">Maven Projects</li>
+   <li class="nav-header">Maven Projects</li>
     <li><a href="../../archetype/index.html" title="Archetype"><span class="none"></span>Archetype</a></li>
     <li><a href="../../resolver/index.html" title="Artifact Resolver"><span class="none"></span>Artifact Resolver</a></li>
     <li><a href="../../doxia/index.html" title="Doxia"><span class="none"></span>Doxia</a></li>
@@ -115,32 +114,33 @@
     <li><a href="../../skins/index.html" title="Skins"><span class="none"></span>Skins</a></li>
     <li><a href="../../surefire/index.html" title="Surefire"><span class="none"></span>Surefire</a></li>
     <li><a href="../../wagon/index.html" title="Wagon"><span class="none"></span>Wagon</a></li>
-      <li class="nav-header">ASF</li>
+   <li class="nav-header">ASF</li>
     <li><a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works"><span class="none"></span>How Apache Works</a></li>
     <li><a href="https://www.apache.org/foundation/" class="externalLink" title="Foundation"><span class="none"></span>Foundation</a></li>
     <li><a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache"><span class="none"></span>Sponsoring Apache</a></li>
     <li><a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
-</ul>
+  </ul>
+          </nav>
+          <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search" method="get" >
   <input value="https://maven.apache.org" name="sitesearch" type="hidden"/>
   <input class="search-query" name="q" id="query" type="text" />
 </form>
-<script type="text/javascript">asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
-          <hr />
-          <div id="poweredBy">
-            <div class="clear"></div>
-            <div class="clear"></div>
+<script>asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
+            <hr />
+            <div id="poweredBy">
+              <div class="clear"></div>
     <div id="twitter">
     <a href="https://twitter.com/ASFMavenProject" class="twitter-follow-button" data-show-count="false" data-align="left" data-size="medium" data-show-screen-name="true" data-lang="en">Follow ASFMavenProject</a>
-    <script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
     </div>
-            <div class="clear"></div>
-            <div class="clear"></div>
+              <div class="clear"></div>
+              <div class="clear"></div>
 <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="../../images/logos/maven-feather.png" /></a>
             </div>
           </div>
-        </div>
-        <div id="bodyColumn"  class="span10" >
+        </header>
+        <main id="bodyColumn"  class="span10" >
 <section>
 <h2><a name="Cookbook:_How_To_Add_Build_Time_To_A_JAR_Manifest.3F"></a>Cookbook: How To Add Build Time To A JAR Manifest?</h2><section>
 <h3><a name="Summary"></a>Summary</h3>
@@ -227,16 +227,15 @@ Build-Time: 2008-01-18 06:53:13</pre></d
 <li>Source code: <a class="externalLink" href="https://svn.apache.org/repos/asf/maven/sandbox/trunk/site/cookbook/generate-build-time">https://svn.apache.org/repos/asf/maven/sandbox/trunk/site/cookbook/generate-build-time</a></li>
 <li><a href="../../plugins/maven-antrun-plugin/"> Maven Antrun Plugin</a></li>
 <li><a href="../../plugins/maven-jar-plugin/"> Maven Jar Plugin</a></li></ul></section></section>
-        </div>
+        </main>
       </div>
     </div>
     <hr/>
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2002&#x2013;2019
-<a href="https://www.apache.org/">The Apache Software Foundation</a>.
-All rights reserved.</p>
+            <p>Copyright &#169;      2002&#x2013;2019<a href="https://www.apache.org/">The Apache Software Foundation</a>.
+.</p>
         </div>
       </div>
     </footer>

Modified: maven/website/content/plugin-developers/cookbook/add-svn-revision-to-manifest.html
==============================================================================
--- maven/website/content/plugin-developers/cookbook/add-svn-revision-to-manifest.html (original)
+++ maven/website/content/plugin-developers/cookbook/add-svn-revision-to-manifest.html Sat Oct 12 11:28:54 2019
@@ -1,44 +1,44 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/plugin-developers/cookbook/add-svn-revision-to-manifest.apt at 2019-10-12
- | Rendered using Apache Maven Fluido Skin 1.7
+ | Rendered using Apache Maven Fluido Skin 1.8
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
     <meta charset="UTF-8" />
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="viewport" content="width=device-width, initial-scale=1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.9.1" />
     <meta name="author" content="Vincent Siveton
 Karl Heinz Marbase" />
-    <meta name="Date-Creation-yyyymmdd" content="20150612" />
-    <meta name="Date-Revision-yyyymmdd" content="20191012" />
-    <meta http-equiv="Content-Language" content="en" />
+    <meta name="date" content="2015-06-12" />
     <title>Maven &#x2013; Cookbook - How To Add SVN Revision To A JAR Manifest</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.7.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.8.min.css" />
     <link rel="stylesheet" href="../../css/site.css" />
     <link rel="stylesheet" href="../../css/print.css" media="print" />
-    <script type="text/javascript" src="../../js/apache-maven-fluido-1.7.min.js"></script>
+    <script src="../../js/apache-maven-fluido-1.8.min.js"></script>
     <!-- Google Analytics -->
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-140879-1']);
-      _gaq.push(['_trackPageview']);
-      (function() {
-        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-      })();
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+      ga('create', 'UA-140879-1', 'auto');
+      ga('send', 'pageview');
+      ga('set', 'anonymizeIp', true);
+      ga('set', 'forceSSL', true);
     </script>
   </head>
   <body class="topBarDisabled">
     <div class="container-fluid">
-      <div id="banner">
-        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt="Apache Maven Site"/></a></div>
-        <div class="pull-right"><a href="../.././" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
-        <div class="clear"><hr/></div>
-      </div>
+      <header>
+        <div id="banner">
+          <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt="Apache Maven Site"/></a></div>
+          <div class="pull-right"><a href="../.././" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
+          <div class="clear"><hr/></div>
+        </div>
 
-      <div id="breadcrumbs">
-        <ul class="breadcrumb">
+        <div id="breadcrumbs">
+          <ul class="breadcrumb">
       <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
     <li class="active ">Cookbook - How To Add SVN Revision To A JAR Manifest <a href="https://github.com/apache/maven-site/tree/master/content/apt/plugin-developers/cookbook/add-svn-revision-to-manifest.apt"><img src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -46,51 +46,50 @@ Karl Heinz Marbase" />
       <li class="pull-right"><span class="divider">|</span>
 <a href="../../scm.html" title="Get Sources">Get Sources</a></li>
       <li class="pull-right"><a href="../../download.cgi" title="Download">Download</a></li>
-        </ul>
-      </div>
+          </ul>
+        </div>
+      </header>
       <div class="row-fluid">
-        <div id="leftColumn" class="span2">
-          <div class="well sidebar-nav">
-    <ul class="nav nav-list">
+        <header id="leftColumn" class="span2">
+          <nav class="well sidebar-nav">
+  <ul class="nav nav-list">
     <li><a href="../../index.html" title="Welcome"><span class="none"></span>Welcome</a></li>
     <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
-      <li class="nav-header">About Maven</li>
+   <li class="nav-header">About Maven</li>
     <li><a href="../../what-is-maven.html" title="What is Maven?"><span class="none"></span>What is Maven?</a></li>
     <li><a href="../../maven-features.html" title="Features"><span class="none"></span>Features</a></li>
     <li><a href="../../download.html" title="Download"><span class="none"></span>Download</a></li>
     <li><a href="../../users/index.html" title="Use"><span class="icon-chevron-right"></span>Use</a></li>
     <li><a href="../../docs/history.html" title="Release Notes"><span class="none"></span>Release Notes</a></li>
-      <li class="nav-header">Documentation</li>
+   <li class="nav-header">Documentation</li>
     <li><a href="../../plugins/index.html" title="Maven Plugins"><span class="none"></span>Maven Plugins</a></li>
     <li><a href="../../guides/index.html" title="Index (category)"><span class="none"></span>Index (category)</a></li>
     <li><a href="../../users/index.html" title="User Centre"><span class="icon-chevron-right"></span>User Centre</a></li>
     <li><a href="../../plugin-developers/index.html" title="Plugin Developer Centre"><span class="icon-chevron-down"></span>Plugin Developer Centre</a>
-    <ul class="nav nav-list">
-    <li><a href="../../guides/introduction/introduction-to-plugins.html" title="Introduction"><span class="none"></span>Introduction</a></li>
-    <li><a href="../../guides/plugin/guide-java-plugin-development.html" title="Your First Mojo"><span class="none"></span>Your First Mojo</a></li>
-    <li><a href="../../guides/plugin/guide-java-report-plugin-development.html" title="Your First Report Mojo"><span class="none"></span>Your First Report Mojo</a></li>
-    <li><a href="../../plugin-developers/plugin-testing.html" title="Testing Plugins"><span class="none"></span>Testing Plugins</a></li>
-    <li><a href="../../plugin-developers/plugin-documenting.html" title="Documenting Plugins"><span class="none"></span>Documenting Plugins</a></li>
-    <li><a href="../../plugin-developers/cookbook/index.html" title="Plugins Cookbook"><span class="icon-chevron-down"></span>Plugins Cookbook</a>
-    <ul class="nav nav-list">
-    <li><a href="../../plugin-developers/cookbook/add-build-time-to-manifest.html" title="Build Time"><span class="none"></span>Build Time</a></li>
-    <li class="active"><a href="#"><span class="none"></span>SVN Revision</a></li>
-    <li><a href="../../plugin-developers/cookbook/attach-source-javadoc-artifacts.html" title="Attach Source + Javadoc"><span class="none"></span>Attach Source + Javadoc</a></li>
-    <li><a href="../../plugin-developers/cookbook/generate-assembly.html" title="Assembly"><span class="none"></span>Assembly</a></li>
-    <li><a href="../../plugin-developers/cookbook/plexus-plugin-upgrade.html" title="Plexus Javadoc to Plexus Annotations"><span class="none"></span>Plexus Javadoc to Plexus Annotations</a></li>
-    <li><a href="../../maven-jsr330.html" title="Using JSR-330"><span class="none"></span>Using JSR-330</a></li>
-    </ul>
-</li>
-    <li><a href="../../developers/mojo-api-specification.html" title="Mojo API"><span class="none"></span>Mojo API</a></li>
-    <li><a href="../../plugin-developers/common-bugs.html" title="Common Bugs and Pitfalls"><span class="none"></span>Common Bugs and Pitfalls</a></li>
-    <li><a href="../../examples/maven-3-lifecycle-extensions.html" title="Maven Lifecycle Extensions"><span class="none"></span>Maven Lifecycle Extensions</a></li>
-    </ul>
-</li>
+     <ul class="nav nav-list">
+      <li><a href="../../guides/introduction/introduction-to-plugins.html" title="Introduction"><span class="none"></span>Introduction</a></li>
+      <li><a href="../../guides/plugin/guide-java-plugin-development.html" title="Your First Mojo"><span class="none"></span>Your First Mojo</a></li>
+      <li><a href="../../guides/plugin/guide-java-report-plugin-development.html" title="Your First Report Mojo"><span class="none"></span>Your First Report Mojo</a></li>
+      <li><a href="../../plugin-developers/plugin-testing.html" title="Testing Plugins"><span class="none"></span>Testing Plugins</a></li>
+      <li><a href="../../plugin-developers/plugin-documenting.html" title="Documenting Plugins"><span class="none"></span>Documenting Plugins</a></li>
+      <li><a href="../../plugin-developers/cookbook/index.html" title="Plugins Cookbook"><span class="icon-chevron-down"></span>Plugins Cookbook</a>
+       <ul class="nav nav-list">
+        <li><a href="../../plugin-developers/cookbook/add-build-time-to-manifest.html" title="Build Time"><span class="none"></span>Build Time</a></li>
+        <li class="active"><a href="#"><span class="none"></span>SVN Revision</a></li>
+        <li><a href="../../plugin-developers/cookbook/attach-source-javadoc-artifacts.html" title="Attach Source + Javadoc"><span class="none"></span>Attach Source + Javadoc</a></li>
+        <li><a href="../../plugin-developers/cookbook/generate-assembly.html" title="Assembly"><span class="none"></span>Assembly</a></li>
+        <li><a href="../../plugin-developers/cookbook/plexus-plugin-upgrade.html" title="Plexus Javadoc to Plexus Annotations"><span class="none"></span>Plexus Javadoc to Plexus Annotations</a></li>
+        <li><a href="../../maven-jsr330.html" title="Using JSR-330"><span class="none"></span>Using JSR-330</a></li>
+       </ul></li>
+      <li><a href="../../developers/mojo-api-specification.html" title="Mojo API"><span class="none"></span>Mojo API</a></li>
+      <li><a href="../../plugin-developers/common-bugs.html" title="Common Bugs and Pitfalls"><span class="none"></span>Common Bugs and Pitfalls</a></li>
+      <li><a href="../../examples/maven-3-lifecycle-extensions.html" title="Maven Lifecycle Extensions"><span class="none"></span>Maven Lifecycle Extensions</a></li>
+     </ul></li>
     <li><a href="../../repository/index.html" title="Maven Central Repository"><span class="icon-chevron-right"></span>Maven Central Repository</a></li>
     <li><a href="../../developers/index.html" title="Maven Developer Centre"><span class="icon-chevron-right"></span>Maven Developer Centre</a></li>
     <li><a href="../../articles.html" title="Books and Resources"><span class="none"></span>Books and Resources</a></li>
     <li><a href="../../security.html" title="Security"><span class="none"></span>Security</a></li>
-      <li class="nav-header">Community</li>
+   <li class="nav-header">Community</li>
     <li><a href="../../community.html" title="Community Overview"><span class="none"></span>Community Overview</a></li>
     <li><a href="../../project-roles.html" title="Project Roles"><span class="none"></span>Project Roles</a></li>
     <li><a href="../../guides/development/guide-helping.html" title="How to Contribute"><span class="none"></span>How to Contribute</a></li>
@@ -98,9 +97,9 @@ Karl Heinz Marbase" />
     <li><a href="../../issue-management.html" title="Issue Management"><span class="none"></span>Issue Management</a></li>
     <li><a href="../../scm.html" title="Getting Maven Source"><span class="none"></span>Getting Maven Source</a></li>
     <li><a href="../../team.html" title="The Maven Team"><span class="none"></span>The Maven Team</a></li>
-      <li class="nav-header">Project Documentation</li>
+   <li class="nav-header">Project Documentation</li>
     <li><a href="../../project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
-      <li class="nav-header">Maven Projects</li>
+   <li class="nav-header">Maven Projects</li>
     <li><a href="../../archetype/index.html" title="Archetype"><span class="none"></span>Archetype</a></li>
     <li><a href="../../resolver/index.html" title="Artifact Resolver"><span class="none"></span>Artifact Resolver</a></li>
     <li><a href="../../doxia/index.html" title="Doxia"><span class="none"></span>Doxia</a></li>
@@ -116,32 +115,33 @@ Karl Heinz Marbase" />
     <li><a href="../../skins/index.html" title="Skins"><span class="none"></span>Skins</a></li>
     <li><a href="../../surefire/index.html" title="Surefire"><span class="none"></span>Surefire</a></li>
     <li><a href="../../wagon/index.html" title="Wagon"><span class="none"></span>Wagon</a></li>
-      <li class="nav-header">ASF</li>
+   <li class="nav-header">ASF</li>
     <li><a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works"><span class="none"></span>How Apache Works</a></li>
     <li><a href="https://www.apache.org/foundation/" class="externalLink" title="Foundation"><span class="none"></span>Foundation</a></li>
     <li><a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache"><span class="none"></span>Sponsoring Apache</a></li>
     <li><a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
-</ul>
+  </ul>
+          </nav>
+          <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search" method="get" >
   <input value="https://maven.apache.org" name="sitesearch" type="hidden"/>
   <input class="search-query" name="q" id="query" type="text" />
 </form>
-<script type="text/javascript">asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
-          <hr />
-          <div id="poweredBy">
-            <div class="clear"></div>
-            <div class="clear"></div>
+<script>asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
+            <hr />
+            <div id="poweredBy">
+              <div class="clear"></div>
     <div id="twitter">
     <a href="https://twitter.com/ASFMavenProject" class="twitter-follow-button" data-show-count="false" data-align="left" data-size="medium" data-show-screen-name="true" data-lang="en">Follow ASFMavenProject</a>
-    <script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
     </div>
-            <div class="clear"></div>
-            <div class="clear"></div>
+              <div class="clear"></div>
+              <div class="clear"></div>
 <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="../../images/logos/maven-feather.png" /></a>
             </div>
           </div>
-        </div>
-        <div id="bodyColumn"  class="span10" >
+        </header>
+        <main id="bodyColumn"  class="span10" >
 <section>
 <h2><a name="Cookbook:_How_To_Add_SVN_Revision_To_A_JAR_Manifest.3F"></a>Cookbook: How To Add SVN Revision To A JAR Manifest?</h2><section>
 <h3><a name="Summary"></a>Summary</h3>
@@ -210,16 +210,15 @@ SCM-Revision: 613393</pre></div></sectio
 <li>Source code: <a class="externalLink" href="https://svn.apache.org/repos/asf/maven/sandbox/trunk/site/cookbook/generate-svn-revision">https://svn.apache.org/repos/asf/maven/sandbox/trunk/site/cookbook/generate-svn-revision</a></li>
 <li><a href="../../plugins/maven-jar-plugin/"> Maven Jar Plugin</a></li>
 <li><a class="externalLink" href="http://www.mojohaus.org/buildnumber-maven-plugin/"> Mojo Buildnumber Maven Plugin</a></li></ul></section></section>
-        </div>
+        </main>
       </div>
     </div>
     <hr/>
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2002&#x2013;2019
-<a href="https://www.apache.org/">The Apache Software Foundation</a>.
-All rights reserved.</p>
+            <p>Copyright &#169;      2002&#x2013;2019<a href="https://www.apache.org/">The Apache Software Foundation</a>.
+.</p>
         </div>
       </div>
     </footer>

Modified: maven/website/content/plugin-developers/cookbook/attach-source-javadoc-artifacts.html
==============================================================================
--- maven/website/content/plugin-developers/cookbook/attach-source-javadoc-artifacts.html (original)
+++ maven/website/content/plugin-developers/cookbook/attach-source-javadoc-artifacts.html Sat Oct 12 11:28:54 2019
@@ -1,43 +1,43 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/plugin-developers/cookbook/attach-source-javadoc-artifacts.apt at 2019-10-12
- | Rendered using Apache Maven Fluido Skin 1.7
+ | Rendered using Apache Maven Fluido Skin 1.8
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
     <meta charset="UTF-8" />
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="viewport" content="width=device-width, initial-scale=1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.9.1" />
     <meta name="author" content="Vincent Siveton" />
-    <meta name="Date-Creation-yyyymmdd" content="20080101" />
-    <meta name="Date-Revision-yyyymmdd" content="20191012" />
-    <meta http-equiv="Content-Language" content="en" />
+    <meta name="date" content="2008-01-01" />
     <title>Maven &#x2013; Cookbook - How to attach source and javadoc artifacts</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.7.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.8.min.css" />
     <link rel="stylesheet" href="../../css/site.css" />
     <link rel="stylesheet" href="../../css/print.css" media="print" />
-    <script type="text/javascript" src="../../js/apache-maven-fluido-1.7.min.js"></script>
+    <script src="../../js/apache-maven-fluido-1.8.min.js"></script>
     <!-- Google Analytics -->
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-140879-1']);
-      _gaq.push(['_trackPageview']);
-      (function() {
-        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-      })();
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+      ga('create', 'UA-140879-1', 'auto');
+      ga('send', 'pageview');
+      ga('set', 'anonymizeIp', true);
+      ga('set', 'forceSSL', true);
     </script>
   </head>
   <body class="topBarDisabled">
     <div class="container-fluid">
-      <div id="banner">
-        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt="Apache Maven Site"/></a></div>
-        <div class="pull-right"><a href="../.././" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
-        <div class="clear"><hr/></div>
-      </div>
+      <header>
+        <div id="banner">
+          <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt="Apache Maven Site"/></a></div>
+          <div class="pull-right"><a href="../.././" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
+          <div class="clear"><hr/></div>
+        </div>
 
-      <div id="breadcrumbs">
-        <ul class="breadcrumb">
+        <div id="breadcrumbs">
+          <ul class="breadcrumb">
       <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
     <li class="active ">Cookbook - How to attach source and javadoc artifacts <a href="https://github.com/apache/maven-site/tree/master/content/apt/plugin-developers/cookbook/attach-source-javadoc-artifacts.apt"><img src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -45,51 +45,50 @@
       <li class="pull-right"><span class="divider">|</span>
 <a href="../../scm.html" title="Get Sources">Get Sources</a></li>
       <li class="pull-right"><a href="../../download.cgi" title="Download">Download</a></li>
-        </ul>
-      </div>
+          </ul>
+        </div>
+      </header>
       <div class="row-fluid">
-        <div id="leftColumn" class="span2">
-          <div class="well sidebar-nav">
-    <ul class="nav nav-list">
+        <header id="leftColumn" class="span2">
+          <nav class="well sidebar-nav">
+  <ul class="nav nav-list">
     <li><a href="../../index.html" title="Welcome"><span class="none"></span>Welcome</a></li>
     <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
-      <li class="nav-header">About Maven</li>
+   <li class="nav-header">About Maven</li>
     <li><a href="../../what-is-maven.html" title="What is Maven?"><span class="none"></span>What is Maven?</a></li>
     <li><a href="../../maven-features.html" title="Features"><span class="none"></span>Features</a></li>
     <li><a href="../../download.html" title="Download"><span class="none"></span>Download</a></li>
     <li><a href="../../users/index.html" title="Use"><span class="icon-chevron-right"></span>Use</a></li>
     <li><a href="../../docs/history.html" title="Release Notes"><span class="none"></span>Release Notes</a></li>
-      <li class="nav-header">Documentation</li>
+   <li class="nav-header">Documentation</li>
     <li><a href="../../plugins/index.html" title="Maven Plugins"><span class="none"></span>Maven Plugins</a></li>
     <li><a href="../../guides/index.html" title="Index (category)"><span class="none"></span>Index (category)</a></li>
     <li><a href="../../users/index.html" title="User Centre"><span class="icon-chevron-right"></span>User Centre</a></li>
     <li><a href="../../plugin-developers/index.html" title="Plugin Developer Centre"><span class="icon-chevron-down"></span>Plugin Developer Centre</a>
-    <ul class="nav nav-list">
-    <li><a href="../../guides/introduction/introduction-to-plugins.html" title="Introduction"><span class="none"></span>Introduction</a></li>
-    <li><a href="../../guides/plugin/guide-java-plugin-development.html" title="Your First Mojo"><span class="none"></span>Your First Mojo</a></li>
-    <li><a href="../../guides/plugin/guide-java-report-plugin-development.html" title="Your First Report Mojo"><span class="none"></span>Your First Report Mojo</a></li>
-    <li><a href="../../plugin-developers/plugin-testing.html" title="Testing Plugins"><span class="none"></span>Testing Plugins</a></li>
-    <li><a href="../../plugin-developers/plugin-documenting.html" title="Documenting Plugins"><span class="none"></span>Documenting Plugins</a></li>
-    <li><a href="../../plugin-developers/cookbook/index.html" title="Plugins Cookbook"><span class="icon-chevron-down"></span>Plugins Cookbook</a>
-    <ul class="nav nav-list">
-    <li><a href="../../plugin-developers/cookbook/add-build-time-to-manifest.html" title="Build Time"><span class="none"></span>Build Time</a></li>
-    <li><a href="../../plugin-developers/cookbook/add-svn-revision-to-manifest.html" title="SVN Revision"><span class="none"></span>SVN Revision</a></li>
-    <li class="active"><a href="#"><span class="none"></span>Attach Source + Javadoc</a></li>
-    <li><a href="../../plugin-developers/cookbook/generate-assembly.html" title="Assembly"><span class="none"></span>Assembly</a></li>
-    <li><a href="../../plugin-developers/cookbook/plexus-plugin-upgrade.html" title="Plexus Javadoc to Plexus Annotations"><span class="none"></span>Plexus Javadoc to Plexus Annotations</a></li>
-    <li><a href="../../maven-jsr330.html" title="Using JSR-330"><span class="none"></span>Using JSR-330</a></li>
-    </ul>
-</li>
-    <li><a href="../../developers/mojo-api-specification.html" title="Mojo API"><span class="none"></span>Mojo API</a></li>
-    <li><a href="../../plugin-developers/common-bugs.html" title="Common Bugs and Pitfalls"><span class="none"></span>Common Bugs and Pitfalls</a></li>
-    <li><a href="../../examples/maven-3-lifecycle-extensions.html" title="Maven Lifecycle Extensions"><span class="none"></span>Maven Lifecycle Extensions</a></li>
-    </ul>
-</li>
+     <ul class="nav nav-list">
+      <li><a href="../../guides/introduction/introduction-to-plugins.html" title="Introduction"><span class="none"></span>Introduction</a></li>
+      <li><a href="../../guides/plugin/guide-java-plugin-development.html" title="Your First Mojo"><span class="none"></span>Your First Mojo</a></li>
+      <li><a href="../../guides/plugin/guide-java-report-plugin-development.html" title="Your First Report Mojo"><span class="none"></span>Your First Report Mojo</a></li>
+      <li><a href="../../plugin-developers/plugin-testing.html" title="Testing Plugins"><span class="none"></span>Testing Plugins</a></li>
+      <li><a href="../../plugin-developers/plugin-documenting.html" title="Documenting Plugins"><span class="none"></span>Documenting Plugins</a></li>
+      <li><a href="../../plugin-developers/cookbook/index.html" title="Plugins Cookbook"><span class="icon-chevron-down"></span>Plugins Cookbook</a>
+       <ul class="nav nav-list">
+        <li><a href="../../plugin-developers/cookbook/add-build-time-to-manifest.html" title="Build Time"><span class="none"></span>Build Time</a></li>
+        <li><a href="../../plugin-developers/cookbook/add-svn-revision-to-manifest.html" title="SVN Revision"><span class="none"></span>SVN Revision</a></li>
+        <li class="active"><a href="#"><span class="none"></span>Attach Source + Javadoc</a></li>
+        <li><a href="../../plugin-developers/cookbook/generate-assembly.html" title="Assembly"><span class="none"></span>Assembly</a></li>
+        <li><a href="../../plugin-developers/cookbook/plexus-plugin-upgrade.html" title="Plexus Javadoc to Plexus Annotations"><span class="none"></span>Plexus Javadoc to Plexus Annotations</a></li>
+        <li><a href="../../maven-jsr330.html" title="Using JSR-330"><span class="none"></span>Using JSR-330</a></li>
+       </ul></li>
+      <li><a href="../../developers/mojo-api-specification.html" title="Mojo API"><span class="none"></span>Mojo API</a></li>
+      <li><a href="../../plugin-developers/common-bugs.html" title="Common Bugs and Pitfalls"><span class="none"></span>Common Bugs and Pitfalls</a></li>
+      <li><a href="../../examples/maven-3-lifecycle-extensions.html" title="Maven Lifecycle Extensions"><span class="none"></span>Maven Lifecycle Extensions</a></li>
+     </ul></li>
     <li><a href="../../repository/index.html" title="Maven Central Repository"><span class="icon-chevron-right"></span>Maven Central Repository</a></li>
     <li><a href="../../developers/index.html" title="Maven Developer Centre"><span class="icon-chevron-right"></span>Maven Developer Centre</a></li>
     <li><a href="../../articles.html" title="Books and Resources"><span class="none"></span>Books and Resources</a></li>
     <li><a href="../../security.html" title="Security"><span class="none"></span>Security</a></li>
-      <li class="nav-header">Community</li>
+   <li class="nav-header">Community</li>
     <li><a href="../../community.html" title="Community Overview"><span class="none"></span>Community Overview</a></li>
     <li><a href="../../project-roles.html" title="Project Roles"><span class="none"></span>Project Roles</a></li>
     <li><a href="../../guides/development/guide-helping.html" title="How to Contribute"><span class="none"></span>How to Contribute</a></li>
@@ -97,9 +96,9 @@
     <li><a href="../../issue-management.html" title="Issue Management"><span class="none"></span>Issue Management</a></li>
     <li><a href="../../scm.html" title="Getting Maven Source"><span class="none"></span>Getting Maven Source</a></li>
     <li><a href="../../team.html" title="The Maven Team"><span class="none"></span>The Maven Team</a></li>
-      <li class="nav-header">Project Documentation</li>
+   <li class="nav-header">Project Documentation</li>
     <li><a href="../../project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
-      <li class="nav-header">Maven Projects</li>
+   <li class="nav-header">Maven Projects</li>
     <li><a href="../../archetype/index.html" title="Archetype"><span class="none"></span>Archetype</a></li>
     <li><a href="../../resolver/index.html" title="Artifact Resolver"><span class="none"></span>Artifact Resolver</a></li>
     <li><a href="../../doxia/index.html" title="Doxia"><span class="none"></span>Doxia</a></li>
@@ -115,32 +114,33 @@
     <li><a href="../../skins/index.html" title="Skins"><span class="none"></span>Skins</a></li>
     <li><a href="../../surefire/index.html" title="Surefire"><span class="none"></span>Surefire</a></li>
     <li><a href="../../wagon/index.html" title="Wagon"><span class="none"></span>Wagon</a></li>
-      <li class="nav-header">ASF</li>
+   <li class="nav-header">ASF</li>
     <li><a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works"><span class="none"></span>How Apache Works</a></li>
     <li><a href="https://www.apache.org/foundation/" class="externalLink" title="Foundation"><span class="none"></span>Foundation</a></li>
     <li><a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache"><span class="none"></span>Sponsoring Apache</a></li>
     <li><a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
-</ul>
+  </ul>
+          </nav>
+          <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search" method="get" >
   <input value="https://maven.apache.org" name="sitesearch" type="hidden"/>
   <input class="search-query" name="q" id="query" type="text" />
 </form>
-<script type="text/javascript">asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
-          <hr />
-          <div id="poweredBy">
-            <div class="clear"></div>
-            <div class="clear"></div>
+<script>asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
+            <hr />
+            <div id="poweredBy">
+              <div class="clear"></div>
     <div id="twitter">
     <a href="https://twitter.com/ASFMavenProject" class="twitter-follow-button" data-show-count="false" data-align="left" data-size="medium" data-show-screen-name="true" data-lang="en">Follow ASFMavenProject</a>
-    <script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
     </div>
-            <div class="clear"></div>
-            <div class="clear"></div>
+              <div class="clear"></div>
+              <div class="clear"></div>
 <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="../../images/logos/maven-feather.png" /></a>
             </div>
           </div>
-        </div>
-        <div id="bodyColumn"  class="span10" >
+        </header>
+        <main id="bodyColumn"  class="span10" >
 <section>
 <h2><a name="Cookbook:_How_to_attach_source_and_javadoc_artifacts.3F"></a>Cookbook: How to attach source and javadoc artifacts?</h2><section>
 <h3><a name="Summary"></a>Summary</h3>
@@ -208,16 +208,15 @@ attach-source-javadoc
 <li>Source code: <a class="externalLink" href="https://svn.apache.org/repos/asf/maven/sandbox/trunk/site/cookbook/attach-source-javadoc">https://svn.apache.org/repos/asf/maven/sandbox/trunk/site/cookbook/attach-source-javadoc</a></li>
 <li><a href="../../plugins/maven-javadoc-plugin/"> Maven Javadoc Plugin</a></li>
 <li><a href="../../plugins/maven-source-plugin/"> Maven Source Plugin</a></li></ul></section></section>
-        </div>
+        </main>
       </div>
     </div>
     <hr/>
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2002&#x2013;2019
-<a href="https://www.apache.org/">The Apache Software Foundation</a>.
-All rights reserved.</p>
+            <p>Copyright &#169;      2002&#x2013;2019<a href="https://www.apache.org/">The Apache Software Foundation</a>.
+.</p>
         </div>
       </div>
     </footer>

Modified: maven/website/content/plugin-developers/cookbook/generate-assembly.html
==============================================================================
--- maven/website/content/plugin-developers/cookbook/generate-assembly.html (original)
+++ maven/website/content/plugin-developers/cookbook/generate-assembly.html Sat Oct 12 11:28:54 2019
@@ -1,43 +1,43 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/plugin-developers/cookbook/generate-assembly.apt at 2019-10-12
- | Rendered using Apache Maven Fluido Skin 1.7
+ | Rendered using Apache Maven Fluido Skin 1.8
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
     <meta charset="UTF-8" />
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="viewport" content="width=device-width, initial-scale=1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.9.1" />
     <meta name="author" content="Vincent Siveton" />
-    <meta name="Date-Creation-yyyymmdd" content="20080101" />
-    <meta name="Date-Revision-yyyymmdd" content="20191012" />
-    <meta http-equiv="Content-Language" content="en" />
+    <meta name="date" content="2008-01-01" />
     <title>Maven &#x2013; Cookbook - How To Generate Assembly</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.7.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.8.min.css" />
     <link rel="stylesheet" href="../../css/site.css" />
     <link rel="stylesheet" href="../../css/print.css" media="print" />
-    <script type="text/javascript" src="../../js/apache-maven-fluido-1.7.min.js"></script>
+    <script src="../../js/apache-maven-fluido-1.8.min.js"></script>
     <!-- Google Analytics -->
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-140879-1']);
-      _gaq.push(['_trackPageview']);
-      (function() {
-        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-      })();
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+      ga('create', 'UA-140879-1', 'auto');
+      ga('send', 'pageview');
+      ga('set', 'anonymizeIp', true);
+      ga('set', 'forceSSL', true);
     </script>
   </head>
   <body class="topBarDisabled">
     <div class="container-fluid">
-      <div id="banner">
-        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt="Apache Maven Site"/></a></div>
-        <div class="pull-right"><a href="../.././" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
-        <div class="clear"><hr/></div>
-      </div>
+      <header>
+        <div id="banner">
+          <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt="Apache Maven Site"/></a></div>
+          <div class="pull-right"><a href="../.././" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
+          <div class="clear"><hr/></div>
+        </div>
 
-      <div id="breadcrumbs">
-        <ul class="breadcrumb">
+        <div id="breadcrumbs">
+          <ul class="breadcrumb">
       <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
     <li class="active ">Cookbook - How To Generate Assembly <a href="https://github.com/apache/maven-site/tree/master/content/apt/plugin-developers/cookbook/generate-assembly.apt"><img src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -45,51 +45,50 @@
       <li class="pull-right"><span class="divider">|</span>
 <a href="../../scm.html" title="Get Sources">Get Sources</a></li>
       <li class="pull-right"><a href="../../download.cgi" title="Download">Download</a></li>
-        </ul>
-      </div>
+          </ul>
+        </div>
+      </header>
       <div class="row-fluid">
-        <div id="leftColumn" class="span2">
-          <div class="well sidebar-nav">
-    <ul class="nav nav-list">
+        <header id="leftColumn" class="span2">
+          <nav class="well sidebar-nav">
+  <ul class="nav nav-list">
     <li><a href="../../index.html" title="Welcome"><span class="none"></span>Welcome</a></li>
     <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
-      <li class="nav-header">About Maven</li>
+   <li class="nav-header">About Maven</li>
     <li><a href="../../what-is-maven.html" title="What is Maven?"><span class="none"></span>What is Maven?</a></li>
     <li><a href="../../maven-features.html" title="Features"><span class="none"></span>Features</a></li>
     <li><a href="../../download.html" title="Download"><span class="none"></span>Download</a></li>
     <li><a href="../../users/index.html" title="Use"><span class="icon-chevron-right"></span>Use</a></li>
     <li><a href="../../docs/history.html" title="Release Notes"><span class="none"></span>Release Notes</a></li>
-      <li class="nav-header">Documentation</li>
+   <li class="nav-header">Documentation</li>
     <li><a href="../../plugins/index.html" title="Maven Plugins"><span class="none"></span>Maven Plugins</a></li>
     <li><a href="../../guides/index.html" title="Index (category)"><span class="none"></span>Index (category)</a></li>
     <li><a href="../../users/index.html" title="User Centre"><span class="icon-chevron-right"></span>User Centre</a></li>
     <li><a href="../../plugin-developers/index.html" title="Plugin Developer Centre"><span class="icon-chevron-down"></span>Plugin Developer Centre</a>
-    <ul class="nav nav-list">
-    <li><a href="../../guides/introduction/introduction-to-plugins.html" title="Introduction"><span class="none"></span>Introduction</a></li>
-    <li><a href="../../guides/plugin/guide-java-plugin-development.html" title="Your First Mojo"><span class="none"></span>Your First Mojo</a></li>
-    <li><a href="../../guides/plugin/guide-java-report-plugin-development.html" title="Your First Report Mojo"><span class="none"></span>Your First Report Mojo</a></li>
-    <li><a href="../../plugin-developers/plugin-testing.html" title="Testing Plugins"><span class="none"></span>Testing Plugins</a></li>
-    <li><a href="../../plugin-developers/plugin-documenting.html" title="Documenting Plugins"><span class="none"></span>Documenting Plugins</a></li>
-    <li><a href="../../plugin-developers/cookbook/index.html" title="Plugins Cookbook"><span class="icon-chevron-down"></span>Plugins Cookbook</a>
-    <ul class="nav nav-list">
-    <li><a href="../../plugin-developers/cookbook/add-build-time-to-manifest.html" title="Build Time"><span class="none"></span>Build Time</a></li>
-    <li><a href="../../plugin-developers/cookbook/add-svn-revision-to-manifest.html" title="SVN Revision"><span class="none"></span>SVN Revision</a></li>
-    <li><a href="../../plugin-developers/cookbook/attach-source-javadoc-artifacts.html" title="Attach Source + Javadoc"><span class="none"></span>Attach Source + Javadoc</a></li>
-    <li class="active"><a href="#"><span class="none"></span>Assembly</a></li>
-    <li><a href="../../plugin-developers/cookbook/plexus-plugin-upgrade.html" title="Plexus Javadoc to Plexus Annotations"><span class="none"></span>Plexus Javadoc to Plexus Annotations</a></li>
-    <li><a href="../../maven-jsr330.html" title="Using JSR-330"><span class="none"></span>Using JSR-330</a></li>
-    </ul>
-</li>
-    <li><a href="../../developers/mojo-api-specification.html" title="Mojo API"><span class="none"></span>Mojo API</a></li>
-    <li><a href="../../plugin-developers/common-bugs.html" title="Common Bugs and Pitfalls"><span class="none"></span>Common Bugs and Pitfalls</a></li>
-    <li><a href="../../examples/maven-3-lifecycle-extensions.html" title="Maven Lifecycle Extensions"><span class="none"></span>Maven Lifecycle Extensions</a></li>
-    </ul>
-</li>
+     <ul class="nav nav-list">
+      <li><a href="../../guides/introduction/introduction-to-plugins.html" title="Introduction"><span class="none"></span>Introduction</a></li>
+      <li><a href="../../guides/plugin/guide-java-plugin-development.html" title="Your First Mojo"><span class="none"></span>Your First Mojo</a></li>
+      <li><a href="../../guides/plugin/guide-java-report-plugin-development.html" title="Your First Report Mojo"><span class="none"></span>Your First Report Mojo</a></li>
+      <li><a href="../../plugin-developers/plugin-testing.html" title="Testing Plugins"><span class="none"></span>Testing Plugins</a></li>
+      <li><a href="../../plugin-developers/plugin-documenting.html" title="Documenting Plugins"><span class="none"></span>Documenting Plugins</a></li>
+      <li><a href="../../plugin-developers/cookbook/index.html" title="Plugins Cookbook"><span class="icon-chevron-down"></span>Plugins Cookbook</a>
+       <ul class="nav nav-list">
+        <li><a href="../../plugin-developers/cookbook/add-build-time-to-manifest.html" title="Build Time"><span class="none"></span>Build Time</a></li>
+        <li><a href="../../plugin-developers/cookbook/add-svn-revision-to-manifest.html" title="SVN Revision"><span class="none"></span>SVN Revision</a></li>
+        <li><a href="../../plugin-developers/cookbook/attach-source-javadoc-artifacts.html" title="Attach Source + Javadoc"><span class="none"></span>Attach Source + Javadoc</a></li>
+        <li class="active"><a href="#"><span class="none"></span>Assembly</a></li>
+        <li><a href="../../plugin-developers/cookbook/plexus-plugin-upgrade.html" title="Plexus Javadoc to Plexus Annotations"><span class="none"></span>Plexus Javadoc to Plexus Annotations</a></li>
+        <li><a href="../../maven-jsr330.html" title="Using JSR-330"><span class="none"></span>Using JSR-330</a></li>
+       </ul></li>
+      <li><a href="../../developers/mojo-api-specification.html" title="Mojo API"><span class="none"></span>Mojo API</a></li>
+      <li><a href="../../plugin-developers/common-bugs.html" title="Common Bugs and Pitfalls"><span class="none"></span>Common Bugs and Pitfalls</a></li>
+      <li><a href="../../examples/maven-3-lifecycle-extensions.html" title="Maven Lifecycle Extensions"><span class="none"></span>Maven Lifecycle Extensions</a></li>
+     </ul></li>
     <li><a href="../../repository/index.html" title="Maven Central Repository"><span class="icon-chevron-right"></span>Maven Central Repository</a></li>
     <li><a href="../../developers/index.html" title="Maven Developer Centre"><span class="icon-chevron-right"></span>Maven Developer Centre</a></li>
     <li><a href="../../articles.html" title="Books and Resources"><span class="none"></span>Books and Resources</a></li>
     <li><a href="../../security.html" title="Security"><span class="none"></span>Security</a></li>
-      <li class="nav-header">Community</li>
+   <li class="nav-header">Community</li>
     <li><a href="../../community.html" title="Community Overview"><span class="none"></span>Community Overview</a></li>
     <li><a href="../../project-roles.html" title="Project Roles"><span class="none"></span>Project Roles</a></li>
     <li><a href="../../guides/development/guide-helping.html" title="How to Contribute"><span class="none"></span>How to Contribute</a></li>
@@ -97,9 +96,9 @@
     <li><a href="../../issue-management.html" title="Issue Management"><span class="none"></span>Issue Management</a></li>
     <li><a href="../../scm.html" title="Getting Maven Source"><span class="none"></span>Getting Maven Source</a></li>
     <li><a href="../../team.html" title="The Maven Team"><span class="none"></span>The Maven Team</a></li>
-      <li class="nav-header">Project Documentation</li>
+   <li class="nav-header">Project Documentation</li>
     <li><a href="../../project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
-      <li class="nav-header">Maven Projects</li>
+   <li class="nav-header">Maven Projects</li>
     <li><a href="../../archetype/index.html" title="Archetype"><span class="none"></span>Archetype</a></li>
     <li><a href="../../resolver/index.html" title="Artifact Resolver"><span class="none"></span>Artifact Resolver</a></li>
     <li><a href="../../doxia/index.html" title="Doxia"><span class="none"></span>Doxia</a></li>
@@ -115,32 +114,33 @@
     <li><a href="../../skins/index.html" title="Skins"><span class="none"></span>Skins</a></li>
     <li><a href="../../surefire/index.html" title="Surefire"><span class="none"></span>Surefire</a></li>
     <li><a href="../../wagon/index.html" title="Wagon"><span class="none"></span>Wagon</a></li>
-      <li class="nav-header">ASF</li>
+   <li class="nav-header">ASF</li>
     <li><a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works"><span class="none"></span>How Apache Works</a></li>
     <li><a href="https://www.apache.org/foundation/" class="externalLink" title="Foundation"><span class="none"></span>Foundation</a></li>
     <li><a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache"><span class="none"></span>Sponsoring Apache</a></li>
     <li><a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
-</ul>
+  </ul>
+          </nav>
+          <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search" method="get" >
   <input value="https://maven.apache.org" name="sitesearch" type="hidden"/>
   <input class="search-query" name="q" id="query" type="text" />
 </form>
-<script type="text/javascript">asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
-          <hr />
-          <div id="poweredBy">
-            <div class="clear"></div>
-            <div class="clear"></div>
+<script>asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
+            <hr />
+            <div id="poweredBy">
+              <div class="clear"></div>
     <div id="twitter">
     <a href="https://twitter.com/ASFMavenProject" class="twitter-follow-button" data-show-count="false" data-align="left" data-size="medium" data-show-screen-name="true" data-lang="en">Follow ASFMavenProject</a>
-    <script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
     </div>
-            <div class="clear"></div>
-            <div class="clear"></div>
+              <div class="clear"></div>
+              <div class="clear"></div>
 <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="../../images/logos/maven-feather.png" /></a>
             </div>
           </div>
-        </div>
-        <div id="bodyColumn"  class="span10" >
+        </header>
+        <main id="bodyColumn"  class="span10" >
 <section>
 <h2><a name="Cookbook:_How_To_Generate_Assembly.3F"></a>Cookbook: How To Generate Assembly?</h2><section>
 <h3><a name="Summary"></a>Summary</h3>
@@ -233,16 +233,15 @@ attach-source-javadoc
 <ul>
 <li>Source code: <a class="externalLink" href="https://svn.apache.org/repos/asf/maven/sandbox/trunk/site/cookbook/generate-assembly">https://svn.apache.org/repos/asf/maven/sandbox/trunk/site/cookbook/generate-assembly</a></li>
 <li><a href="../../plugins/maven-assembly-plugin/">Maven Assembly Plugin </a></li></ul></section></section>
-        </div>
+        </main>
       </div>
     </div>
     <hr/>
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2002&#x2013;2019
-<a href="https://www.apache.org/">The Apache Software Foundation</a>.
-All rights reserved.</p>
+            <p>Copyright &#169;      2002&#x2013;2019<a href="https://www.apache.org/">The Apache Software Foundation</a>.
+.</p>
         </div>
       </div>
     </footer>

Modified: maven/website/content/plugin-developers/cookbook/index.html
==============================================================================
--- maven/website/content/plugin-developers/cookbook/index.html (original)
+++ maven/website/content/plugin-developers/cookbook/index.html Sat Oct 12 11:28:54 2019
@@ -1,44 +1,44 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/plugin-developers/cookbook/index.apt at 2019-10-12
- | Rendered using Apache Maven Fluido Skin 1.7
+ | Rendered using Apache Maven Fluido Skin 1.8
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
     <meta charset="UTF-8" />
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="viewport" content="width=device-width, initial-scale=1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.9.1" />
     <meta name="author" content="Brett Porter
 Vincent Siveton" />
-    <meta name="Date-Creation-yyyymmdd" content="20090802" />
-    <meta name="Date-Revision-yyyymmdd" content="20191012" />
-    <meta http-equiv="Content-Language" content="en" />
+    <meta name="date" content="2009-08-02" />
     <title>Maven &#x2013; Plugins Cookbook</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.7.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.8.min.css" />
     <link rel="stylesheet" href="../../css/site.css" />
     <link rel="stylesheet" href="../../css/print.css" media="print" />
-    <script type="text/javascript" src="../../js/apache-maven-fluido-1.7.min.js"></script>
+    <script src="../../js/apache-maven-fluido-1.8.min.js"></script>
     <!-- Google Analytics -->
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-140879-1']);
-      _gaq.push(['_trackPageview']);
-      (function() {
-        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-      })();
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+      ga('create', 'UA-140879-1', 'auto');
+      ga('send', 'pageview');
+      ga('set', 'anonymizeIp', true);
+      ga('set', 'forceSSL', true);
     </script>
   </head>
   <body class="topBarDisabled">
     <div class="container-fluid">
-      <div id="banner">
-        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt="Apache Maven Site"/></a></div>
-        <div class="pull-right"><a href="../.././" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
-        <div class="clear"><hr/></div>
-      </div>
+      <header>
+        <div id="banner">
+          <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt="Apache Maven Site"/></a></div>
+          <div class="pull-right"><a href="../.././" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
+          <div class="clear"><hr/></div>
+        </div>
 
-      <div id="breadcrumbs">
-        <ul class="breadcrumb">
+        <div id="breadcrumbs">
+          <ul class="breadcrumb">
       <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
     <li class="active ">Plugins Cookbook <a href="https://github.com/apache/maven-site/tree/master/content/apt/plugin-developers/cookbook/index.apt"><img src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
@@ -46,51 +46,50 @@ Vincent Siveton" />
       <li class="pull-right"><span class="divider">|</span>
 <a href="../../scm.html" title="Get Sources">Get Sources</a></li>
       <li class="pull-right"><a href="../../download.cgi" title="Download">Download</a></li>
-        </ul>
-      </div>
+          </ul>
+        </div>
+      </header>
       <div class="row-fluid">
-        <div id="leftColumn" class="span2">
-          <div class="well sidebar-nav">
-    <ul class="nav nav-list">
+        <header id="leftColumn" class="span2">
+          <nav class="well sidebar-nav">
+  <ul class="nav nav-list">
     <li><a href="../../index.html" title="Welcome"><span class="none"></span>Welcome</a></li>
     <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
-      <li class="nav-header">About Maven</li>
+   <li class="nav-header">About Maven</li>
     <li><a href="../../what-is-maven.html" title="What is Maven?"><span class="none"></span>What is Maven?</a></li>
     <li><a href="../../maven-features.html" title="Features"><span class="none"></span>Features</a></li>
     <li><a href="../../download.html" title="Download"><span class="none"></span>Download</a></li>
     <li><a href="../../users/index.html" title="Use"><span class="icon-chevron-right"></span>Use</a></li>
     <li><a href="../../docs/history.html" title="Release Notes"><span class="none"></span>Release Notes</a></li>
-      <li class="nav-header">Documentation</li>
+   <li class="nav-header">Documentation</li>
     <li><a href="../../plugins/index.html" title="Maven Plugins"><span class="none"></span>Maven Plugins</a></li>
     <li><a href="../../guides/index.html" title="Index (category)"><span class="none"></span>Index (category)</a></li>
     <li><a href="../../users/index.html" title="User Centre"><span class="icon-chevron-right"></span>User Centre</a></li>
     <li><a href="../../plugin-developers/index.html" title="Plugin Developer Centre"><span class="icon-chevron-down"></span>Plugin Developer Centre</a>
-    <ul class="nav nav-list">
-    <li><a href="../../guides/introduction/introduction-to-plugins.html" title="Introduction"><span class="none"></span>Introduction</a></li>
-    <li><a href="../../guides/plugin/guide-java-plugin-development.html" title="Your First Mojo"><span class="none"></span>Your First Mojo</a></li>
-    <li><a href="../../guides/plugin/guide-java-report-plugin-development.html" title="Your First Report Mojo"><span class="none"></span>Your First Report Mojo</a></li>
-    <li><a href="../../plugin-developers/plugin-testing.html" title="Testing Plugins"><span class="none"></span>Testing Plugins</a></li>
-    <li><a href="../../plugin-developers/plugin-documenting.html" title="Documenting Plugins"><span class="none"></span>Documenting Plugins</a></li>
-    <li class="active"><a href="#"><span class="icon-chevron-down"></span>Plugins Cookbook</a>
-    <ul class="nav nav-list">
-    <li><a href="../../plugin-developers/cookbook/add-build-time-to-manifest.html" title="Build Time"><span class="none"></span>Build Time</a></li>
-    <li><a href="../../plugin-developers/cookbook/add-svn-revision-to-manifest.html" title="SVN Revision"><span class="none"></span>SVN Revision</a></li>
-    <li><a href="../../plugin-developers/cookbook/attach-source-javadoc-artifacts.html" title="Attach Source + Javadoc"><span class="none"></span>Attach Source + Javadoc</a></li>
-    <li><a href="../../plugin-developers/cookbook/generate-assembly.html" title="Assembly"><span class="none"></span>Assembly</a></li>
-    <li><a href="../../plugin-developers/cookbook/plexus-plugin-upgrade.html" title="Plexus Javadoc to Plexus Annotations"><span class="none"></span>Plexus Javadoc to Plexus Annotations</a></li>
-    <li><a href="../../maven-jsr330.html" title="Using JSR-330"><span class="none"></span>Using JSR-330</a></li>
-    </ul>
-</li>
-    <li><a href="../../developers/mojo-api-specification.html" title="Mojo API"><span class="none"></span>Mojo API</a></li>
-    <li><a href="../../plugin-developers/common-bugs.html" title="Common Bugs and Pitfalls"><span class="none"></span>Common Bugs and Pitfalls</a></li>
-    <li><a href="../../examples/maven-3-lifecycle-extensions.html" title="Maven Lifecycle Extensions"><span class="none"></span>Maven Lifecycle Extensions</a></li>
-    </ul>
-</li>
+     <ul class="nav nav-list">
+      <li><a href="../../guides/introduction/introduction-to-plugins.html" title="Introduction"><span class="none"></span>Introduction</a></li>
+      <li><a href="../../guides/plugin/guide-java-plugin-development.html" title="Your First Mojo"><span class="none"></span>Your First Mojo</a></li>
+      <li><a href="../../guides/plugin/guide-java-report-plugin-development.html" title="Your First Report Mojo"><span class="none"></span>Your First Report Mojo</a></li>
+      <li><a href="../../plugin-developers/plugin-testing.html" title="Testing Plugins"><span class="none"></span>Testing Plugins</a></li>
+      <li><a href="../../plugin-developers/plugin-documenting.html" title="Documenting Plugins"><span class="none"></span>Documenting Plugins</a></li>
+      <li class="active"><a href="#"><span class="icon-chevron-down"></span>Plugins Cookbook</a>
+       <ul class="nav nav-list">
+        <li><a href="../../plugin-developers/cookbook/add-build-time-to-manifest.html" title="Build Time"><span class="none"></span>Build Time</a></li>
+        <li><a href="../../plugin-developers/cookbook/add-svn-revision-to-manifest.html" title="SVN Revision"><span class="none"></span>SVN Revision</a></li>
+        <li><a href="../../plugin-developers/cookbook/attach-source-javadoc-artifacts.html" title="Attach Source + Javadoc"><span class="none"></span>Attach Source + Javadoc</a></li>
+        <li><a href="../../plugin-developers/cookbook/generate-assembly.html" title="Assembly"><span class="none"></span>Assembly</a></li>
+        <li><a href="../../plugin-developers/cookbook/plexus-plugin-upgrade.html" title="Plexus Javadoc to Plexus Annotations"><span class="none"></span>Plexus Javadoc to Plexus Annotations</a></li>
+        <li><a href="../../maven-jsr330.html" title="Using JSR-330"><span class="none"></span>Using JSR-330</a></li>
+       </ul></li>
+      <li><a href="../../developers/mojo-api-specification.html" title="Mojo API"><span class="none"></span>Mojo API</a></li>
+      <li><a href="../../plugin-developers/common-bugs.html" title="Common Bugs and Pitfalls"><span class="none"></span>Common Bugs and Pitfalls</a></li>
+      <li><a href="../../examples/maven-3-lifecycle-extensions.html" title="Maven Lifecycle Extensions"><span class="none"></span>Maven Lifecycle Extensions</a></li>
+     </ul></li>
     <li><a href="../../repository/index.html" title="Maven Central Repository"><span class="icon-chevron-right"></span>Maven Central Repository</a></li>
     <li><a href="../../developers/index.html" title="Maven Developer Centre"><span class="icon-chevron-right"></span>Maven Developer Centre</a></li>
     <li><a href="../../articles.html" title="Books and Resources"><span class="none"></span>Books and Resources</a></li>
     <li><a href="../../security.html" title="Security"><span class="none"></span>Security</a></li>
-      <li class="nav-header">Community</li>
+   <li class="nav-header">Community</li>
     <li><a href="../../community.html" title="Community Overview"><span class="none"></span>Community Overview</a></li>
     <li><a href="../../project-roles.html" title="Project Roles"><span class="none"></span>Project Roles</a></li>
     <li><a href="../../guides/development/guide-helping.html" title="How to Contribute"><span class="none"></span>How to Contribute</a></li>
@@ -98,9 +97,9 @@ Vincent Siveton" />
     <li><a href="../../issue-management.html" title="Issue Management"><span class="none"></span>Issue Management</a></li>
     <li><a href="../../scm.html" title="Getting Maven Source"><span class="none"></span>Getting Maven Source</a></li>
     <li><a href="../../team.html" title="The Maven Team"><span class="none"></span>The Maven Team</a></li>
-      <li class="nav-header">Project Documentation</li>
+   <li class="nav-header">Project Documentation</li>
     <li><a href="../../project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
-      <li class="nav-header">Maven Projects</li>
+   <li class="nav-header">Maven Projects</li>
     <li><a href="../../archetype/index.html" title="Archetype"><span class="none"></span>Archetype</a></li>
     <li><a href="../../resolver/index.html" title="Artifact Resolver"><span class="none"></span>Artifact Resolver</a></li>
     <li><a href="../../doxia/index.html" title="Doxia"><span class="none"></span>Doxia</a></li>
@@ -116,32 +115,33 @@ Vincent Siveton" />
     <li><a href="../../skins/index.html" title="Skins"><span class="none"></span>Skins</a></li>
     <li><a href="../../surefire/index.html" title="Surefire"><span class="none"></span>Surefire</a></li>
     <li><a href="../../wagon/index.html" title="Wagon"><span class="none"></span>Wagon</a></li>
-      <li class="nav-header">ASF</li>
+   <li class="nav-header">ASF</li>
     <li><a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works"><span class="none"></span>How Apache Works</a></li>
     <li><a href="https://www.apache.org/foundation/" class="externalLink" title="Foundation"><span class="none"></span>Foundation</a></li>
     <li><a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache"><span class="none"></span>Sponsoring Apache</a></li>
     <li><a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
-</ul>
+  </ul>
+          </nav>
+          <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search" method="get" >
   <input value="https://maven.apache.org" name="sitesearch" type="hidden"/>
   <input class="search-query" name="q" id="query" type="text" />
 </form>
-<script type="text/javascript">asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
-          <hr />
-          <div id="poweredBy">
-            <div class="clear"></div>
-            <div class="clear"></div>
+<script>asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
+            <hr />
+            <div id="poweredBy">
+              <div class="clear"></div>
     <div id="twitter">
     <a href="https://twitter.com/ASFMavenProject" class="twitter-follow-button" data-show-count="false" data-align="left" data-size="medium" data-show-screen-name="true" data-lang="en">Follow ASFMavenProject</a>
-    <script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
     </div>
-            <div class="clear"></div>
-            <div class="clear"></div>
+              <div class="clear"></div>
+              <div class="clear"></div>
 <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="../../images/logos/maven-feather.png" /></a>
             </div>
           </div>
-        </div>
-        <div id="bodyColumn"  class="span10" >
+        </header>
+        <main id="bodyColumn"  class="span10" >
 <section>
 <h2><a name="Maven_Plugins_Cookbook"></a>Maven Plugins Cookbook</h2>
 <p>A set of small complete working examples projects that demonstrate how to use Maven Plugins. It is based on commons how-to questions from the <a href="../../mailing-lists.html">Maven User Mailing List</a>.</p>
@@ -154,16 +154,15 @@ Vincent Siveton" />
 <li><a href="./generate-assembly.html">How to generate assembly?</a></li>
 <li><a href="./plexus-plugin-upgrade.html">How to upgrade from Plexus javadoc tags to Plexus Java annotations?</a></li>
 <li><a href="/maven-jsr330.html">Using JSR-330 (instead of Plexus Java annotations)</a></li></ul></section></section>
-        </div>
+        </main>
       </div>
     </div>
     <hr/>
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2002&#x2013;2019
-<a href="https://www.apache.org/">The Apache Software Foundation</a>.
-All rights reserved.</p>
+            <p>Copyright &#169;      2002&#x2013;2019<a href="https://www.apache.org/">The Apache Software Foundation</a>.
+.</p>
         </div>
       </div>
     </footer>