You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by kh...@apache.org on 2022/04/01 21:26:53 UTC

svn commit: r1899498 [23/41] - in /maven/website/components/plugins-archives/maven-clean-plugin-LATEST: ./ apidocs/ apidocs/jquery/ apidocs/jquery/external/jquery/ apidocs/jquery/images/ apidocs/jquery/jszip/dist/ apidocs/org/apache/maven/plugins/clean...

Modified: maven/website/components/plugins-archives/maven-clean-plugin-LATEST/testapidocs/help-doc.html
==============================================================================
--- maven/website/components/plugins-archives/maven-clean-plugin-LATEST/testapidocs/help-doc.html (original)
+++ maven/website/components/plugins-archives/maven-clean-plugin-LATEST/testapidocs/help-doc.html Fri Apr  1 21:26:51 2022
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE HTML>
 <!-- NewPage -->
 <html lang="en">
 <head>
 <!-- Generated by javadoc -->
-<title>API Help (Apache Maven Clean Plugin 3.1.0 Test API)</title>
+<title>API Help (Apache Maven Clean Plugin 3.2.0 Test API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
@@ -13,30 +13,34 @@
 <!--[if IE]>
 <script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
 <![endif]-->
-<script type="text/javascript" src="jquery/jquery-1.10.2.js"></script>
+<script type="text/javascript" src="jquery/jquery-3.5.1.js"></script>
 <script type="text/javascript" src="jquery/jquery-ui.js"></script>
 </head>
 <body>
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="API Help (Apache Maven Clean Plugin 3.1.0 Test API)";
+            parent.document.title="API Help (Apache Maven Clean Plugin 3.2.0 Test API)";
         }
     }
     catch(err) {
     }
 //-->
-var pathtoroot = "./";loadScripts(document, 'script');</script>
+var pathtoroot = "./";
+var useModuleDirectories = true;
+loadScripts(document, 'script');</script>
 <noscript>
 <div>JavaScript is disabled on your browser.</div>
 </noscript>
+<header role="banner">
+<nav role="navigation">
 <div class="fixedNav">
 <!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
+<div class="topNav"><a id="navbar.top">
 <!--   -->
 </a>
 <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
+<a id="navbar.top.firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -50,21 +54,13 @@ var pathtoroot = "./";loadScripts(docume
 </ul>
 </div>
 <div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
-<li><a href="help-doc.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
 <ul class="navList" id="allclasses_navbar_top">
-<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+<li><a href="allclasses.html">All&nbsp;Classes</a></li>
 </ul>
 <ul class="navListSearch">
-<li><span>SEARCH:&nbsp;</span>
-<input type="text" id="search" value=" " disabled="disabled">
-<input type="reset" id="reset" value=" " disabled="disabled">
+<li><label for="search">SEARCH:</label>
+<input type="text" id="search" value="search" disabled="disabled">
+<input type="reset" id="reset" value="reset" disabled="disabled">
 </li>
 </ul>
 <div>
