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 hb...@apache.org on 2020/12/30 17:59:44 UTC

svn commit: r1884951 [16/42] - in /maven/website/components/plugins-archives/maven-ear-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/ear/ apidocs/org/apache/maven/plugins/ear/class-use/ apidocs/org/apache/maven/plugins/ear/util/ apidocs/o...

Modified: maven/website/components/plugins-archives/maven-ear-plugin-LATEST/examples/including-a-third-party-library-in-application-xml.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/examples/including-a-third-party-library-in-application-xml.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/examples/including-a-third-party-library-in-application-xml.html Wed Dec 30 17:59:42 2020
@@ -1,70 +1,72 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/including-a-third-party-library-in-application-xml.apt.vm at 2020-09-27
- | Rendered using Apache Maven Fluido Skin 1.7
+ | Generated by Apache Maven Doxia Site Renderer 1.9.2 from src/site/apt/examples/including-a-third-party-library-in-application-xml.apt.vm at 2020-12-30
+ | Rendered using Apache Maven Fluido Skin 1.9
 -->
-<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.2" />
     <meta name="author" content="Stephane Nicoll
 snicoll@apache.org" />
-    <meta name="Date-Creation-yyyymmdd" content="20050923" />
-    <meta name="Date-Revision-yyyymmdd" content="20200927" />
-    <meta http-equiv="Content-Language" content="en" />
+    <meta name="date" content="2005-09-23" />
     <title>Apache Maven EAR Plugin &#x2013; Including A Third Party Library In application.xml</title>
-    <link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
+    <link rel="stylesheet" href="../css/apache-maven-fluido-1.9.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.9.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="http://www.apache.org/" id="bannerLeft"><img src="http://maven.apache.org/images/apache-maven-project.png"  alt=""/></a></div>
-        <div class="pull-right"><a href="http://maven.apache.org/" id="bannerRight"><img src="http://maven.apache.org/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=""/></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=""><a href="../../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Apache Maven EAR Plugin">Apache Maven EAR Plugin</a><span class="divider">/</span></li>
-    <li class="active ">Including A Third Party Library In application.xml <a href="https://github.com/apache/maven-ear-plugin/tree/maven-ear-plugin-3.1.0/src/site/apt/examples/including-a-third-party-library-in-application-xml.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-09-27</li>
-          <li id="projectVersion" class="pull-right">Version: 3.1.0</li>
-        </ul>
-      </div>
+    <li class="active ">Including A Third Party Library In application.xml <a href="https://github.com/apache/maven-ear-plugin/tree/maven-ear-plugin-3.2.0/src/site/apt/examples/including-a-third-party-library-in-application-xml.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-12-30</li>
+          <li id="projectVersion" class="pull-right">Version: 3.2.0</li>
+          </ul>
+        </div>
+      </header>
       <div class="row-fluid">
-        <div id="leftColumn" class="span2">
-          <div class="well sidebar-nav">
-    <ul class="nav nav-list">
-      <li class="nav-header">Overview</li>
+        <header id="leftColumn" class="span2">
+          <nav class="well sidebar-nav">
+  <ul class="nav nav-list">
+   <li class="nav-header">Overview</li>
     <li><a href="../index.html" title="Introduction"><span class="none"></span>Introduction</a></li>
     <li><a href="../plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
     <li><a href="../usage.html" title="Usage"><span class="none"></span>Usage</a></li>
     <li><a href="../faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
-    <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
     <li><a href="../download.html" title="Download"><span class="none"></span>Download</a></li>
-      <li class="nav-header">Configuration</li>
+   <li class="nav-header">Configuration</li>
     <li><a href="../modules.html" title="Modules"><span class="none"></span>Modules</a></li>
-      <li class="nav-header">Examples</li>
+   <li class="nav-header">Examples</li>
     <li><a href="../examples/filtering-sources.html" title="Filtering EAR Resources"><span class="none"></span>Filtering EAR Resources</a></li>
     <li><a href="../examples/filtering-advanced.html" title="Advanced Filtering Techniques"><span class="none"></span>Advanced Filtering Techniques</a></li>
     <li><a href="../examples/skinny-wars.html" title="Creating Skinny WARs"><span class="none"></span>Creating Skinny WARs</a></li>
+    <li><a href="../examples/skinny-modules.html" title="Creating Skinny Modules"><span class="none"></span>Creating Skinny Modules</a></li>
     <li><a href="../examples/customizing-a-module-filename.html" title="Customizing A Module Filename"><span class="none"></span>Customizing A Module Filename</a></li>
     <li><a href="../examples/customizing-context-root.html" title="Customizing The Context Root"><span class="none"></span>Customizing The Context Root</a></li>
     <li><a href="../examples/customizing-module-location.html" title="Customizing A Module Location"><span class="none"></span>Customizing A Module Location</a></li>
@@ -80,10 +82,10 @@ snicoll@apache.org" />
     <li><a href="../examples/generating-modules-id.html" title="Generating modules ID"><span class="none"></span>Generating modules ID</a></li>
     <li><a href="../examples/using-app-client.html" title="Using JavaEE application clients"><span class="none"></span>Using JavaEE application clients</a></li>
     <li><a href="../examples/eclipse-and-maven-integration.html" title="Eclipse and Maven Integration"><span class="none"></span>Eclipse and Maven Integration</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><a href="../project-reports.html" title="Project Reports"><span class="icon-chevron-right"></span>Project Reports</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>
@@ -99,35 +101,34 @@ snicoll@apache.org" />
     <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="maven.apache.org/plugins/maven-ear-plugin/" 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">
-    <script type="text/javascript">asyncJs( 'https://apis.google.com/js/plusone.js' )</script>
-    <div class="g-plusone" data-href="https://maven.apache.org/plugins/maven-ear-plugin/" data-size="tall" ></div>
-            <div class="clear"></div>
-            <div class="clear"></div>
-    <div id="twitter">
+<script>asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
+            <hr />
+            <div id="poweredBy">
+              <div class="clear"></div>
+    <div id="twitter" style="border:none; margin-top: 10px">
     <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" >
