You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by sv...@apache.org on 2020/04/19 22:43:10 UTC

svn commit: r1876735 [4/6] - in /maven/website/content: ./ apache-resource-bundles/ archives/maven-2.x/ background/ css/ developers/ developers/conventions/ developers/release/ developers/website/ docs/ docs/2.0.1/ docs/2.0.10/ docs/2.0.11/ docs/2.0.2/...

Modified: maven/website/content/fonts/glyphicons-halflings-regular.ttf
==============================================================================
Binary files - no diff available.

Modified: maven/website/content/fonts/glyphicons-halflings-regular.woff
==============================================================================
Binary files - no diff available.

Modified: maven/website/content/general.html
==============================================================================
--- maven/website/content/general.html (original)
+++ maven/website/content/general.html Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/fml/general.fml at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -9,10 +9,10 @@
     <meta name="viewport" content="width=device-width, initial-scale=1" />
     <meta name="generator" content="Apache Maven Doxia Site Renderer 1.9.1" />
     <title>Maven &#x2013; Frequently Asked Technical Questions</title>
-    <link rel="stylesheet" href="./css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="./js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -597,5 +597,9 @@ Where: &lt;path-to-file&gt;  the path to
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

Modified: maven/website/content/glossary.html
==============================================================================
--- maven/website/content/glossary.html (original)
+++ maven/website/content/glossary.html Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/markdown/glossary.md at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -9,10 +9,10 @@
     <meta name="viewport" content="width=device-width, initial-scale=1" />
     <meta name="generator" content="Apache Maven Doxia Site Renderer 1.9.1" />
     <title>Maven &#x2013; Glossary</title>
-    <link rel="stylesheet" href="./css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="./js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -207,5 +207,9 @@ sometimes be confusing for newcomers.
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

Modified: maven/website/content/guides/development/guide-building-maven.html
==============================================================================
--- maven/website/content/guides/development/guide-building-maven.html (original)
+++ maven/website/content/guides/development/guide-building-maven.html Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/development/guide-building-maven.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -12,10 +12,10 @@
 Jason van Zyl" />
     <meta name="date" content="2015-01-04" />
     <title>Maven &#x2013; Guide to Building Maven</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -175,5 +175,9 @@ Jason van Zyl" />
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

Modified: maven/website/content/guides/development/guide-committer-school.html
==============================================================================
--- maven/website/content/guides/development/guide-committer-school.html (original)
+++ maven/website/content/guides/development/guide-committer-school.html Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/development/guide-committer-school.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -13,10 +13,10 @@ Robert Scholte" />
     <meta name="date" content="2012-07-11
 2017-07-21" />
     <title>Maven &#x2013; Do you want to become a Maven Committer?</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -202,5 +202,9 @@ Thanks</pre></div></li></ol>
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

Modified: maven/website/content/guides/development/guide-documentation-style.html
==============================================================================
--- maven/website/content/guides/development/guide-documentation-style.html (original)
+++ maven/website/content/guides/development/guide-documentation-style.html Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/development/guide-documentation-style.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="Dennis Lundberg" />
     <meta name="date" content="2008-07-12" />
     <title>Maven &#x2013; Guide To Maven Documentation Style</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -184,5 +184,9 @@
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

Modified: maven/website/content/guides/development/guide-helping.html
==============================================================================
--- maven/website/content/guides/development/guide-helping.html (original)
+++ maven/website/content/guides/development/guide-helping.html Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/development/guide-helping.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -13,10 +13,10 @@ Jason van Zyl" />
     <meta name="date" content="2008-07-03
 2015-06-16" />
     <title>Maven &#x2013; Guide to helping with Maven</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -183,5 +183,9 @@ Jason van Zyl" />
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

Modified: maven/website/content/guides/development/guide-maven-development.html
==============================================================================
--- maven/website/content/guides/development/guide-maven-development.html (original)
+++ maven/website/content/guides/development/guide-maven-development.html Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/development/guide-maven-development.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -14,10 +14,10 @@ Brett Porter
 Maarten Mulders" />
     <meta name="date" content="2019-06-04" />
     <title>Maven &#x2013; Guide to Developing Maven</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -211,5 +211,9 @@ Maarten Mulders" />
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