@@ -82,12 +78,19 @@ var pathtoroot = "./";loadScripts(docume
 <div>JavaScript is disabled on your browser.</div>
 </noscript>
 </div>
-<a name="skip.navbar.top">
+<a id="skip.navbar.top">
 <!--   -->
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
 </div>
 <div class="navPadding">&nbsp;</div>
+<script type="text/javascript"><!--
+$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
+//-->
+</script>
+</nav>
+</header>
+<main role="main">
 <div class="header">
 <h1 class="title">How This API Document Is Organized</h1>
 <div class="subTitle">This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.</div>
@@ -95,110 +98,138 @@ var pathtoroot = "./";loadScripts(docume
 <div class="contentContainer">
 <ul class="blockList">
 <li class="blockList">
+<section role="region">
 <h2>Package</h2>
-<p>Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:</p>
+<p>Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain six categories:</p>
 <ul>
-<li>Interfaces (italic)</li>
+<li>Interfaces</li>
 <li>Classes</li>
 <li>Enums</li>
 <li>Exceptions</li>
 <li>Errors</li>
 <li>Annotation Types</li>
 </ul>
+</section>
 </li>
 <li class="blockList">
-<h2>Class/Interface</h2>
+<section role="region">
+<h2>Class or Interface</h2>
 <p>Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:</p>
 <ul>
-<li>Class inheritance diagram</li>
+<li>Class Inheritance Diagram</li>
 <li>Direct Subclasses</li>
 <li>All Known Subinterfaces</li>
 <li>All Known Implementing Classes</li>
-<li>Class/interface declaration</li>
-<li>Class/interface description</li>
+<li>Class or Interface Declaration</li>
+<li>Class or Interface Description</li>
 </ul>
+<br>
 <ul>
 <li>Nested Class Summary</li>
 <li>Field Summary</li>
+<li>Property Summary</li>
 <li>Constructor Summary</li>
 <li>Method Summary</li>
 </ul>
+<br>
 <ul>
 <li>Field Detail</li>
+<li>Property Detail</li>
 <li>Constructor Detail</li>
 <li>Method Detail</li>
 </ul>
 <p>Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</p>
+</section>
 </li>
 <li class="blockList">
+<section role="region">
 <h2>Annotation Type</h2>
 <p>Each annotation type has its own separate page with the following sections:</p>
 <ul>
-<li>Annotation Type declaration</li>
-<li>Annotation Type description</li>
+<li>Annotation Type Declaration</li>
+<li>Annotation Type Description</li>
 <li>Required Element Summary</li>
 <li>Optional Element Summary</li>
 <li>Element Detail</li>
 </ul>
+</section>
 </li>
 <li class="blockList">
+<section role="region">
 <h2>Enum</h2>
 <p>Each enum has its own separate page with the following sections:</p>
 <ul>
-<li>Enum declaration</li>
-<li>Enum description</li>
+<li>Enum Declaration</li>
+<li>Enum Description</li>
 <li>Enum Constant Summary</li>
 <li>Enum Constant Detail</li>
 </ul>
+</section>
 </li>
 <li class="blockList">
+<section role="region">
 <h2>Use</h2>
-<p>Each documented package, class and interface has its own Use page.  This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A.  You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.</p>
+<p>Each documented package, class and interface has its own Use page.  This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its "Use" page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A.  You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.</p>
+</section>
 </li>
 <li class="blockList">
+<section role="region">
 <h2>Tree (Class Hierarchy)</h2>
-<p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.</p>
+<p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with <code>java.lang.Object</code>. Interfaces do not inherit from <code>java.lang.Object</code>.</p>
 <ul>
 <li>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.</li>
-<li>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</li>
+<li>When viewing a particular package, class or interface page, clicking on "Tree" displays the hierarchy for only that package.</li>
 </ul>
+</section>
 </li>
 <li class="blockList">
+<section role="region">
 <h2>Deprecated API</h2>
 <p>The <a href="deprecated-list.html">Deprecated API</a> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</p>
+</section>
 </li>
 <li class="blockList">
+<section role="region">
 <h2>Index</h2>
-<p>The <a href="index-all.html">Index</a> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</p>
-</li>
-<li class="blockList">
-<h2>Prev/Next</h2>
-<p>These links take you to the next or previous class, interface, package, or related page.</p>
+<p>The <a href="index-all.html">Index</a> contains an alphabetic index of all classes, interfaces, constructors, methods, and fields, as well as lists of all packages and all classes.</p>
+</section>
 </li>
 <li class="blockList">
-<h2>Frames/No Frames</h2>
-<p>These links show and hide the HTML frames.  All pages are available with or without frames.</p>
-</li>
-<li class="blockList">
-<h2>All Classes</h2>
-<p>The <a href="allclasses-noframe.html">All Classes</a> link shows all classes and interfaces except non-static nested types.</p>
+<section role="region">
+<h2>All&nbsp;Classes</h2>
+<p>The <a href="allclasses.html">All Classes</a> link shows all classes and interfaces except non-static nested types.</p>
+</section>
 </li>
 <li class="blockList">
+<section role="region">
 <h2>Serialized Form</h2>
 <p>Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.</p>
+</section>
 </li>
 <li class="blockList">
+<section role="region">
 <h2>Constant Field Values</h2>
 <p>The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.</p>
+</section>
+</li>
+<li class="blockList">
+<section role="region">
+<h2>Search</h2>
+<p>You can search for definitions of modules, packages, types, fields, methods and other terms defined in the API, using some or all of the name. "Camel-case" abbreviations are supported: for example, "InpStr" will find "InputStream" and "InputStreamReader".</p>
+</section>
 </li>
 </ul>
-<span class="emphasizedPhrase">This help file applies to API documentation generated using the standard doclet.</span></div>
+<hr>
+<span class="emphasizedPhrase">This help file applies to API documentation generated by the standard doclet.</span></div>
+</main>
+<footer role="contentinfo">
+<nav role="navigation">
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
+<div class="bottomNav"><a id="navbar.bottom">
 <!--   -->
 </a>
 <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
+<a id="navbar.bottom.firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -212,16 +243,8 @@ var pathtoroot = "./";loadScripts(docume
 </ul>
 </div>
 <div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
-<li><a href="help-doc.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
 <ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+<li><a href="allclasses.html">All&nbsp;Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -238,10 +261,12 @@ var pathtoroot = "./";loadScripts(docume
 <div>JavaScript is disabled on your browser.</div>
 </noscript>
 </div>
-<a name="skip.navbar.bottom">
+<a id="skip.navbar.bottom">
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+</nav>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+</footer>
 </body>
 </html>
\ No newline at end of file

Modified: maven/website/components/plugins-archives/maven-clean-plugin-LATEST/testapidocs/index-all.html
==============================================================================
--- maven/website/components/plugins-archives/maven-clean-plugin-LATEST/testapidocs/index-all.html (original)
+++ maven/website/components/plugins-archives/maven-clean-plugin-LATEST/testapidocs/index-all.html Fri Apr  1 21:26:51 2022
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE HTML>
 <!-- NewPage -->
 <html lang="en">
 <head>
 <!-- Generated by javadoc -->
-<title>Index (Apache Maven Clean Plugin 3.1.0 Test API)</title>
+<title>Index (Apache Maven Clean Plugin 3.2.0 Test API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
@@ -13,30 +13,34 @@
 <!--[if IE]>
 <script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
 <![endif]-->
-<script type="text/javascript" src="jquery/jquery-1.10.2.js"></script>
+<script type="text/javascript" src="jquery/jquery-3.5.1.js"></script>
 <script type="text/javascript" src="jquery/jquery-ui.js"></script>
 </head>
 <body>
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Index (Apache Maven Clean Plugin 3.1.0 Test API)";
+            parent.document.title="Index (Apache Maven Clean Plugin 3.2.0 Test API)";
         }
     }
     catch(err) {
     }
 //-->
-var pathtoroot = "./";loadScripts(document, 'script');</script>
+var pathtoroot = "./";
+var useModuleDirectories = true;
+loadScripts(document, 'script');</script>
 <noscript>
 <div>JavaScript is disabled on your browser.</div>
 </noscript>
+<header role="banner">
+<nav role="navigation">
 <div class="fixedNav">
 <!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
+<div class="topNav"><a id="navbar.top">
 <!--   -->
 </a>
 <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
+<a id="navbar.top.firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -50,21 +54,13 @@ var pathtoroot = "./";loadScripts(docume
 </ul>
 </div>
 <div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
-<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
 <ul class="navList" id="allclasses_navbar_top">
-<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+<li><a href="allclasses.html">All&nbsp;Classes</a></li>
 </ul>
 <ul class="navListSearch">
-<li><span>SEARCH:&nbsp;</span>
-<input type="text" id="search" value=" " disabled="disabled">
-<input type="reset" id="reset" value=" " disabled="disabled">
+<li><label for="search">SEARCH:</label>
+<input type="text" id="search" value="search" disabled="disabled">
+<input type="reset" id="reset" value="reset" disabled="disabled">
 </li>
 </ul>
 <div>
@@ -82,13 +78,20 @@ var pathtoroot = "./";loadScripts(docume
 <div>JavaScript is disabled on your browser.</div>
 </noscript>
 </div>
-<a name="skip.navbar.top">
+<a id="skip.navbar.top">
 <!--   -->
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
 </div>
 <div class="navPadding">&nbsp;</div>
-<div class="contentContainer"><a href="#I:C">C</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a name="I:C">
+<script type="text/javascript"><!--
+$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
+//-->
+</script>
+</nav>
+</header>
+<main role="main">
+<div class="contentContainer"><a href="#I:C">C</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="allpackages-index.html">All&nbsp;Packages</a><a id="I:C">
 <!--   -->
 </a>
 <h2 class="title">C</h2>
@@ -97,14 +100,14 @@ var pathtoroot = "./";loadScripts(docume
 <dd>
 <div class="block">Test the clean mojo.</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/maven/plugins/clean/CleanMojoTest.html#CleanMojoTest--">CleanMojoTest()</a></span> - Constructor for class org.apache.maven.plugins.clean.<a href="org/apache/maven/plugins/clean/CleanMojoTest.html" title="class in org.apache.maven.plugins.clean">CleanMojoTest</a></dt>
+<dt><span class="memberNameLink"><a href="org/apache/maven/plugins/clean/CleanMojoTest.html#%3Cinit%3E()">CleanMojoTest()</a></span> - Constructor for class org.apache.maven.plugins.clean.<a href="org/apache/maven/plugins/clean/CleanMojoTest.html" title="class in org.apache.maven.plugins.clean">CleanMojoTest</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="memberNameLink"><a href="org/apache/maven/plugins/clean/Utils.html#createSymlink-java.io.File-java.io.File-">createSymlink(File, File)</a></span> - Static method in class org.apache.maven.plugins.clean.<a href="org/apache/maven/plugins/clean/Utils.html" title="class in org.apache.maven.plugins.clean">Utils</a></dt>
+<dt><span class="memberNameLink"><a href="org/apache/maven/plugins/clean/Utils.html#createSymlink(java.io.File,java.io.File)">createSymlink(File, File)</a></span> - Static method in class org.apache.maven.plugins.clean.<a href="org/apache/maven/plugins/clean/Utils.html" title="class in org.apache.maven.plugins.clean">Utils</a></dt>
 <dd>
 <div class="block">Creates a symbolic link.</div>
 </dd>
 </dl>
-<a name="I:O">
+<a id="I:O">
 <!--   -->
 </a>
 <h2 class="title">O</h2>
@@ -112,54 +115,46 @@ var pathtoroot = "./";loadScripts(docume
 <dt><a href="org/apache/maven/plugins/clean/package-summary.html">org.apache.maven.plugins.clean</a> - package org.apache.maven.plugins.clean</dt>
 <dd>&nbsp;</dd>
 </dl>
-<a name="I:S">
-<!--   -->
-</a>
-<h2 class="title">S</h2>
-<dl>
-<dt><span class="memberNameLink"><a href="org/apache/maven/plugins/clean/CleanMojoTest.html#setUp--">setUp()</a></span> - Method in class org.apache.maven.plugins.clean.<a href="org/apache/maven/plugins/clean/CleanMojoTest.html" title="class in org.apache.maven.plugins.clean">CleanMojoTest</a></dt>
-</dl>
-<a name="I:T">
+<a id="I:T">
 <!--   -->
 </a>
 <h2 class="title">T</h2>
 <dl>
-<dt><span class="memberNameLink"><a href="org/apache/maven/plugins/clean/CleanMojoTest.html#tearDown--">tearDown()</a></span> - Method in class org.apache.maven.plugins.clean.<a href="org/apache/maven/plugins/clean/CleanMojoTest.html" title="class in org.apache.maven.plugins.clean">CleanMojoTest</a></dt>
-<dt><span class="memberNameLink"><a href="org/apache/maven/plugins/clean/CleanMojoTest.html#testBasicClean--">testBasicClean()</a></span> - Method in class org.apache.maven.plugins.clean.<a href="org/apache/maven/plugins/clean/CleanMojoTest.html" title="class in org.apache.maven.plugins.clean">CleanMojoTest</a></dt>
+<dt><span class="memberNameLink"><a href="org/apache/maven/plugins/clean/CleanMojoTest.html#testBasicClean()">testBasicClean()</a></span> - Method in class org.apache.maven.plugins.clean.<a href="org/apache/maven/plugins/clean/CleanMojoTest.html" title="class in org.apache.maven.plugins.clean">CleanMojoTest</a></dt>
 <dd>
 <div class="block">Tests the simple removal of directories</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/maven/plugins/clean/CleanMojoTest.html#testCleanEmptyDirectories--">testCleanEmptyDirectories()</a></span> - Method in class org.apache.maven.plugins.clean.<a href="org/apache/maven/plugins/clean/CleanMojoTest.html" title="class in org.apache.maven.plugins.clean">CleanMojoTest</a></dt>
+<dt><span class="memberNameLink"><a href="org/apache/maven/plugins/clean/CleanMojoTest.html#testCleanEmptyDirectories()">testCleanEmptyDirectories()</a></span> - Method in class org.apache.maven.plugins.clean.<a href="org/apache/maven/plugins/clean/CleanMojoTest.html" title="class in org.apache.maven.plugins.clean">CleanMojoTest</a></dt>
 <dd>
 <div class="block">Tests that no exception is thrown when all internal variables are empty and that it doesn't
  just remove whats there</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/maven/plugins/clean/CleanMojoTest.html#testCleanInvalidDirectory--">testCleanInvalidDirectory()</a></span> - Method in class org.apache.maven.plugins.clean.<a href="org/apache/maven/plugins/clean/CleanMojoTest.html" title="class in org.apache.maven.plugins.clean">CleanMojoTest</a></dt>
+<dt><span class="memberNameLink"><a href="org/apache/maven/plugins/clean/CleanMojoTest.html#testCleanInvalidDirectory()">testCleanInvalidDirectory()</a></span> - Method in class org.apache.maven.plugins.clean.<a href="org/apache/maven/plugins/clean/CleanMojoTest.html" title="class in org.apache.maven.plugins.clean">CleanMojoTest</a></dt>
 <dd>
 <div class="block">Tests the removal of a directory as file</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/maven/plugins/clean/CleanMojoTest.html#testCleanLockedFile--">testCleanLockedFile()</a></span> - Method in class org.apache.maven.plugins.clean.<a href="org/apache/maven/plugins/clean/CleanMojoTest.html" title="class in org.apache.maven.plugins.clean">CleanMojoTest</a></dt>
+<dt><span class="memberNameLink"><a href="org/apache/maven/plugins/clean/CleanMojoTest.html#testCleanLockedFile()">testCleanLockedFile()</a></span> - Method in class org.apache.maven.plugins.clean.<a href="org/apache/maven/plugins/clean/CleanMojoTest.html" title="class in org.apache.maven.plugins.clean">CleanMojoTest</a></dt>
 <dd>
 <div class="block">Test the removal of a locked file on Windows systems.</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/maven/plugins/clean/CleanMojoTest.html#testCleanLockedFileWithNoError--">testCleanLockedFileWithNoError()</a></span> - Method in class org.apache.maven.plugins.clean.<a href="org/apache/maven/plugins/clean/CleanMojoTest.html" title="class in org.apache.maven.plugins.clean">CleanMojoTest</a></dt>
+<dt><span class="memberNameLink"><a href="org/apache/maven/plugins/clean/CleanMojoTest.html#testCleanLockedFileWithNoError()">testCleanLockedFileWithNoError()</a></span> - Method in class org.apache.maven.plugins.clean.<a href="org/apache/maven/plugins/clean/CleanMojoTest.html" title="class in org.apache.maven.plugins.clean">CleanMojoTest</a></dt>
 <dd>
 <div class="block">Test the removal of a locked file on Windows systems.</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/maven/plugins/clean/CleanMojoTest.html#testCleanNestedStructure--">testCleanNestedStructure()</a></span> - Method in class org.apache.maven.plugins.clean.<a href="org/apache/maven/plugins/clean/CleanMojoTest.html" title="class in org.apache.maven.plugins.clean">CleanMojoTest</a></dt>
+<dt><span class="memberNameLink"><a href="org/apache/maven/plugins/clean/CleanMojoTest.html#testCleanNestedStructure()">testCleanNestedStructure()</a></span> - Method in class org.apache.maven.plugins.clean.<a href="org/apache/maven/plugins/clean/CleanMojoTest.html" title="class in org.apache.maven.plugins.clean">CleanMojoTest</a></dt>
 <dd>
 <div class="block">Tests the removal of files and nested directories</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/maven/plugins/clean/CleanMojoTest.html#testFilesetsClean--">testFilesetsClean()</a></span> - Method in class org.apache.maven.plugins.clean.<a href="org/apache/maven/plugins/clean/CleanMojoTest.html" title="class in org.apache.maven.plugins.clean">CleanMojoTest</a></dt>
+<dt><span class="memberNameLink"><a href="org/apache/maven/plugins/clean/CleanMojoTest.html#testFilesetsClean()">testFilesetsClean()</a></span> - Method in class org.apache.maven.plugins.clean.<a href="org/apache/maven/plugins/clean/CleanMojoTest.html" title="class in org.apache.maven.plugins.clean">CleanMojoTest</a></dt>
 <dd>
 <div class="block">Tests the removal of files using fileset</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/maven/plugins/clean/CleanMojoTest.html#testMissingDirectory--">testMissingDirectory()</a></span> - Method in class org.apache.maven.plugins.clean.<a href="org/apache/maven/plugins/clean/CleanMojoTest.html" title="class in org.apache.maven.plugins.clean">CleanMojoTest</a></dt>
+<dt><span class="memberNameLink"><a href="org/apache/maven/plugins/clean/CleanMojoTest.html#testMissingDirectory()">testMissingDirectory()</a></span> - Method in class org.apache.maven.plugins.clean.<a href="org/apache/maven/plugins/clean/CleanMojoTest.html" title="class in org.apache.maven.plugins.clean">CleanMojoTest</a></dt>
 <dd>
 <div class="block">Tests the removal of a missing directory</div>
 </dd>
 </dl>
-<a name="I:U">
+<a id="I:U">
 <!--   -->
 </a>
 <h2 class="title">U</h2>
@@ -168,16 +163,19 @@ var pathtoroot = "./";loadScripts(docume
 <dd>
 <div class="block">Testing helpers for the IT scripts.</div>
 </dd>
-<dt><span class="memberNameLink"><a href="org/apache/maven/plugins/clean/Utils.html#Utils--">Utils()</a></span> - Constructor for class org.apache.maven.plugins.clean.<a href="org/apache/maven/plugins/clean/Utils.html" title="class in org.apache.maven.plugins.clean">Utils</a></dt>
+<dt><span class="memberNameLink"><a href="org/apache/maven/plugins/clean/Utils.html#%3Cinit%3E()">Utils()</a></span> - Constructor for class org.apache.maven.plugins.clean.<a href="org/apache/maven/plugins/clean/Utils.html" title="class in org.apache.maven.plugins.clean">Utils</a></dt>
 <dd>&nbsp;</dd>
 </dl>
-<a href="#I:C">C</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;</div>
+<a href="#I:C">C</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="allpackages-index.html">All&nbsp;Packages</a></div>
+</main>
+<footer role="contentinfo">
+<nav role="navigation">
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
+<div class="bottomNav"><a id="navbar.bottom">
 <!--   -->
 </a>
 <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
+<a id="navbar.bottom.firstrow">
 <!--   -->
 </a>
 <ul class="navList" title="Navigation">
@@ -191,16 +189,8 @@ var pathtoroot = "./";loadScripts(docume
 </ul>
 </div>
 <div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
-<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
 <ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+<li><a href="allclasses.html">All&nbsp;Classes</a></li>
 </ul>
 <div>
 <script type="text/javascript"><!--
@@ -217,10 +207,12 @@ var pathtoroot = "./";loadScripts(docume
 <div>JavaScript is disabled on your browser.</div>
 </noscript>
 </div>
-<a name="skip.navbar.bottom">
+<a id="skip.navbar.bottom">
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+</nav>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+</footer>
 </body>
 </html>
\ No newline at end of file

Modified: maven/website/components/plugins-archives/maven-clean-plugin-LATEST/testapidocs/index.html
==============================================================================
--- maven/website/components/plugins-archives/maven-clean-plugin-LATEST/testapidocs/index.html (original)
+++ maven/website/components/plugins-archives/maven-clean-plugin-LATEST/testapidocs/index.html Fri Apr  1 21:26:51 2022
@@ -1,75 +1,23 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE HTML>
 <!-- NewPage -->
 <html lang="en">
 <head>
 <!-- Generated by javadoc -->
-<title>Apache Maven Clean Plugin 3.1.0 Test API</title>
+<title>Apache Maven Clean Plugin 3.2.0 Test API</title>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<script type="text/javascript">window.location.replace('org/apache/maven/plugins/clean/package-summary.html')</script>
+<noscript>
+<meta http-equiv="Refresh" content="0;org/apache/maven/plugins/clean/package-summary.html">
+</noscript>
+<link rel="canonical" href="org/apache/maven/plugins/clean/package-summary.html">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
-<script type="text/javascript">
-    tmpTargetPage = "" + window.location.search;
-    if (tmpTargetPage != "" && tmpTargetPage != "undefined")
-        tmpTargetPage = tmpTargetPage.substring(1);
-    if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
-        tmpTargetPage = "undefined";
-    targetPage = tmpTargetPage;
-    function validURL(url) {
-        try {
-            url = decodeURIComponent(url);
-        }
-        catch (error) {
-            return false;
-        }
-        var pos = url.indexOf(".html");
-        if (pos == -1 || pos != url.length - 5)
-            return false;
-        var allowNumber = false;
-        var allowSep = false;
-        var seenDot = false;
-        for (var i = 0; i < url.length - 5; i++) {
-            var ch = url.charAt(i);
-            if ('a' <= ch && ch <= 'z' ||
-                    'A' <= ch && ch <= 'Z' ||
-                    ch == '$' ||
-                    ch == '_' ||
-                    ch.charCodeAt(0) > 127) {
-                allowNumber = true;
-                allowSep = true;
-            } else if ('0' <= ch && ch <= '9'
-                    || ch == '-') {
-                if (!allowNumber)
-                     return false;
-            } else if (ch == '/' || ch == '.') {
-                if (!allowSep)
-                    return false;
-                allowNumber = false;
-                allowSep = false;
-                if (ch == '.')
-                     seenDot = true;
-                if (ch == '/' && seenDot)
-                     return false;
-            } else {
-                return false;
-            }
-        }
-        return true;
-    }
-    function loadFrames() {
-        if (targetPage != "" && targetPage != "undefined")
-             top.classFrame.location = top.targetPage;
-    }
-</script>
 </head>
-<body onload="loadFrames()">
-<div class="mainContainer">
-<div class="leftContainer">
-<div class="leftBottom">
-<iframe src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)"></iframe>
-</div>
-</div>
-<div class="rightContainer">
-<iframe src="org/apache/maven/plugins/clean/package-summary.html" name="classFrame" title="Package, class and interface descriptions" class="rightIframe"></iframe>
-</div>
-</div>
+<body>
+<main role="main">
+<noscript>
+<p>JavaScript is disabled on your browser.</p>
+</noscript>
+<p><a href="org/apache/maven/plugins/clean/package-summary.html">org/apache/maven/plugins/clean/package-summary.html</a></p>
+</main>
 </body>
 </html>
\ No newline at end of file