Modified: maven/website/content/guides/getting-started/index.html
==============================================================================
--- maven/website/content/guides/getting-started/index.html (original)
+++ maven/website/content/guides/getting-started/index.html Wed Jan 15 20:46:35 
2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/getting-started/index.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/getting-started/index.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -42,7 +42,7 @@ Vincent Siveton" />
       <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 ">Maven Getting Started Guide <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/getting-started/index.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>
@@ -656,7 +656,7 @@ command.line.prop=${command.line.prop}</
     &lt;/dependency&gt;
   &lt;/dependencies&gt;
 &lt;/project&gt;</pre></div>
-<p>What about dependencies built somewhere else? How do they get into my local 
repository? Whenever a project references a dependency that isn't available in 
the local repository, Maven will download the dependency from a remote 
repository into the local repository. You probably noticed Maven downloading a 
lot of things when you built your very first project (these downloads were 
dependencies for the various plugins used to build the project). By default, 
the remote repository Maven uses can be found (and browsed) at <a 
class="externalLink" 
href="http://repo.maven.apache.org/maven2/";>http://repo.maven.apache.org/maven2/</a>.
 You can also set up your own remote repository (maybe a central repository for 
your company) to use instead of or in addition to the default remote 
repository. For more information on repositories you can refer to the <a 
href="../introduction/introduction-to-repositories.html">Introduction to 
Repositories</a>.</p>
+<p>What about dependencies built somewhere else? How do they get into my local 
repository? Whenever a project references a dependency that isn't available in 
the local repository, Maven will download the dependency from a remote 
repository into the local repository. You probably noticed Maven downloading a 
lot of things when you built your very first project (these downloads were 
dependencies for the various plugins used to build the project). By default, 
the remote repository Maven uses can be found (and browsed) at <a 
class="externalLink" 
href="https://repo.maven.apache.org/maven2/";>https://repo.maven.apache.org/maven2/</a>.
 You can also set up your own remote repository (maybe a central repository for 
your company) to use instead of or in addition to the default remote 
repository. For more information on repositories you can refer to the <a 
href="../introduction/introduction-to-repositories.html">Introduction to 
Repositories</a>.</p>
 <p>Let's add another dependency to our project. Let's say we've added some 
logging to the code and need to add log4j as a dependency. First, we need to 
know what the groupId, artifactId, and version are for log4j. The appropriate 
directory on Maven Central is called /maven2/log4j/log4j. In that directory is 
a file called maven-metadata.xml. Here's what the maven-metadata.xml for log4j 
looks like:</p>
 <div class="source"><pre class="prettyprint linenums">&lt;metadata&gt;
   &lt;groupId&gt;log4j&lt;/groupId&gt;

Modified: 
maven/website/content/guides/getting-started/maven-in-five-minutes.html
==============================================================================
--- maven/website/content/guides/getting-started/maven-in-five-minutes.html 
(original)
+++ maven/website/content/guides/getting-started/maven-in-five-minutes.html Wed 
Jan 15 20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/getting-started/maven-in-five-minutes.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/getting-started/maven-in-five-minutes.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Maven in 5 Minutes <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/getting-started/maven-in-five-minutes.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: 
maven/website/content/guides/getting-started/windows-prerequisites.html
==============================================================================
--- maven/website/content/guides/getting-started/windows-prerequisites.html 
(original)
+++ maven/website/content/guides/getting-started/windows-prerequisites.html Wed 
Jan 15 20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/getting-started/windows-prerequisites.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/getting-started/windows-prerequisites.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Maven on Windows <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/getting-started/windows-prerequisites.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/index.html
==============================================================================
--- maven/website/content/guides/index.html (original)
+++ maven/website/content/guides/index.html Wed Jan 15 20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/index.apt.vm at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/index.apt.vm at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -42,7 +42,7 @@ Eric Redmond" />
       <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 ">Maven Documentation <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/index.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-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: 