Modified: maven/website/content/guides/development/guide-plugin-documentation.html
==============================================================================
--- maven/website/content/guides/development/guide-plugin-documentation.html (original)
+++ maven/website/content/guides/development/guide-plugin-documentation.html Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/development/guide-plugin-documentation.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="Maven Team" />
     <meta name="date" content="2006-07-06" />
     <title>Maven &#x2013; Guide to the Plugin Documentation Standard</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -393,5 +393,9 @@ Plugin Name
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

Modified: maven/website/content/guides/development/guide-testing-development-plugins.html
==============================================================================
--- maven/website/content/guides/development/guide-testing-development-plugins.html (original)
+++ maven/website/content/guides/development/guide-testing-development-plugins.html Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/development/guide-testing-development-plugins.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="Brett Porter" />
     <meta name="date" content="2009-08-02" />
     <title>Maven &#x2013; Guide to Testing Development Versions of Plugins</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -214,5 +214,9 @@
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

Modified: maven/website/content/guides/development/guide-testing-releases.html
==============================================================================
--- maven/website/content/guides/development/guide-testing-releases.html (original)
+++ maven/website/content/guides/development/guide-testing-releases.html Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/development/guide-testing-releases.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="Maven Team" />
     <meta name="date" content="2007-12-21" />
     <title>Maven &#x2013; Guide to Testing Staged Releases</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -207,5 +207,9 @@
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/getting-started/index.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -12,10 +12,10 @@
 Vincent Siveton" />
     <meta name="date" content="2006-11-01" />
     <title>Maven &#x2013; Maven Getting Started Guide</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -908,5 +908,9 @@ command.line.prop=${command.line.prop}</
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!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-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="Eric Redmond" />
     <meta name="date" content="2008-01-01" />
     <title>Maven &#x2013; Maven in 5 Minutes</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -281,5 +281,9 @@ OS name: &quot;windows 10&quot;, version
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/getting-started/windows-prerequisites.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="Benson Margulies" />
     <meta name="date" content="2012-07-01" />
     <title>Maven &#x2013; Maven on Windows</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -149,5 +149,9 @@
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

Modified: maven/website/content/guides/index.html
==============================================================================
--- maven/website/content/guides/index.html (original)
+++ maven/website/content/guides/index.html Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/index.apt.vm at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -12,10 +12,10 @@
 Eric Redmond" />
     <meta name="date" content="2009-08-01" />
     <title>Maven &#x2013; Maven Documentation</title>