-<div class="section">
+        </header>
+        <main id="bodyColumn"  class="span10" >
+<section>
 <h2><a name="Including_A_Third_Party_Library_In_application.xml"></a>Including A Third Party Library In application.xml</h2>
 <p>If third party libraries need to be included in the generated application.xml, the 'includeInApplicationXml' flag could be used. This flag works only for jar modules since they define third party libraries packaged within the EAR.</p>
 <div class="source"><pre class="prettyprint linenums">  &lt;build&gt;
@@ -135,7 +136,7 @@ snicoll@apache.org" />
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-ear-plugin&lt;/artifactId&gt;
-        &lt;version&gt;3.1.0&lt;/version&gt;
+        &lt;version&gt;3.2.0&lt;/version&gt;
         &lt;configuration&gt;
            [...]
            &lt;modules&gt;
@@ -148,17 +149,17 @@ snicoll@apache.org" />
         &lt;/configuration&gt;
       &lt;/plugin&gt;
     &lt;/plugins&gt;
-  &lt;/build&gt;</pre></div></div>
-        </div>
+  &lt;/build&gt;</pre></div></section>
+        </main>
       </div>
     </div>
     <hr/>
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2002&#x2013;2020
-<a href="https://www.apache.org/">The Apache Software Foundation</a>.
-All rights reserved.</p>
+            <p>&#169;      2002&#x2013;2020
+<a href="https://www.apache.org/">The Apache Software Foundation</a>
+</p>
         </div>
       </div>
     </footer>