maven/website/content/guides/introduction/introduction-to-archetypes.html
==============================================================================
--- maven/website/content/guides/introduction/introduction-to-archetypes.html 
(original)
+++ maven/website/content/guides/introduction/introduction-to-archetypes.html 
Wed Jan 15 20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/introduction/introduction-to-archetypes.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/introduction/introduction-to-archetypes.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Introduction to Archetypes <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/introduction/introduction-to-archetypes.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: 
maven/website/content/guides/introduction/introduction-to-dependency-mechanism.html
==============================================================================
--- 
maven/website/content/guides/introduction/introduction-to-dependency-mechanism.html
 (original)
+++ 
maven/website/content/guides/introduction/introduction-to-dependency-mechanism.html
 Wed Jan 15 20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/introduction/introduction-to-dependency-mechanism.apt at 
2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/introduction/introduction-to-dependency-mechanism.apt at 
2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -44,7 +44,7 @@ Karl Heinz Marbaise" />
       <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 ">Introduction to the Dependency Mechanism <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/introduction/introduction-to-dependency-mechanism.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: 
maven/website/content/guides/introduction/introduction-to-optional-and-excludes-dependencies.html
==============================================================================
--- 
maven/website/content/guides/introduction/introduction-to-optional-and-excludes-dependencies.html
 (original)
+++ 
maven/website/content/guides/introduction/introduction-to-optional-and-excludes-dependencies.html
 Wed Jan 15 20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/introduction/introduction-to-optional-and-excludes-dependencies.apt
 at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/introduction/introduction-to-optional-and-excludes-dependencies.apt
 at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Optional Dependencies and Dependency Exclusions <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/introduction/introduction-to-optional-and-excludes-dependencies.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: 
maven/website/content/guides/introduction/introduction-to-plugin-prefix-mapping.html
==============================================================================
--- 
maven/website/content/guides/introduction/introduction-to-plugin-prefix-mapping.html
 (original)
+++ 
maven/website/content/guides/introduction/introduction-to-plugin-prefix-mapping.html
 Wed Jan 15 20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/introduction/introduction-to-plugin-prefix-mapping.apt at 
2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/introduction/introduction-to-plugin-prefix-mapping.apt at 
2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Introduction to Plugin Prefix Resolution <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/introduction/introduction-to-plugin-prefix-mapping.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/introduction/introduction-to-plugins.html
==============================================================================
--- maven/website/content/guides/introduction/introduction-to-plugins.html 
(original)
+++ maven/website/content/guides/introduction/introduction-to-plugins.html Wed 
Jan 15 20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/introduction/introduction-to-plugins.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/introduction/introduction-to-plugins.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Introduction to Maven Plugin Development <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/introduction/introduction-to-plugins.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: 
maven/website/content/guides/introduction/introduction-to-profiles.html
==============================================================================
--- maven/website/content/guides/introduction/introduction-to-profiles.html 
(original)
+++ maven/website/content/guides/introduction/introduction-to-profiles.html Wed 
Jan 15 20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/introduction/introduction-to-profiles.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/introduction/introduction-to-profiles.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Introduction to build profiles <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/introduction/introduction-to-profiles.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: 
maven/website/content/guides/introduction/introduction-to-repositories.html
==============================================================================
--- maven/website/content/guides/introduction/introduction-to-repositories.html 
(original)
+++ maven/website/content/guides/introduction/introduction-to-repositories.html 
Wed Jan 15 20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/introduction/introduction-to-repositories.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/introduction/introduction-to-repositories.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -42,7 +42,7 @@ Brian Fox" />
       <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 ">Introduction to Repositories <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/introduction/introduction-to-repositories.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>
@@ -149,13 +149,13 @@ Brian Fox" />
 <h3><a name="Artifact_Repositories"></a>Artifact Repositories</h3>
 <p>A repository in Maven holds build artifacts and dependencies of varying 
types.</p>
 <p>There are exactly two types of repositories: local and remote. The local 