-    <link rel="stylesheet" href="../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -244,5 +244,9 @@ Eric Redmond" />
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/introduction/introduction-to-archetypes.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="Jason van Zyl" />
     <meta name="date" content="2009-08-26" />
     <title>Maven &#x2013; Introduction to Archetypes</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -204,5 +204,9 @@
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/introduction/introduction-to-dependency-mechanism.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -14,10 +14,10 @@ Karl Heinz Marbaise" />
     <meta name="date" content="2005-10-12
 2016-06-17" />
     <title>Maven &#x2013; Introduction to the Dependency Mechanism</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -764,5 +764,9 @@ Karl Heinz Marbaise" />
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!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-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="Allan Ramirez" />
     <meta name="date" content="2006-01-23" />
     <title>Maven &#x2013; Optional Dependencies and Dependency Exclusions</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -309,5 +309,9 @@ Project-A
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!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-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="John Casey" />
     <meta name="date" content="2009-08-01" />
     <title>Maven &#x2013; Introduction to Plugin Prefix Resolution</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -205,5 +205,9 @@
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/introduction/introduction-to-plugins.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="John Casey" />
     <meta name="date" content="2005-06-24" />
     <title>Maven &#x2013; Introduction to Maven Plugin Development</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -162,5 +162,9 @@
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/introduction/introduction-to-profiles.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="John Casey/Allan Ramirez" />
     <meta name="date" content="2008-01-01" />
     <title>Maven &#x2013; Introduction to build profiles</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -469,5 +469,9 @@ mvn groupId:artifactId:goal -Ddebug=fals
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/introduction/introduction-to-repositories.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -12,10 +12,10 @@
 Brian Fox" />
     <meta name="date" content="2008-05-13" />
     <title>Maven &#x2013; Introduction to Repositories</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -210,5 +210,9 @@ Brian Fox" />
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/introduction/introduction-to-the-lifecycle.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -12,10 +12,10 @@
     <meta name="date" content="2006-06-16
 2015-04-04" />
     <title>Maven &#x2013; Introduction to the Build Lifecycle</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -522,5 +522,9 @@
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/introduction/introduction-to-the-pom.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -13,10 +13,10 @@ Franz Allan Valencia See
 Brett Porter" />
     <meta name="date" content="2009-02-04" />
     <title>Maven &#x2013; Introduction to the POM</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -582,5 +582,9 @@ Brett Porter" />
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!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-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="Jason van Zyl" />
     <meta name="date" content="2014-03-09" />
     <title>Maven &#x2013; Introduction to the Standard Directory Layout</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -206,5 +206,9 @@
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!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-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -12,10 +12,10 @@
 Robert Scholte" />
     <meta name="date" content="2013-07-13" />
     <title>Maven &#x2013; Guide to installing 3rd party JARs</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -172,5 +172,9 @@ mvn org.apache.maven.plugins:maven-insta
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!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-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="Allan Ramirez" />
     <meta name="date" content="2006-02-22" />
     <title>Maven &#x2013; Guide to deploying 3rd party JARs to remote repository</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -181,5 +181,9 @@
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/mini/guide-archive-configuration.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="Brett Porter" />
     <meta name="date" content="2006-06-21" />
     <title>Maven &#x2013; Guide to Configuring Archive Plugins</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -201,5 +201,9 @@
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/mini/guide-assemblies.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="Jason van Zyl" />
     <meta name="date" content="2005-10-12" />
     <title>Maven &#x2013; Guide to Creating Assemblies</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -312,5 +312,9 @@
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/mini/guide-attached-tests.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="Jason van Zyl" />
     <meta name="date" content="2005-10-12" />
     <title>Maven &#x2013; Guide to using attached tests</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -186,5 +186,9 @@ mvn deploy
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/mini/guide-bash-m2-completion.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -13,10 +13,10 @@ Jason van Zyl
 Karl Heinz Marbaise" />
     <meta name="date" content="2016-01-24" />
     <title>Maven &#x2013; Guide to Maven auto completion using BASH</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -140,5 +140,9 @@ Karl Heinz Marbaise" />
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!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-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="Trygve Laugstøl" />
     <meta name="date" content="2006-01-01" />
     <title>Maven &#x2013; Building For Different Environments</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -263,5 +263,9 @@ src/
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!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-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="John Casey" />
     <meta name="date" content="2009-08-02" />
     <title>Maven &#x2013; Guide to Building JDK 1.4 Projects Using JDK 1.5</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -228,5 +228,9 @@
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/mini/guide-configuring-maven.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="Brett Porter" />
     <meta name="date" content="2005-04-12" />
     <title>Maven &#x2013; Guide to Configuring Maven</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -244,5 +244,9 @@
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/mini/guide-configuring-plugins.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -12,10 +12,10 @@
 Vincent Siveton" />
     <meta name="date" content="2009-08-26" />
     <title>Maven &#x2013; Guide to Configuring Plug-ins</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -596,5 +596,9 @@ public class MyBoundQueryMojo
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/mini/guide-creating-archetypes.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="Jason van Zyl, Alexander Hars, Franz Allan Valencia See" />
     <meta name="date" content="2010-04-10" />
     <title>Maven &#x2013; Guide to Creating Archetypes</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -281,5 +281,9 @@ mvn archetype:generate
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/mini/guide-default-execution-ids.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="John Casey" />
     <meta name="date" content="2009-06-10" />
     <title>Maven &#x2013; Guide to Configuring Default Mojo Executions</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -284,5 +284,9 @@
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/mini/guide-deployment-security-settings.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="Jason van Zyl" />
     <meta name="date" content="2005-10-12" />
     <title>Maven &#x2013; Guide to Deployment and Security Settings</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -200,5 +200,9 @@
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/mini/guide-encryption.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -12,10 +12,10 @@
 Robert Scholte" />
     <meta name="date" content="2014-03-23" />
     <title>Maven &#x2013; Password Encryption</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -285,5 +285,9 @@ Robert Scholte" />
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/mini/guide-generating-sources.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -13,10 +13,10 @@ Karl Heinz Marbaise" />
     <meta name="date" content="2005-10-12
 2016-06-11" />
     <title>Maven &#x2013; Guide to generating Sources</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -204,5 +204,9 @@ Karl Heinz Marbaise" />
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/mini/guide-http-settings.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="John Casey" />
     <meta name="date" content="2011-12-12" />
     <title>Maven &#x2013; Guide to Advanced HTTP Wagon Configuration</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -460,5 +460,9 @@ problems with HTTP servers and proxies t
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/mini/guide-manifest.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -12,10 +12,10 @@
 Dennis Lundberg" />
     <meta name="date" content="2010-08-19" />
     <title>Maven &#x2013; Guide to Working with Manifests</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -178,5 +178,9 @@ Dennis Lundberg" />
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/mini/guide-maven-classloading.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -12,10 +12,10 @@
 Anders Kristian Andersen" />
     <meta name="date" content="2008-12-10" />
     <title>Maven &#x2013; Guide to Maven Classloading</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -217,5 +217,9 @@ Anders Kristian Andersen" />
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/mini/guide-mirror-settings.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -13,10 +13,10 @@ Brian Fox
 Robert Scholte" />
     <meta name="date" content="2015-01-02" />
     <title>Maven &#x2013; Guide to Mirror Settings</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -256,5 +256,9 @@ Robert Scholte" />
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/mini/guide-multiple-modules.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -12,10 +12,10 @@
 Karl Heinz Marbaise" />
     <meta name="date" content="2015-03-13" />
     <title>Maven &#x2013; Guide to Working with Multiple Modules</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -208,5 +208,9 @@ Karl Heinz Marbaise" />
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/mini/guide-multiple-repositories.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="Jason van Zyl" />
     <meta name="date" content="2005-10-12" />
     <title>Maven &#x2013; Guide to using Multiple Repositories</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -228,5 +228,9 @@ mvn -Pmyprofile ...
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/mini/guide-naming-conventions.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="Carlos Sanchez" />
     <meta name="date" content="2005-11-01" />
     <title>Maven &#x2013; Guide to Naming Conventions</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -147,5 +147,9 @@
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/mini/guide-new-committers.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="Jason van Zyl" />
     <meta name="date" content="2005-11-20" />
     <title>Maven &#x2013; Guide for new committers</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -141,5 +141,9 @@
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/mini/guide-proxies.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="Jason van Zyl" />
     <meta name="date" content="2005-10-12" />
     <title>Maven &#x2013; Guide to using proxies</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -203,5 +203,9 @@
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/mini/guide-releasing.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -15,10 +15,10 @@ Karl Heinz Marbaise" />
     <meta name="date" content="2006-10-07
 2015-07-31" />
     <title>Maven &#x2013; Guide to using the release plugin</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -347,5 +347,9 @@ checkpoint.check-in-development-version=
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/mini/guide-relocation.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="Dennis Lundberg" />
     <meta name="date" content="2006-07-08" />
     <title>Maven &#x2013; Guide to relocation</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -203,5 +203,9 @@
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/mini/guide-repository-ssl.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="Arnaud Bailly" />
     <meta name="date" content="2005-11-11" />
     <title>Maven &#x2013; Remote repository access through authenticated HTTPS</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -225,5 +225,9 @@ $&gt;</pre></div>
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/mini/guide-reproducible-builds.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -11,10 +11,10 @@
     <meta name="author" content="Hervé Boutemy" />
     <meta name="date" content="2019-11-03" />
     <title>Maven &#x2013; Guide to Configuring for Reproducible Builds</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -265,5 +265,9 @@
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file

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 Sun Apr 19 22:43:08 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
  | Generated by Apache Maven Doxia Site Renderer 1.9.1 from content/apt/guides/mini/guide-site.apt at 2020-04-19
- | Rendered using Apache Maven Fluido Skin 1.9
+ | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
@@ -9,10 +9,10 @@
     <meta name="viewport" content="width=device-width, initial-scale=1" />
     <meta name="generator" content="Apache Maven Doxia Site Renderer 1.9.1" />
     <title>Maven &#x2013; </title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.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>
+    <script src="../../js/apache-maven-fluido-1.9.1-SNAPSHOT.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -316,5 +316,9 @@
         </div>
       </div>
     </footer>
+<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
+<script>
+  anchors.add();
+</script>
   </body>
 </html>
\ No newline at end of file