Added: maven/website/components/plugins-archives/maven-ear-plugin-LATEST/examples/skinny-modules.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/examples/skinny-modules.html (added)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/examples/skinny-modules.html Wed Dec 30 17:59:42 2020
@@ -0,0 +1,267 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.9.2 from src/site/apt/examples/skinny-modules.apt.vm at 2020-12-30
+ | Rendered using Apache Maven Fluido Skin 1.9
+-->
+<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" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.9.2" />
+    <meta name="author" content="Marat Abrarov" />
+    <meta name="date" content="2020-10-18" />
+    <title>Apache Maven EAR Plugin &#x2013; Creating Skinny Modules</title>
+    <link rel="stylesheet" href="../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../css/site.css" />
+    <link rel="stylesheet" href="../css/print.css" media="print" />
+    <script src="../js/apache-maven-fluido-1.9.min.js"></script>
+    <!-- Google Analytics -->
+    <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">
+      <header>
+        <div id="banner">
+          <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../../images/apache-maven-project.png"  alt=""/></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">
+      <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=""><a href="../../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
+      <li class=""><a href="../index.html" title="Apache Maven EAR Plugin">Apache Maven EAR Plugin</a><span class="divider">/</span></li>
+    <li class="active ">Creating Skinny Modules <a href="https://github.com/apache/maven-ear-plugin/tree/maven-ear-plugin-3.2.0/src/site/apt/examples/skinny-modules.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-12-30</li>
+          <li id="projectVersion" class="pull-right">Version: 3.2.0</li>
+          </ul>
+        </div>
+      </header>
+      <div class="row-fluid">
+        <header id="leftColumn" class="span2">
+          <nav class="well sidebar-nav">
+  <ul class="nav nav-list">
+   <li class="nav-header">Overview</li>
+    <li><a href="../index.html" title="Introduction"><span class="none"></span>Introduction</a></li>
+    <li><a href="../plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
+    <li><a href="../usage.html" title="Usage"><span class="none"></span>Usage</a></li>
+    <li><a href="../faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
+    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><a href="../download.html" title="Download"><span class="none"></span>Download</a></li>
+   <li class="nav-header">Configuration</li>
+    <li><a href="../modules.html" title="Modules"><span class="none"></span>Modules</a></li>
+   <li class="nav-header">Examples</li>
+    <li><a href="../examples/filtering-sources.html" title="Filtering EAR Resources"><span class="none"></span>Filtering EAR Resources</a></li>
+    <li><a href="../examples/filtering-advanced.html" title="Advanced Filtering Techniques"><span class="none"></span>Advanced Filtering Techniques</a></li>
+    <li><a href="../examples/skinny-wars.html" title="Creating Skinny WARs"><span class="none"></span>Creating Skinny WARs</a></li>
+    <li class="active"><a href="#"><span class="none"></span>Creating Skinny Modules</a></li>
+    <li><a href="../examples/customizing-a-module-filename.html" title="Customizing A Module Filename"><span class="none"></span>Customizing A Module Filename</a></li>
+    <li><a href="../examples/customizing-context-root.html" title="Customizing The Context Root"><span class="none"></span>Customizing The Context Root</a></li>
+    <li><a href="../examples/customizing-module-location.html" title="Customizing A Module Location"><span class="none"></span>Customizing A Module Location</a></li>
+    <li><a href="../examples/customizing-module-uri.html" title="Customizing A Module URI"><span class="none"></span>Customizing A Module URI</a></li>
+    <li><a href="../examples/excluding-a-module.html" title="Excluding A Module"><span class="none"></span>Excluding A Module</a></li>
+    <li><a href="../examples/excluding-files-from-ear.html" title="Excluding Files From the EAR"><span class="none"></span>Excluding Files From the EAR</a></li>
+    <li><a href="../examples/unpacking-a-module.html" title="Unpacking A Module"><span class="none"></span>Unpacking A Module</a></li>
+    <li><a href="../examples/including-a-third-party-library-in-application-xml.html" title="Including A Third Party Library In application.xml"><span class="none"></span>Including A Third Party Library In application.xml</a></li>
+    <li><a href="../examples/specifying-security-roles-for-the-generated-application-xml.html" title="Specifying Security Roles For The Generated application.xml"><span class="none"></span>Specifying Security Roles For The Generated application.xml</a></li>
+    <li><a href="../examples/specifying-env-entries-for-the-generated-application-xml.html" title="Specifying Environment Entries In application.xml"><span class="none"></span>Specifying Environment Entries In application.xml</a></li>
+    <li><a href="../examples/generating-jboss-app.html" title="Generating jboss-app.xml"><span class="none"></span>Generating jboss-app.xml</a></li>
+    <li><a href="../examples/customize-file-name-mapping.html" title="Customize file name mapping"><span class="none"></span>Customize file name mapping</a></li>
+    <li><a href="../examples/generating-modules-id.html" title="Generating modules ID"><span class="none"></span>Generating modules ID</a></li>
+    <li><a href="../examples/using-app-client.html" title="Using JavaEE application clients"><span class="none"></span>Using JavaEE application clients</a></li>
+    <li><a href="../examples/eclipse-and-maven-integration.html" title="Eclipse and Maven Integration"><span class="none"></span>Eclipse and Maven Integration</a></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><a href="../project-reports.html" title="Project Reports"><span class="icon-chevron-right"></span>Project Reports</a></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>
+    <li><a href="../../../jxr/index.html" title="JXR"><span class="none"></span>JXR</a></li>
+    <li><a href="../../../ref/current" title="Maven"><span class="none"></span>Maven</a></li>
+    <li><a href="../../../pom/index.html" title="Parent POMs"><span class="none"></span>Parent POMs</a></li>
+    <li><a href="../../index.html" title="Plugins"><span class="none"></span>Plugins</a></li>
+    <li><a href="../../../plugin-testing/index.html" title="Plugin Testing"><span class="none"></span>Plugin Testing</a></li>
+    <li><a href="../../../plugin-tools/index.html" title="Plugin Tools"><span class="none"></span>Plugin Tools</a></li>
+    <li><a href="../../../apache-resource-bundles/index.html" title="Resource Bundles"><span class="none"></span>Resource Bundles</a></li>
+    <li><a href="../../../scm/index.html" title="SCM"><span class="none"></span>SCM</a></li>
+    <li><a href="../../../shared/index.html" title="Shared Components"><span class="none"></span>Shared Components</a></li>
+    <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><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>
+          </nav>
+          <div class="well sidebar-nav">
+<form id="search-form" action="https://www.google.com/search" method="get" >
+  <input value="maven.apache.org/plugins/maven-ear-plugin/" name="sitesearch" type="hidden"/>
+  <input class="search-query" name="q" id="query" type="text" />
+</form>
+<script>asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
+            <hr />
+            <div id="poweredBy">
+              <div class="clear"></div>
+    <div id="twitter" style="border:none; margin-top: 10px">
+    <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>!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>
+<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>
+        </header>
+        <main id="bodyColumn"  class="span10" >
+<section>
+<h2><a name="Creating_Skinny_Modules"></a>Creating Skinny Modules</h2>
+<p>This is a bit like <a href="./skinny-wars.html">skinny WARs</a>, but taken to the next level and applied to EAR modules of type:</p>
+<ul>
+<li><a href="../modules.html#webModule">WAR</a></li>
+<li><a href="../modules.html#rarModule">RAR</a></li>
+<li><a href="../modules.html#wsrModule">WSR</a></li>
+<li><a href="../modules.html#sarModule">SAR</a></li>
+<li><a href="../modules.html#harModule">HAR</a></li></ul>
+<p>Starting with version 3.2.0, the Maven EAR Plugin supports referencing external JARs packaged within the EAR via the <code>Class-Path</code> setting in EAR module <code>MANIFEST.MF</code>.</p>
+<p>You need to change the EAR project's <code>pom.xml</code> to package those JARs in the EAR and to use the <a href="../ear-mojo.html#skinnyModules">skinnyModules</a> parameter.</p>
+<p><b>Note:</b> In this example we package all JARs into a <code>libs/</code> directory within the EAR. This is just to distinguish between Java EE modules (which will be packaged in the root of the EAR) and Java libraries (which are packaged in <code>libs/</code>). Also, we use non-standard <code>outputFileNameMapping</code> to shorten names of files packaged in EAR and to keep them close to the names used in local repository for a better readability.</p>
+<div class="source"><pre class="prettyprint linenums">&lt;project&gt;
+  ...
+  &lt;dependencies&gt;
+    &lt;!-- This is the JAR we want to share --&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;com.acme&lt;/groupId&gt;
+      &lt;artifactId&gt;shared-jar&lt;/artifactId&gt;
+      &lt;version&gt;1.0.0&lt;/version&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;com.acme&lt;/groupId&gt;
+      &lt;artifactId&gt;war&lt;/artifactId&gt;
+      &lt;version&gt;1.0.0&lt;/version&gt;
+      &lt;type&gt;war&lt;/type&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;com.acme&lt;/groupId&gt;
+      &lt;artifactId&gt;rar&lt;/artifactId&gt;
+      &lt;version&gt;1.0.0&lt;/version&gt;
+      &lt;type&gt;rar&lt;/type&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;com.acme&lt;/groupId&gt;
+      &lt;artifactId&gt;sar&lt;/artifactId&gt;
+      &lt;version&gt;1.0.0&lt;/version&gt;
+      &lt;type&gt;sar&lt;/type&gt;
+    &lt;/dependency&gt;
+  &lt;/dependencies&gt;
+  ...
+  &lt;build&gt;
+    &lt;plugins&gt;
+      &lt;plugin&gt;
+        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+        &lt;artifactId&gt;maven-ear-plugin&lt;/artifactId&gt;
+        &lt;version&gt;3.2.0&lt;/version&gt;
+        &lt;configuration&gt;
+          &lt;outputFileNameMapping&gt;@{artifactId}@-@{version}@@{dashClassifier?}@.@{extension}@&lt;/outputFileNameMapping&gt;
+          &lt;defaultLibBundleDir&gt;libs/&lt;/defaultLibBundleDir&gt;
+          &lt;skinnyModules&gt;true&lt;/skinnyModules&gt;
+        &lt;/configuration&gt;
+      &lt;/plugin&gt;
+    &lt;/plugins&gt;
+  &lt;/build&gt;
+  ...
+&lt;/project&gt;</pre></div>
+<p>Your EAR will contain something like this:</p>
+<div class="source"><pre class="prettyprint linenums"> .
+ |-- META-INF
+ |   `-- application.xml
+ |-- libs
+ |   `-- shared-jar-1.0.0.jar
+ |-- war-1.0.0.war
+ |-- sar-1.0.0.sar
+ `-- rar-1.0.0.rar</pre></div>
+<p>If you look inside the copies of <code>war-1.0.0.war</code>, <code>rar-1.0.0.ear</code> and <code>sar-1.0.0.sar</code>, that are packaged within the EAR, you will see that they no longer contain <code>WEB-INF/lib/shared-jar-1.0.0.jar</code>, <code>shared-jar-1.0.0.jar</code> and <code>lib/shared-jar-1.0.0.jar</code> files respectively.</p>
+<p>Also, if you inspect the <code>MANIFEST.MF</code> of WAR, SAR and HAR modules of EAR you will notice that the <code>Class-Path</code> entry has been modified or added, if it was missing, and now has a reference to <code>libs/shared-jar-1.0.0.jar</code>.</p>
+<p>If an archive representing the EAR module has non-standard location of libraries, then this location can be configured using the <code>libDirectory</code> property.</p>
+<p>Here is example for SAR which contains libraries at the root of the archive (refer to <a href="../modules.html#sarModule">sarModule</a> for description of <code>libDirectory</code> property):</p>
+<div class="source"><pre class="prettyprint linenums">&lt;project&gt;
+  ....
+  &lt;dependencies&gt;
+    &lt;!-- This is the JAR we want to share --&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;com.acme&lt;/groupId&gt;
+      &lt;artifactId&gt;shared-jar&lt;/artifactId&gt;
+      &lt;version&gt;1.0.0&lt;/version&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;com.acme&lt;/groupId&gt;
+      &lt;artifactId&gt;war&lt;/artifactId&gt;
+      &lt;version&gt;1.0.0&lt;/version&gt;
+      &lt;type&gt;war&lt;/type&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;com.acme&lt;/groupId&gt;
+      &lt;artifactId&gt;rar&lt;/artifactId&gt;
+      &lt;version&gt;1.0.0&lt;/version&gt;
+      &lt;type&gt;rar&lt;/type&gt;
+    &lt;/dependency&gt;
+    &lt;!-- SAR having shared-jar-1.0.0.jar at the root --&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;com.acme&lt;/groupId&gt;
+      &lt;artifactId&gt;sar&lt;/artifactId&gt;
+      &lt;version&gt;1.0.0&lt;/version&gt;
+      &lt;type&gt;sar&lt;/type&gt;
+    &lt;/dependency&gt;
+  &lt;/dependencies&gt;
+  ...
+  &lt;build&gt;
+    &lt;plugins&gt;
+      &lt;plugin&gt;
+        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+        &lt;artifactId&gt;maven-ear-plugin&lt;/artifactId&gt;
+        &lt;version&gt;3.2.0&lt;/version&gt;
+        &lt;configuration&gt;
+          &lt;outputFileNameMapping&gt;@{artifactId}@-@{version}@@{dashClassifier?}@.@{extension}@&lt;/outputFileNameMapping&gt;
+          &lt;defaultLibBundleDir&gt;libs/&lt;/defaultLibBundleDir&gt;
+          &lt;skinnyModules&gt;true&lt;/skinnyModules&gt;
+          &lt;modules&gt;
+            &lt;sarModule&gt;
+              &lt;groupId&gt;com.acme&lt;/groupId&gt;
+              &lt;artifactId&gt;sar&lt;/artifactId&gt;
+              &lt;libDirectory&gt;/&lt;/libDirectory&gt;
+            &lt;/sarModule&gt;
+          &lt;/modules&gt;
+        &lt;/configuration&gt;
+      &lt;/plugin&gt;
+    &lt;/plugins&gt;
+  &lt;/build&gt;
+  ...
+&lt;/project&gt;</pre></div></section>
+        </main>
+      </div>
+    </div>
+    <hr/>
+    <footer>
+      <div class="container-fluid">
+        <div class="row-fluid">
+            <p>&#169;      2002&#x2013;2020
+<a href="https://www.apache.org/">The Apache Software Foundation</a>
+</p>
+        </div>
+      </div>
+    </footer>
+  </body>
+</html>
\ No newline at end of file

Modified: maven/website/components/plugins-archives/maven-ear-plugin-LATEST/examples/skinny-wars.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/examples/skinny-wars.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/examples/skinny-wars.html Wed Dec 30 17:59:42 2020
@@ -1,70 +1,72 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/skinny-wars.apt.vm at 2020-09-27
- | Rendered using Apache Maven Fluido Skin 1.7
+ | Generated by Apache Maven Doxia Site Renderer 1.9.2 from src/site/apt/examples/skinny-wars.apt.vm at 2020-12-30
+ | Rendered using Apache Maven Fluido Skin 1.9
 -->
-<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.2" />
     <meta name="author" content="Mike Perham
 Dennis Lundberg" />
-    <meta name="Date-Creation-yyyymmdd" content="20111209" />
-    <meta name="Date-Revision-yyyymmdd" content="20200927" />
-    <meta http-equiv="Content-Language" content="en" />
+    <meta name="date" content="2011-12-09" />
     <title>Apache Maven EAR Plugin &#x2013; Creating Skinny WARs</title>
-    <link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
+    <link rel="stylesheet" href="../css/apache-maven-fluido-1.9.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.9.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="http://www.apache.org/" id="bannerLeft"><img src="http://maven.apache.org/images/apache-maven-project.png"  alt=""/></a></div>
-        <div class="pull-right"><a href="http://maven.apache.org/" id="bannerRight"><img src="http://maven.apache.org/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=""/></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=""><a href="../../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Apache Maven EAR Plugin">Apache Maven EAR Plugin</a><span class="divider">/</span></li>
-    <li class="active ">Creating Skinny WARs <a href="https://github.com/apache/maven-ear-plugin/tree/maven-ear-plugin-3.1.0/src/site/apt/examples/skinny-wars.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-09-27</li>
-          <li id="projectVersion" class="pull-right">Version: 3.1.0</li>
-        </ul>
-      </div>
+    <li class="active ">Creating Skinny WARs <a href="https://github.com/apache/maven-ear-plugin/tree/maven-ear-plugin-3.2.0/src/site/apt/examples/skinny-wars.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-12-30</li>
+          <li id="projectVersion" class="pull-right">Version: 3.2.0</li>
+          </ul>
+        </div>
+      </header>
       <div class="row-fluid">
-        <div id="leftColumn" class="span2">
-          <div class="well sidebar-nav">
-    <ul class="nav nav-list">
-      <li class="nav-header">Overview</li>
+        <header id="leftColumn" class="span2">
+          <nav class="well sidebar-nav">
+  <ul class="nav nav-list">
+   <li class="nav-header">Overview</li>
     <li><a href="../index.html" title="Introduction"><span class="none"></span>Introduction</a></li>
     <li><a href="../plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
     <li><a href="../usage.html" title="Usage"><span class="none"></span>Usage</a></li>
     <li><a href="../faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
-    <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
     <li><a href="../download.html" title="Download"><span class="none"></span>Download</a></li>
-      <li class="nav-header">Configuration</li>
+   <li class="nav-header">Configuration</li>
     <li><a href="../modules.html" title="Modules"><span class="none"></span>Modules</a></li>
-      <li class="nav-header">Examples</li>
+   <li class="nav-header">Examples</li>
     <li><a href="../examples/filtering-sources.html" title="Filtering EAR Resources"><span class="none"></span>Filtering EAR Resources</a></li>
     <li><a href="../examples/filtering-advanced.html" title="Advanced Filtering Techniques"><span class="none"></span>Advanced Filtering Techniques</a></li>
     <li class="active"><a href="#"><span class="none"></span>Creating Skinny WARs</a></li>
+    <li><a href="../examples/skinny-modules.html" title="Creating Skinny Modules"><span class="none"></span>Creating Skinny Modules</a></li>
     <li><a href="../examples/customizing-a-module-filename.html" title="Customizing A Module Filename"><span class="none"></span>Customizing A Module Filename</a></li>
     <li><a href="../examples/customizing-context-root.html" title="Customizing The Context Root"><span class="none"></span>Customizing The Context Root</a></li>
     <li><a href="../examples/customizing-module-location.html" title="Customizing A Module Location"><span class="none"></span>Customizing A Module Location</a></li>
@@ -80,10 +82,10 @@ Dennis Lundberg" />
     <li><a href="../examples/generating-modules-id.html" title="Generating modules ID"><span class="none"></span>Generating modules ID</a></li>
     <li><a href="../examples/using-app-client.html" title="Using JavaEE application clients"><span class="none"></span>Using JavaEE application clients</a></li>
     <li><a href="../examples/eclipse-and-maven-integration.html" title="Eclipse and Maven Integration"><span class="none"></span>Eclipse and Maven Integration</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><a href="../project-reports.html" title="Project Reports"><span class="icon-chevron-right"></span>Project Reports</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>
@@ -99,47 +101,46 @@ Dennis Lundberg" />
     <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="maven.apache.org/plugins/maven-ear-plugin/" 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">
-    <script type="text/javascript">asyncJs( 'https://apis.google.com/js/plusone.js' )</script>
-    <div class="g-plusone" data-href="https://maven.apache.org/plugins/maven-ear-plugin/" data-size="tall" ></div>
-            <div class="clear"></div>
-            <div class="clear"></div>
-    <div id="twitter">
+<script>asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
+            <hr />
+            <div id="poweredBy">
+              <div class="clear"></div>
+    <div id="twitter" style="border:none; margin-top: 10px">
     <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" >
-<div class="section">
+        </header>
+        <main id="bodyColumn"  class="span10" >
+<section>
 <h2><a name="Creating_Skinny_WARs"></a>Creating Skinny WARs</h2>
-<p>In a typical J2EE environment, a WAR is packaged within an EAR for deployment. The WAR can contain all its dependent JARs in <tt>WEB-INF/lib</tt> but then the EAR can quickly grow very large if there are multiple WARs, due to the presence of duplicate JARs. Instead the J2EE specification allows WARs to reference external JARs packaged within the EAR via the <tt>Class-Path</tt> setting in their <tt>MANIFEST.MF</tt>.</p>
+<p>In a typical J2EE environment, a WAR is packaged within an EAR for deployment. The WAR can contain all its dependent JARs in <code>WEB-INF/lib</code> but then the EAR can quickly grow very large if there are multiple WARs, due to the presence of duplicate JARs. Instead the J2EE specification allows WARs to reference external JARs packaged within the EAR via the <code>Class-Path</code> setting in their <code>MANIFEST.MF</code>.</p>
 <p>Starting with version 2.7 Maven EAR Plugin has basic support for this mode of operation.</p>
-<p>First we need to change the EAR project's <tt>pom.xml</tt> to package those JARs in the EAR, using the <tt>skinnyWars</tt> parameter.</p>
-<p><b>Note:</b> In this example we package all JARs into a <tt>lib/</tt> directory within the EAR. This is just to distinguish between J2EE modules (which will be packaged in the root of the EAR) and Java libraries (which are packaged in <tt>lib/</tt>).</p>
+<p>First we need to change the EAR project's <code>pom.xml</code> to package those JARs in the EAR, using the <code>skinnyWars</code> parameter.</p>
+<p><b>Note:</b> In this example we package all JARs into a <code>lib/</code> directory within the EAR. This is just to distinguish between J2EE modules (which will be packaged in the root of the EAR) and Java libraries (which are packaged in <code>lib/</code>).</p>
 <div class="source"><pre class="prettyprint linenums">&lt;project&gt;
   ...
   &lt;build&gt;
     &lt;plugins&gt;
       &lt;plugin&gt;
         &lt;artifactId&gt;maven-ear-plugin&lt;/artifactId&gt;
-        &lt;version&gt;3.1.0&lt;/version&gt;
+        &lt;version&gt;3.2.0&lt;/version&gt;
         &lt;configuration&gt;
           &lt;defaultLibBundleDir&gt;lib/&lt;/defaultLibBundleDir&gt;
           &lt;skinnyWars&gt;true&lt;/skinnyWars&gt;
@@ -149,7 +150,7 @@ Dennis Lundberg" />
   &lt;/build&gt;
   ...
 &lt;/project&gt;</pre></div>
-<p>Now the painful part. Your EAR project's <tt>pom.xml</tt> needs to list every dependency that you want to share through the EAR.</p>
+<p>Now the painful part. Your EAR project's <code>pom.xml</code> needs to list every dependency that you want to share through the EAR.</p>
 <div class="source"><pre class="prettyprint linenums">&lt;project&gt;
   ....
   &lt;dependencies&gt;
@@ -182,18 +183,18 @@ Dennis Lundberg" />
  |   `-- shared-jar-1.0.0.jar
  |-- war1-1.0.0.war
  `-- war2-1.0.0.war</pre></div>
-<p>If you look inside the copies of <tt>war1-1.0.0.war</tt> and <tt>war2-1.0.0.war</tt>, that are packaged within the EAR, you will see that they no longer contain the file <tt>WEB-INF/lib/shared-jar-1.0.0.jar</tt>.</p>
-<p>Also, if you inspect the <tt>MANIFEST.MF</tt> of the WARs you will notice that the <tt>Class-Path</tt> entry has been modified and now has a reference to <tt>lib/shared-jar-1.0.0.jar</tt>.</p></div>
-        </div>
+<p>If you look inside the copies of <code>war1-1.0.0.war</code> and <code>war2-1.0.0.war</code>, that are packaged within the EAR, you will see that they no longer contain the file <code>WEB-INF/lib/shared-jar-1.0.0.jar</code>.</p>
+<p>Also, if you inspect the <code>MANIFEST.MF</code> of the WARs you will notice that the <code>Class-Path</code> entry has been modified and now has a reference to <code>lib/shared-jar-1.0.0.jar</code>.</p></section>
+        </main>
       </div>
     </div>
     <hr/>
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2002&#x2013;2020
-<a href="https://www.apache.org/">The Apache Software Foundation</a>.
-All rights reserved.</p>
+            <p>&#169;      2002&#x2013;2020
+<a href="https://www.apache.org/">The Apache Software Foundation</a>
+</p>
         </div>
       </div>
     </footer>

Modified: maven/website/components/plugins-archives/maven-ear-plugin-LATEST/examples/specifying-env-entries-for-the-generated-application-xml.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/examples/specifying-env-entries-for-the-generated-application-xml.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/examples/specifying-env-entries-for-the-generated-application-xml.html Wed Dec 30 17:59:42 2020
@@ -1,70 +1,72 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/specifying-env-entries-for-the-generated-application-xml.apt.vm at 2020-09-27
- | Rendered using Apache Maven Fluido Skin 1.7
+ | Generated by Apache Maven Doxia Site Renderer 1.9.2 from src/site/apt/examples/specifying-env-entries-for-the-generated-application-xml.apt.vm at 2020-12-30
+ | Rendered using Apache Maven Fluido Skin 1.9
 -->
-<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.2" />
     <meta name="author" content="Stephane Nicoll
 snicoll@apache.org" />
-    <meta name="Date-Creation-yyyymmdd" content="20170827" />
-    <meta name="Date-Revision-yyyymmdd" content="20200927" />
-    <meta http-equiv="Content-Language" content="en" />
+    <meta name="date" content="2017-08-27" />
     <title>Apache Maven EAR Plugin &#x2013; Specifying Security Roles For The Generated application.xml</title>
-    <link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
+    <link rel="stylesheet" href="../css/apache-maven-fluido-1.9.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.9.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="http://www.apache.org/" id="bannerLeft"><img src="http://maven.apache.org/images/apache-maven-project.png"  alt=""/></a></div>
-        <div class="pull-right"><a href="http://maven.apache.org/" id="bannerRight"><img src="http://maven.apache.org/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=""/></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=""><a href="../../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Apache Maven EAR Plugin">Apache Maven EAR Plugin</a><span class="divider">/</span></li>
-    <li class="active ">Specifying Security Roles For The Generated application.xml <a href="https://github.com/apache/maven-ear-plugin/tree/maven-ear-plugin-3.1.0/src/site/apt/examples/specifying-env-entries-for-the-generated-application-xml.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-09-27</li>
-          <li id="projectVersion" class="pull-right">Version: 3.1.0</li>
-        </ul>
-      </div>
+    <li class="active ">Specifying Security Roles For The Generated application.xml <a href="https://github.com/apache/maven-ear-plugin/tree/maven-ear-plugin-3.2.0/src/site/apt/examples/specifying-env-entries-for-the-generated-application-xml.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-12-30</li>
+          <li id="projectVersion" class="pull-right">Version: 3.2.0</li>
+          </ul>
+        </div>
+      </header>
       <div class="row-fluid">
-        <div id="leftColumn" class="span2">
-          <div class="well sidebar-nav">
-    <ul class="nav nav-list">
-      <li class="nav-header">Overview</li>
+        <header id="leftColumn" class="span2">
+          <nav class="well sidebar-nav">
+  <ul class="nav nav-list">
+   <li class="nav-header">Overview</li>
     <li><a href="../index.html" title="Introduction"><span class="none"></span>Introduction</a></li>
     <li><a href="../plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
     <li><a href="../usage.html" title="Usage"><span class="none"></span>Usage</a></li>
     <li><a href="../faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
-    <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
     <li><a href="../download.html" title="Download"><span class="none"></span>Download</a></li>
-      <li class="nav-header">Configuration</li>
+   <li class="nav-header">Configuration</li>
     <li><a href="../modules.html" title="Modules"><span class="none"></span>Modules</a></li>
-      <li class="nav-header">Examples</li>
+   <li class="nav-header">Examples</li>
     <li><a href="../examples/filtering-sources.html" title="Filtering EAR Resources"><span class="none"></span>Filtering EAR Resources</a></li>
     <li><a href="../examples/filtering-advanced.html" title="Advanced Filtering Techniques"><span class="none"></span>Advanced Filtering Techniques</a></li>
     <li><a href="../examples/skinny-wars.html" title="Creating Skinny WARs"><span class="none"></span>Creating Skinny WARs</a></li>
+    <li><a href="../examples/skinny-modules.html" title="Creating Skinny Modules"><span class="none"></span>Creating Skinny Modules</a></li>
     <li><a href="../examples/customizing-a-module-filename.html" title="Customizing A Module Filename"><span class="none"></span>Customizing A Module Filename</a></li>
     <li><a href="../examples/customizing-context-root.html" title="Customizing The Context Root"><span class="none"></span>Customizing The Context Root</a></li>
     <li><a href="../examples/customizing-module-location.html" title="Customizing A Module Location"><span class="none"></span>Customizing A Module Location</a></li>
@@ -80,10 +82,10 @@ snicoll@apache.org" />
     <li><a href="../examples/generating-modules-id.html" title="Generating modules ID"><span class="none"></span>Generating modules ID</a></li>
     <li><a href="../examples/using-app-client.html" title="Using JavaEE application clients"><span class="none"></span>Using JavaEE application clients</a></li>
     <li><a href="../examples/eclipse-and-maven-integration.html" title="Eclipse and Maven Integration"><span class="none"></span>Eclipse and Maven Integration</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><a href="../project-reports.html" title="Project Reports"><span class="icon-chevron-right"></span>Project Reports</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>
@@ -99,35 +101,34 @@ snicoll@apache.org" />
     <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="maven.apache.org/plugins/maven-ear-plugin/" 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">
-    <script type="text/javascript">asyncJs( 'https://apis.google.com/js/plusone.js' )</script>
-    <div class="g-plusone" data-href="https://maven.apache.org/plugins/maven-ear-plugin/" data-size="tall" ></div>
-            <div class="clear"></div>
-            <div class="clear"></div>
-    <div id="twitter">
+<script>asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
+            <hr />
+            <div id="poweredBy">
+              <div class="clear"></div>
+    <div id="twitter" style="border:none; margin-top: 10px">
     <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" >
-<div class="section">
+        </header>
+        <main id="bodyColumn"  class="span10" >
+<section>
 <h2><a name="Specifying_Environment_entries_For_The_Generated_application.xml"></a>Specifying Environment entries For The Generated application.xml</h2>
 <p>Environment entries can be added as from the JavaEE 6 spec. For instance:</p>
 <div class="source"><pre class="prettyprint linenums">  &lt;build&gt;
@@ -135,7 +136,7 @@ snicoll@apache.org" />
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-ear-plugin&lt;/artifactId&gt;
-        &lt;version&gt;3.1.0&lt;/version&gt;
+        &lt;version&gt;3.2.0&lt;/version&gt;
         &lt;configuration&gt;
            [...]
            &lt;version&gt;6&lt;/version&gt;
@@ -160,17 +161,17 @@ snicoll@apache.org" />
         &lt;/configuration&gt;
       &lt;/plugin&gt;
     &lt;/plugins&gt;
-  &lt;/build&gt;</pre></div></div>
-        </div>
+  &lt;/build&gt;</pre></div></section>
+        </main>
       </div>
     </div>
     <hr/>
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2002&#x2013;2020
-<a href="https://www.apache.org/">The Apache Software Foundation</a>.
-All rights reserved.</p>
+            <p>&#169;      2002&#x2013;2020
+<a href="https://www.apache.org/">The Apache Software Foundation</a>
+</p>
         </div>
       </div>
     </footer>

Modified: maven/website/components/plugins-archives/maven-ear-plugin-LATEST/examples/specifying-resource-ref-entries-for-the-generated-application-xml.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/examples/specifying-resource-ref-entries-for-the-generated-application-xml.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/examples/specifying-resource-ref-entries-for-the-generated-application-xml.html Wed Dec 30 17:59:42 2020
@@ -1,69 +1,71 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/specifying-resource-ref-entries-for-the-generated-application-xml.apt.vm at 2020-09-27
- | Rendered using Apache Maven Fluido Skin 1.7
+ | Generated by Apache Maven Doxia Site Renderer 1.9.2 from src/site/apt/examples/specifying-resource-ref-entries-for-the-generated-application-xml.apt.vm at 2020-12-30
+ | Rendered using Apache Maven Fluido Skin 1.9
 -->
-<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.2" />
     <meta name="author" content="Karl Heinz Marbaise khmarbaise@apache.org" />
-    <meta name="Date-Creation-yyyymmdd" content="20170827" />
-    <meta name="Date-Revision-yyyymmdd" content="20200927" />
-    <meta http-equiv="Content-Language" content="en" />
+    <meta name="date" content="2017-08-27" />
     <title>Apache Maven EAR Plugin &#x2013; Specifying Resource Refs For The Generated application.xml</title>
-    <link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
+    <link rel="stylesheet" href="../css/apache-maven-fluido-1.9.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.9.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="http://www.apache.org/" id="bannerLeft"><img src="http://maven.apache.org/images/apache-maven-project.png"  alt=""/></a></div>
-        <div class="pull-right"><a href="http://maven.apache.org/" id="bannerRight"><img src="http://maven.apache.org/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=""/></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=""><a href="../../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Apache Maven EAR Plugin">Apache Maven EAR Plugin</a><span class="divider">/</span></li>
-    <li class="active ">Specifying Resource Refs For The Generated application.xml <a href="https://github.com/apache/maven-ear-plugin/tree/maven-ear-plugin-3.1.0/src/site/apt/examples/specifying-resource-ref-entries-for-the-generated-application-xml.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-09-27</li>
-          <li id="projectVersion" class="pull-right">Version: 3.1.0</li>
-        </ul>
-      </div>
+    <li class="active ">Specifying Resource Refs For The Generated application.xml <a href="https://github.com/apache/maven-ear-plugin/tree/maven-ear-plugin-3.2.0/src/site/apt/examples/specifying-resource-ref-entries-for-the-generated-application-xml.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2020-12-30</li>
+          <li id="projectVersion" class="pull-right">Version: 3.2.0</li>
+          </ul>
+        </div>
+      </header>
       <div class="row-fluid">
-        <div id="leftColumn" class="span2">
-          <div class="well sidebar-nav">
-    <ul class="nav nav-list">
-      <li class="nav-header">Overview</li>
+        <header id="leftColumn" class="span2">
+          <nav class="well sidebar-nav">
+  <ul class="nav nav-list">
+   <li class="nav-header">Overview</li>
     <li><a href="../index.html" title="Introduction"><span class="none"></span>Introduction</a></li>
     <li><a href="../plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
     <li><a href="../usage.html" title="Usage"><span class="none"></span>Usage</a></li>
     <li><a href="../faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
-    <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
     <li><a href="../download.html" title="Download"><span class="none"></span>Download</a></li>
-      <li class="nav-header">Configuration</li>
+   <li class="nav-header">Configuration</li>
     <li><a href="../modules.html" title="Modules"><span class="none"></span>Modules</a></li>
-      <li class="nav-header">Examples</li>
+   <li class="nav-header">Examples</li>
     <li><a href="../examples/filtering-sources.html" title="Filtering EAR Resources"><span class="none"></span>Filtering EAR Resources</a></li>
     <li><a href="../examples/filtering-advanced.html" title="Advanced Filtering Techniques"><span class="none"></span>Advanced Filtering Techniques</a></li>
     <li><a href="../examples/skinny-wars.html" title="Creating Skinny WARs"><span class="none"></span>Creating Skinny WARs</a></li>
+    <li><a href="../examples/skinny-modules.html" title="Creating Skinny Modules"><span class="none"></span>Creating Skinny Modules</a></li>
     <li><a href="../examples/customizing-a-module-filename.html" title="Customizing A Module Filename"><span class="none"></span>Customizing A Module Filename</a></li>
     <li><a href="../examples/customizing-context-root.html" title="Customizing The Context Root"><span class="none"></span>Customizing The Context Root</a></li>
     <li><a href="../examples/customizing-module-location.html" title="Customizing A Module Location"><span class="none"></span>Customizing A Module Location</a></li>
@@ -79,10 +81,10 @@
     <li><a href="../examples/generating-modules-id.html" title="Generating modules ID"><span class="none"></span>Generating modules ID</a></li>
     <li><a href="../examples/using-app-client.html" title="Using JavaEE application clients"><span class="none"></span>Using JavaEE application clients</a></li>
     <li><a href="../examples/eclipse-and-maven-integration.html" title="Eclipse and Maven Integration"><span class="none"></span>Eclipse and Maven Integration</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><a href="../project-reports.html" title="Project Reports"><span class="icon-chevron-right"></span>Project Reports</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>
@@ -98,35 +100,34 @@
     <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="maven.apache.org/plugins/maven-ear-plugin/" 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">
-    <script type="text/javascript">asyncJs( 'https://apis.google.com/js/plusone.js' )</script>
-    <div class="g-plusone" data-href="https://maven.apache.org/plugins/maven-ear-plugin/" data-size="tall" ></div>
-            <div class="clear"></div>
-            <div class="clear"></div>
-    <div id="twitter">
+<script>asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
+            <hr />
+            <div id="poweredBy">
+              <div class="clear"></div>
+    <div id="twitter" style="border:none; margin-top: 10px">
     <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" >
-<div class="section">
+        </header>
+        <main id="bodyColumn"  class="span10" >
+<section>
 <h2><a name="Specifying_Resource_Ref_entries_For_The_Generated_application.xml"></a>Specifying Resource Ref entries For The Generated application.xml</h2>
 <p>Resource Ref entries can be added as from the JavaEE 6 spec. For instance:</p>
 <div class="source"><pre class="prettyprint linenums">  &lt;build&gt;
@@ -134,7 +135,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-ear-plugin&lt;/artifactId&gt;
-        &lt;version&gt;3.1.0&lt;/version&gt;
+        &lt;version&gt;3.2.0&lt;/version&gt;
         &lt;configuration&gt;
            [...]
            &lt;version&gt;6&lt;/version&gt;
@@ -159,17 +160,17 @@
           &lt;/configuration&gt;
       &lt;/plugin&gt;
     &lt;/plugins&gt;
-  &lt;/build&gt;</pre></div></div>
-        </div>
+  &lt;/build&gt;</pre></div></section>
+        </main>
       </div>
     </div>
     <hr/>
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2002&#x2013;2020
-<a href="https://www.apache.org/">The Apache Software Foundation</a>.
-All rights reserved.</p>
+            <p>&#169;      2002&#x2013;2020
+<a href="https://www.apache.org/">The Apache Software Foundation</a>
+</p>
         </div>
       </div>
     </footer>