repository is a directory on the computer where Maven runs. It caches remote 
downloads and contains temporary build artifacts that you have not yet 
released.</p>
-<p>Remote repositories refer to any other type of repository, accessed by a 
variety of protocols such as <code>file://</code> and <code>http://</code>. 
These repositories might be a truly remote repository set up by a third party 
to provide their artifacts for downloading (for example, <a 
class="externalLink" 
href="http://repo.maven.apache.org/maven2/";>repo.maven.apache.org</a> and <a 
class="externalLink" href="http://uk.maven.org/maven2/";>uk.maven.org</a> house 
Maven's central repository). Other &quot;remote&quot; repositories may be 
internal repositories set up on a file or HTTP server within your company, used 
to share private artifacts between development teams and for releases.</p>
+<p>Remote repositories refer to any other type of repository, accessed by a 
variety of protocols such as <code>file://</code> and <code>https://</code>. 
These repositories might be a truly remote repository set up by a third party 
to provide their artifacts for downloading (for example, <a 
class="externalLink" 
href="https://repo.maven.apache.org/maven2/";>repo.maven.apache.org</a>. Other 
&quot;remote&quot; repositories may be internal repositories set up on a file 
or HTTP server within your company, used to share private artifacts between 
development teams and for releases.</p>
 <p>Local and remote repositories are structured the same way so that scripts 
can run on either side, or they can be synced for offline use. The layout of 
the repositories is completely transparent to the Maven user, 
however.</p></section><section>
 <h3><a name="Using_Repositories"></a>Using Repositories</h3>
 <p>In general, you should not need to do anything with the local repository on 
a regular basis, except clean it out if you are short on disk space (or erase 
it completely if you are willing to download everything again).</p>
 <p>For the remote repositories, they are used for both downloading and 
uploading (if you have the permission to do so).</p><section>
 <h4><a name="Downloading_from_a_Remote_Repository"></a>Downloading from a 
Remote Repository</h4>
-<p>Downloading in Maven is triggered by a project declaring a dependency that 
is not present in the local repository (or for a <code>SNAPSHOT</code>, when 
the remote repository contains one that is newer). By default, Maven will 
download from the <a class="externalLink" 
href="http://repo.maven.apache.org/maven2/";>central</a> repository.</p>
+<p>Downloading in Maven is triggered by a project declaring a dependency that 
is not present in the local repository (or for a <code>SNAPSHOT</code>, when 
the remote repository contains one that is newer). By default, Maven will 
download from the <a class="externalLink" 
href="https://repo.maven.apache.org/maven2/";>central</a> repository.</p>
 <p>To override this, you need to specify a <code>mirror</code> as shown in <a 
href="../mini/guide-mirror-settings.html">Using Mirrors for Repositories</a></p>
 <p>You can set this in your <code>settings.xml</code> file to globally use a 
certain mirror. However, it is common for a project to customise the repository 
in its <code>pom.xml</code> and that your setting will take precedence. If 
dependencies are not being found, check that you have not overridden the remote 
repository.</p>
 <p>For more information on dependencies, see <a 
href="./introduction-to-dependency-mechanism.html">Dependency 
Mechanism</a>.</p></section><section>
@@ -175,7 +175,7 @@ Brian Fox" />
 <p>As far as Maven is concerned, there is nothing special about this 
repository: it is another <b>remote repository</b> that contains artifacts to 
download to a user's local cache, and is a publish destination for artifact 
releases.</p>
 <p>Additionally, you may want to share the repository server with your 
generated project sites. For more information on creating and deploying sites, 
see <a href="../mini/guide-site.html">Creating a 
Site</a>.</p></section><section>
 <h3><a name="Setting_up_the_Internal_Repository"></a>Setting up the Internal 
Repository</h3>
-<p>To set up an internal repository just requires that you have a place to put 
it, and then copy required artifacts there using the same layout as in a remote 
repository such as <a class="externalLink" 
href="http://repo.maven.apache.org/maven2/";>repo.maven.apache.org</a>.</p>
+<p>To set up an internal repository just requires that you have a place to put 
it, and then copy required artifacts there using the same layout as in a remote 
repository such as <a class="externalLink" 
href="https://repo.maven.apache.org/maven2/";>repo.maven.apache.org</a>.</p>
 <p>It is <i>not</i> recommended that you scrape or <code>rsync://</code> a 
full copy of central as there is a large amount of data there and doing so will 
get you banned. You can use a program such as those described on the <a 
href="../../repository-management.html">Repository Management</a> page to run 
your internal repository's server, download from the internet as required, and 
then hold the artifacts in your internal repository for faster downloading 
later.</p>
 <p>The other options available are to manually download and vet releases, then 
copy them to the internal repository, or to have Maven download them for a 
user, and manually upload the vetted artifacts to the internal repository which 
is used for releases. This step is the only one available for artifacts where 
the license forbids their distribution automatically, such as several J2EE JARs 
provided by Sun. Refer to the <a 
href="../mini/guide-coping-with-sun-jars.html">Guide to coping with SUN 
JARs</a> document for more information.</p>
 <p>It should be noted that Maven intends to include enhanced support for such 
features in the future, including click through licenses on downloading, and 
verification of signatures.</p></section><section>

Modified: 
maven/website/content/guides/introduction/introduction-to-the-lifecycle.html
==============================================================================
--- 
maven/website/content/guides/introduction/introduction-to-the-lifecycle.html 
(original)
+++ 
maven/website/content/guides/introduction/introduction-to-the-lifecycle.html 
Wed Jan 15 20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/introduction/introduction-to-the-lifecycle.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/introduction/introduction-to-the-lifecycle.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -42,7 +42,7 @@
       <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 ">Introduction to the Build Lifecycle <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/introduction/introduction-to-the-lifecycle.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/introduction/introduction-to-the-pom.html
==============================================================================
--- maven/website/content/guides/introduction/introduction-to-the-pom.html 
(original)
+++ maven/website/content/guides/introduction/introduction-to-the-pom.html Wed 
Jan 15 20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/introduction/introduction-to-the-pom.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/introduction/introduction-to-the-pom.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -43,7 +43,7 @@ Brett Porter" />
       <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 ">Introduction to the POM <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/introduction/introduction-to-the-pom.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>
@@ -317,7 +317,7 @@ Brett Porter" />
 &lt;/project&gt;</pre></div>
 <p>A POM requires that its groupId, artifactId, and version be configured. 
These three values form the project's fully qualified artifact name. This is in 
the form of &lt;groupId&gt;:&lt;artifactId&gt;:&lt;version&gt;. As for the 
example above, its fully qualified artifact name is 
&quot;com.mycompany.app:my-app:1&quot;.</p>
 <p>Also, as mentioned in the <a href="#What_is_a_POM">first section</a>, if 
the configuration details are not specified, Maven will use their defaults. One 
of these default values is the packaging type. Every Maven project has a 
packaging type. If it is not specified in the POM, then the default value 
&quot;jar&quot; would be used.</p>
-<p>Furthermore, you can see that in the minimal POM the <i>repositories</i> 
were not specified. If you build your project using the minimal POM, it would 
inherit the <i>repositories</i> configuration in the Super POM. Therefore when 
Maven sees the dependencies in the minimal POM, it would know that these 
dependencies will be downloaded from 
<code>http://repo.maven.apache.org/maven2</code> which was specified in the 
Super POM.</p>
+<p>Furthermore, you can see that in the minimal POM the <i>repositories</i> 
were not specified. If you build your project using the minimal POM, it would 
inherit the <i>repositories</i> configuration in the Super POM. Therefore when 
Maven sees the dependencies in the minimal POM, it would know that these 
dependencies will be downloaded from 
<code>https://repo.maven.apache.org/maven2</code> which was specified in the 
Super POM.</p>
 <p><a href="./introduction-to-the-pom.html">[top]</a></p></section><section>
 <h3><a name="Project_Inheritance">Project Inheritance</a></h3>
 <p>Elements in the POM that are merged are the following:</p>

Modified: 
maven/website/content/guides/introduction/introduction-to-the-standard-directory-layout.html
==============================================================================
--- 
maven/website/content/guides/introduction/introduction-to-the-standard-directory-layout.html
 (original)
+++ 
maven/website/content/guides/introduction/introduction-to-the-standard-directory-layout.html
 Wed Jan 15 20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/introduction/introduction-to-the-standard-directory-layout.apt
 at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/introduction/introduction-to-the-standard-directory-layout.apt
 at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Introduction to the Standard Directory Layout <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/introduction/introduction-to-the-standard-directory-layout.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-3rd-party-jars-local.html
==============================================================================
--- maven/website/content/guides/mini/guide-3rd-party-jars-local.html (original)
+++ maven/website/content/guides/mini/guide-3rd-party-jars-local.html Wed Jan 
15 20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-3rd-party-jars-local.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-3rd-party-jars-local.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -42,7 +42,7 @@ Robert Scholte" />
       <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 ">Guide to installing 3rd party JARs <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-3rd-party-jars-local.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-3rd-party-jars-remote.html
==============================================================================
--- maven/website/content/guides/mini/guide-3rd-party-jars-remote.html 
(original)
+++ maven/website/content/guides/mini/guide-3rd-party-jars-remote.html Wed Jan 
15 20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-3rd-party-jars-remote.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-3rd-party-jars-remote.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Guide to deploying 3rd party JARs to remote repository 
<a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-3rd-party-jars-remote.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-archive-configuration.html
==============================================================================
--- maven/website/content/guides/mini/guide-archive-configuration.html 
(original)
+++ maven/website/content/guides/mini/guide-archive-configuration.html Wed Jan 
15 20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-archive-configuration.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-archive-configuration.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Guide to Configuring Archive Plugins <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-archive-configuration.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-assemblies.html
==============================================================================
--- maven/website/content/guides/mini/guide-assemblies.html (original)
+++ maven/website/content/guides/mini/guide-assemblies.html Wed Jan 15 20:46:35 
2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-assemblies.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-assemblies.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Guide to Creating Assemblies <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-assemblies.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-attached-tests.html
==============================================================================
--- maven/website/content/guides/mini/guide-attached-tests.html (original)
+++ maven/website/content/guides/mini/guide-attached-tests.html Wed Jan 15 
20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-attached-tests.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-attached-tests.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Guide to using attached tests <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-attached-tests.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-bash-m2-completion.html
==============================================================================
--- maven/website/content/guides/mini/guide-bash-m2-completion.html (original)
+++ maven/website/content/guides/mini/guide-bash-m2-completion.html Wed Jan 15 
20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-bash-m2-completion.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-bash-m2-completion.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -43,7 +43,7 @@ Karl Heinz Marbaise" />
       <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 ">Guide to Maven auto completion using BASH <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-bash-m2-completion.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: 
maven/website/content/guides/mini/guide-building-for-different-environments.html
==============================================================================
--- 
maven/website/content/guides/mini/guide-building-for-different-environments.html
 (original)
+++ 
maven/website/content/guides/mini/guide-building-for-different-environments.html
 Wed Jan 15 20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-building-for-different-environments.apt at 
2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-building-for-different-environments.apt at 
2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Building For Different Environments with Maven 2 <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-building-for-different-environments.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-building-jdk14-on-jdk15.html
==============================================================================
--- maven/website/content/guides/mini/guide-building-jdk14-on-jdk15.html 
(original)
+++ maven/website/content/guides/mini/guide-building-jdk14-on-jdk15.html Wed 
Jan 15 20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-building-jdk14-on-jdk15.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-building-jdk14-on-jdk15.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Guide to Building JDK 1.4 Projects Using JDK 1.5 <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-building-jdk14-on-jdk15.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-configuring-maven.html
==============================================================================
--- maven/website/content/guides/mini/guide-configuring-maven.html (original)
+++ maven/website/content/guides/mini/guide-configuring-maven.html Wed Jan 15 
20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-configuring-maven.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-configuring-maven.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Guide to Configuring Maven <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-configuring-maven.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-configuring-plugins.html
==============================================================================
--- maven/website/content/guides/mini/guide-configuring-plugins.html (original)
+++ maven/website/content/guides/mini/guide-configuring-plugins.html Wed Jan 15 
20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-configuring-plugins.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-configuring-plugins.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -42,7 +42,7 @@ Vincent Siveton" />
       <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 ">Guide to Configuring Plug-ins <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-configuring-plugins.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-coping-with-sun-jars.html
==============================================================================
--- maven/website/content/guides/mini/guide-coping-with-sun-jars.html (original)
+++ maven/website/content/guides/mini/guide-coping-with-sun-jars.html Wed Jan 
15 20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-coping-with-sun-jars.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-coping-with-sun-jars.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Guide to Coping with Sun JARs <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-coping-with-sun-jars.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-creating-archetypes.html
==============================================================================
--- maven/website/content/guides/mini/guide-creating-archetypes.html (original)
+++ maven/website/content/guides/mini/guide-creating-archetypes.html Wed Jan 15 
20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-creating-archetypes.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-creating-archetypes.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Guide to Creating Archetypes <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-creating-archetypes.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-default-execution-ids.html
==============================================================================
--- maven/website/content/guides/mini/guide-default-execution-ids.html 
(original)
+++ maven/website/content/guides/mini/guide-default-execution-ids.html Wed Jan 
15 20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-default-execution-ids.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-default-execution-ids.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Guide to Configuring Default Mojo Executions <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-default-execution-ids.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: 
maven/website/content/guides/mini/guide-deployment-security-settings.html
==============================================================================
--- maven/website/content/guides/mini/guide-deployment-security-settings.html 
(original)
+++ maven/website/content/guides/mini/guide-deployment-security-settings.html 
Wed Jan 15 20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-deployment-security-settings.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-deployment-security-settings.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Guide to Deployment and Security Settings <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-deployment-security-settings.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-encryption.html
==============================================================================
--- maven/website/content/guides/mini/guide-encryption.html (original)
+++ maven/website/content/guides/mini/guide-encryption.html Wed Jan 15 20:46:35 
2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-encryption.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-encryption.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -42,7 +42,7 @@ Robert Scholte" />
       <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 ">Password Encryption <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-encryption.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-generating-sources.html
==============================================================================
--- maven/website/content/guides/mini/guide-generating-sources.html (original)
+++ maven/website/content/guides/mini/guide-generating-sources.html Wed Jan 15 
20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-generating-sources.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-generating-sources.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -43,7 +43,7 @@ Karl Heinz Marbaise" />
       <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 ">Guide to generating Sources <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-generating-sources.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-http-settings.html
==============================================================================
--- maven/website/content/guides/mini/guide-http-settings.html (original)
+++ maven/website/content/guides/mini/guide-http-settings.html Wed Jan 15 
20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-http-settings.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-http-settings.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Guide to Advanced HTTP Wagon Configuration <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-http-settings.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-manifest.html
==============================================================================
--- maven/website/content/guides/mini/guide-manifest.html (original)
+++ maven/website/content/guides/mini/guide-manifest.html Wed Jan 15 20:46:35 
2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-manifest.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-manifest.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -42,7 +42,7 @@ Dennis Lundberg" />
       <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 ">Guide to Working with Manifests <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-manifest.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-maven-classloading.html
==============================================================================
--- maven/website/content/guides/mini/guide-maven-classloading.html (original)
+++ maven/website/content/guides/mini/guide-maven-classloading.html Wed Jan 15 
20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-maven-classloading.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-maven-classloading.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -42,7 +42,7 @@ Anders Kristian Andersen" />
       <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 ">Guide to Maven Classloading <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-maven-classloading.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-mirror-settings.html
==============================================================================
--- maven/website/content/guides/mini/guide-mirror-settings.html (original)
+++ maven/website/content/guides/mini/guide-mirror-settings.html Wed Jan 15 
20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-mirror-settings.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-mirror-settings.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -43,7 +43,7 @@ Robert Scholte" />
       <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 ">Guide to Mirror Settings <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-mirror-settings.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>
@@ -171,14 +171,14 @@ Robert Scholte" />
 <li>There is a synchronized mirror on the internet that is geographically 
closer and faster</li>
 <li>You want to replace a particular repository with your own internal 
repository which you have greater control over</li>
 <li>You want to run a <a href="../../repository-management.html">repository 
manager</a> to provide a local cache to a mirror and need to use its URL 
instead</li></ul>
-<p>To configure a mirror of a given repository, you provide it in your 
settings file (<code>${user.home}/.m2/settings.xml</code>), giving the new 
repository its own <code>id</code> and <code>url</code>, and specify the 
<code>mirrorOf</code> setting that is the ID of the repository you are using a 
mirror of. For example, the ID of the main Maven Central US repository included 
by default is <code>central</code>, so to use the European Central instance, 
you would configure the following:</p>
+<p>To configure a mirror of a given repository, you provide it in your 
settings file (<code>${user.home}/.m2/settings.xml</code>), giving the new 
repository its own <code>id</code> and <code>url</code>, and specify the 
<code>mirrorOf</code> setting that is the ID of the repository you are using a 
mirror of. For example, the ID of the main Maven Central repository included by 
default is <code>central</code>, so to use the different mirror instance, you 
would configure the following:</p>
 <div class="source"><pre class="prettyprint linenums">&lt;settings&gt;
   ...
   &lt;mirrors&gt;
     &lt;mirror&gt;
-      &lt;id&gt;UK&lt;/id&gt;
-      &lt;name&gt;UK Central&lt;/name&gt;
-      &lt;url&gt;http://uk.maven.org/maven2&lt;/url&gt;
+      &lt;id&gt;other-mirror&lt;/id&gt;
+      &lt;name&gt;Other Mirror Repository&lt;/name&gt;
+      &lt;url&gt;https://other-mirror.repo.other-company.com/maven2&lt;/url&gt;
       &lt;mirrorOf&gt;central&lt;/mirrorOf&gt;
     &lt;/mirror&gt;
   &lt;/mirrors&gt;
@@ -186,8 +186,8 @@ Robert Scholte" />
 &lt;/settings&gt;</pre></div>
 <p>Note that there can be at most one mirror for a given repository. In other 
words, you cannot map a single repository to a group of mirrors that all define 
the same <code>&lt;mirrorOf&gt;</code> value. Maven will not aggregate the 
mirrors but simply picks the first match. If you want to provide a combined 
view of several repositories, use a <a 
href="../../repository-management.html">repository manager</a> instead.</p>
 <p>The settings descriptor documentation can be found on the <a 
href="../../maven-settings/settings.html">Maven Local Settings Model 
Website</a>.</p>
-<p><b>Note</b>: The official Maven 2 repository is at 
<code>http://repo.maven.apache.org/maven2</code> hosted in the US, or 
<code>http://uk.maven.org/maven2</code> hosted in the UK. </p>
-<p>A list of known mirrors is available in the <a class="externalLink" 
href="http://repo.maven.apache.org/maven2/.meta/repository-metadata.xml";>Repository
 Metadata</a>. These mirrors may not have the same contents and we don't 
support them in any way.</p></section><section>
+<p><b>Note</b>: The official Maven repository is at 
<code>https://repo.maven.apache.org/maven2</code> hosted by the Sonatype 
Company and is distributed worldwide via CDN.</p>
+<p>A list of known mirrors is available in the <a class="externalLink" 
href="https://repo.maven.apache.org/maven2/.meta/repository-metadata.xml";>Repository
 Metadata</a>. These mirrors may not have the same contents and we don't 
support them in any way.</p></section><section>
 <h2><a name="Using_A_Single_Repository"></a>Using A Single Repository</h2>
 <p>You can force Maven to use a single repository by having it mirror all 
repository requests. The repository must contain all of the desired artifacts, 
or be able to proxy the requests to other repositories. This setting is most 
useful when using an internal company repository with a <a 
href="../../repository-management.html">Maven Repository Manager</a> to proxy 
external requests.</p>
 <p>To achieve this, set <code>mirrorOf</code> to <code>*</code>.</p>

Modified: maven/website/content/guides/mini/guide-multiple-modules.html
==============================================================================
--- maven/website/content/guides/mini/guide-multiple-modules.html (original)
+++ maven/website/content/guides/mini/guide-multiple-modules.html Wed Jan 15 
20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-multiple-modules.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-multiple-modules.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -42,7 +42,7 @@ Karl Heinz Marbaise" />
       <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 ">Guide to Working with Multiple Modules <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-multiple-modules.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-multiple-repositories.html
==============================================================================
--- maven/website/content/guides/mini/guide-multiple-repositories.html 
(original)
+++ maven/website/content/guides/mini/guide-multiple-repositories.html Wed Jan 
15 20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-multiple-repositories.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-multiple-repositories.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Guide to using Multiple Repositories <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-multiple-repositories.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-naming-conventions.html
==============================================================================
--- maven/website/content/guides/mini/guide-naming-conventions.html (original)
+++ maven/website/content/guides/mini/guide-naming-conventions.html Wed Jan 15 
20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-naming-conventions.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-naming-conventions.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Guide to Naming Conventions <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-naming-conventions.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-new-committers.html
==============================================================================
--- maven/website/content/guides/mini/guide-new-committers.html (original)
+++ maven/website/content/guides/mini/guide-new-committers.html Wed Jan 15 
20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-new-committers.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-new-committers.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Guide for new committers <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-new-committers.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-proxies.html
==============================================================================
--- maven/website/content/guides/mini/guide-proxies.html (original)
+++ maven/website/content/guides/mini/guide-proxies.html Wed Jan 15 20:46:35 
2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-proxies.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-proxies.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Guide to using proxies <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-proxies.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-releasing.html
==============================================================================
--- maven/website/content/guides/mini/guide-releasing.html (original)
+++ maven/website/content/guides/mini/guide-releasing.html Wed Jan 15 20:46:35 
2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-releasing.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-releasing.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -45,7 +45,7 @@ Karl Heinz Marbaise" />
       <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 ">Guide to using the release plugin <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-releasing.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-relocation.html
==============================================================================
--- maven/website/content/guides/mini/guide-relocation.html (original)
+++ maven/website/content/guides/mini/guide-relocation.html Wed Jan 15 20:46:35 
2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-relocation.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-relocation.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Guide to relocation <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-relocation.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-repository-ssl.html
==============================================================================
--- maven/website/content/guides/mini/guide-repository-ssl.html (original)
+++ maven/website/content/guides/mini/guide-repository-ssl.html Wed Jan 15 
20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-repository-ssl.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-repository-ssl.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Remote repository access through authenticated HTTPS 
<a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-repository-ssl.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-reproducible-builds.html
==============================================================================
--- maven/website/content/guides/mini/guide-reproducible-builds.html (original)
+++ maven/website/content/guides/mini/guide-reproducible-builds.html Wed Jan 15 
20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-reproducible-builds.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-reproducible-builds.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -41,7 +41,7 @@
       <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 ">Guide to Configuring for Reproducible Builds <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-reproducible-builds.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>

Modified: maven/website/content/guides/mini/guide-site.html
==============================================================================
--- maven/website/content/guides/mini/guide-site.html (original)
+++ maven/website/content/guides/mini/guide-site.html Wed Jan 15 20:46:35 2020
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-site.apt at 2020-01-12
+ | Generated by Apache Maven Doxia Site Renderer 1.9.1 from 
content/apt/guides/mini/guide-site.apt at 2020-01-15
  | Rendered using Apache Maven Fluido Skin 1.8
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -42,7 +42,7 @@ Jason van Zyl" />
       <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 ">Guide to creating a site <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/guides/mini/guide-site.apt";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-12</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2020-01-15</li>
       <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>


Reply via email to