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 [13/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/apidocs/stylesheet.css
==============================================================================
--- maven/website/components/plugins-archives/maven-clean-plugin-LATEST/apidocs/stylesheet.css (original)
+++ maven/website/components/plugins-archives/maven-clean-plugin-LATEST/apidocs/stylesheet.css Fri Apr  1 21:26:51 2022
@@ -1,10 +1,16 @@
-/* Javadoc style sheet */
-/*
-Overall document style
-*/
+/* 
+ * Javadoc style sheet
+ */
 
 @import url('resources/fonts/dejavu.css');
 
+/*
+ * Styles for individual HTML elements.
+ *
+ * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular
+ * HTML element throughout the page.
+ */
+
 body {
     background-color:#ffffff;
     color:#353833;
@@ -27,31 +33,19 @@ a:link, a:visited {
     text-decoration:none;
     color:#4A6782;
 }
-a:hover, a:focus {
+a[href]:hover, a[href]:focus {
     text-decoration:none;
     color:#bb7a2a;
 }
-a:active {
-    text-decoration:none;
-    color:#4A6782;
-}
 a[name] {
     color:#353833;
 }
-a[name]:hover {
-    text-decoration:none;
-    color:#353833;
-}
-a[name]:before, a[name]:target {
+a[name]:before, a[name]:target, a[id]:before, a[id]:target {
     content:"";
-    display:block;
-    height:120px;
-    margin:-120px 0 0;
-}
-a[id]:before, a[id]:target {
+    display:inline-block;
+    position:relative;
     padding-top:129px;
     margin-top:-129px;
-    color:red;
 }
 pre {
     font-family:'DejaVu Sans Mono', monospace;
@@ -100,9 +94,16 @@ table tr td dt code {
 sup {
     font-size:8px;
 }
+
 /*
-Document title and Copyright styles
-*/
+ * Styles for HTML generated by javadoc.
+ *
+ * These are style classes that are used by the standard doclet to generate HTML documentation.
+ */
+
+/*
+ * Styles for document title and copyright.
+ */
 .clear {
     clear:both;
     height:0px;
@@ -133,8 +134,8 @@ Document title and Copyright styles
     font-weight:bold;
 }
 /*
-Navigation bar styles
-*/
+ * Styles for navigation bar.
+ */
 .bar {
     background-color:#4D7A97;
     color:#FFFFFF;
@@ -144,7 +145,7 @@ Navigation bar styles
     margin:0;
 }
 .navPadding {
-    padding-top: 100px;
+    padding-top: 107px;
 }
 .fixedNav {
     position:fixed;
@@ -212,7 +213,7 @@ ul.navListSearch li {
     padding: 5px 6px;
     text-transform:uppercase;
 }
-ul.navListSearch li span {
+ul.navListSearch li label {
     position:relative;
     right:-16px;
 }
@@ -242,25 +243,27 @@ ul.subNavList li {
     overflow:hidden;
 }
 /*
-Page header and footer styles
-*/
+ * Styles for page header and footer.
+ */
 .header, .footer {
     clear:both;
     margin:0 20px;
     padding:5px 0 0 0;
 }
 .indexNav {
-    margin:10px;
     position:relative;
+    font-size:12px;
+    background-color:#dee3e9;
 }
 .indexNav ul {
-    padding:0;
-    margin:0;
+    margin-top:0;
+    padding:5px;
 }
 .indexNav ul li {
     display:inline;
     list-style-type:none;
     padding-right:10px;
+    text-transform:uppercase;
 }
 .indexNav h1 {
     font-size:13px;
@@ -284,8 +287,8 @@ Page header and footer styles
     font-size:13px;
 }
 /*
-Heading styles
-*/
+ * Styles for headings.
+ */
 div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
     background-color:#dee3e9;
     border:1px solid #d0d9e0;
@@ -306,9 +309,10 @@ ul.blockList li.blockList h2 {
     padding:0px 0 20px 0;
 }
 /*
-Page layout container styles
-*/
-.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
+ * Styles for page layout containers.
+ */
+.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer,
+.allClassesContainer, .allPackagesContainer {
     clear:both;
     padding:10px 20px;
     position:relative;
@@ -339,7 +343,7 @@ Page layout container styles
 .contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
     margin:5px 0 10px 0px;
     font-size:14px;
-    font-family:'DejaVu Sans Mono',monospace;
+    font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
 }
 .serializedFormContainer dl.nameValue dt {
     margin-left:1px;
@@ -353,8 +357,8 @@ Page layout container styles
     display:inline;
 }
 /*
-List styles
-*/
+ * Styles for lists.
+ */
 li.circle {
     list-style:circle;
 }
@@ -410,20 +414,22 @@ table tr td dl, table tr td dl dt, table
     margin-bottom:1px;
 }
 /*
-Table styles
-*/
-.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary {
+ * Styles for tables.
+ */
+.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary,
+.requiresSummary, .packagesSummary, .providesSummary, .usesSummary {
     width:100%;
     border-spacing:0;
     border-left:1px solid #EEE; 
     border-right:1px solid #EEE; 
     border-bottom:1px solid #EEE; 
 }
-.overviewSummary, .memberSummary  {
+.overviewSummary, .memberSummary, .requiresSummary, .packagesSummary, .providesSummary, .usesSummary  {
     padding:0px;
 }
 .overviewSummary caption, .memberSummary caption, .typeSummary caption,
-.useSummary caption, .constantsSummary caption, .deprecatedSummary caption {
+.useSummary caption, .constantsSummary caption, .deprecatedSummary caption,
+.requiresSummary caption, .packagesSummary caption, .providesSummary caption, .usesSummary caption {
     position:relative;
     text-align:left;
     background-repeat:no-repeat;
@@ -438,17 +444,31 @@ Table styles
     white-space:pre;
 }
 .overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
-.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link,
+.constantsSummary caption a:link, .deprecatedSummary caption a:link,
+.requiresSummary caption a:link, .packagesSummary caption a:link, .providesSummary caption a:link,
+.usesSummary caption a:link,
 .overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
-.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
+.constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
+.requiresSummary caption a:hover, .packagesSummary caption a:hover, .providesSummary caption a:hover,
+.usesSummary caption a:hover,
 .overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
-.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
+.constantsSummary caption a:active, .deprecatedSummary caption a:active,
+.requiresSummary caption a:active, .packagesSummary caption a:active, .providesSummary caption a:active,
+.usesSummary caption a:active,
 .overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
-.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited {
+.constantsSummary caption a:visited, .deprecatedSummary caption a:visited,
+.requiresSummary caption a:visited, .packagesSummary caption a:visited, .providesSummary caption a:visited,
+.usesSummary caption a:visited {
     color:#FFFFFF;
 }
+.useSummary caption a:link, .useSummary caption a:hover, .useSummary caption a:active,
+.useSummary caption a:visited {
+    color:#1f389c;
+}
 .overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
-.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span {
+.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span,
+.requiresSummary caption span, .packagesSummary caption span, .providesSummary caption span,
+.usesSummary caption span {
     white-space:nowrap;
     padding-top:5px;
     padding-left:12px;
@@ -460,7 +480,8 @@ Table styles
     border: none;
     height:16px;
 }
-.memberSummary caption span.activeTableTab span {
+.memberSummary caption span.activeTableTab span, .packagesSummary caption span.activeTableTab span,
+.overviewSummary caption span.activeTableTab span, .typeSummary caption span.activeTableTab span {
     white-space:nowrap;
     padding-top:5px;
     padding-left:12px;
@@ -471,7 +492,8 @@ Table styles
     background-color:#F8981D;
     height:16px;
 }
-.memberSummary caption span.tableTab span {
+.memberSummary caption span.tableTab span, .packagesSummary caption span.tableTab span,
+.overviewSummary caption span.tableTab span, .typeSummary caption span.tableTab span {
     white-space:nowrap;
     padding-top:5px;
     padding-left:12px;
@@ -482,7 +504,10 @@ Table styles
     background-color:#4D7A97;
     height:16px;
 }
-.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab {
+.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab,
+.packagesSummary caption span.tableTab, .packagesSummary caption span.activeTableTab,
+.overviewSummary caption span.tableTab, .overviewSummary caption span.activeTableTab,
+.typeSummary caption span.tableTab, .typeSummary caption span.activeTableTab {
     padding-top:0px;
     padding-left:0px;
     padding-right:0px;
@@ -491,14 +516,16 @@ Table styles
     display:inline;
 }
 .overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
-.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd {
+.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd,
+.requiresSummary .tabEnd, .packagesSummary .tabEnd, .providesSummary .tabEnd, .usesSummary .tabEnd {
     display:none;
     width:5px;
     position:relative;
     float:left;
     background-color:#F8981D;
 }
-.memberSummary .activeTableTab .tabEnd {
+.memberSummary .activeTableTab .tabEnd, .packagesSummary .activeTableTab .tabEnd,
+.overviewSummary .activeTableTab .tabEnd, .typeSummary .activeTableTab .tabEnd {
     display:none;
     width:5px;
     margin-right:3px;
@@ -506,66 +533,88 @@ Table styles
     float:left;
     background-color:#F8981D;
 }
-.memberSummary .tableTab .tabEnd {
+.memberSummary .tableTab .tabEnd, .packagesSummary .tableTab .tabEnd,
+.overviewSummary .tableTab .tabEnd, .typeSummary .tableTab .tabEnd {
     display:none;
     width:5px;
     margin-right:3px;
     position:relative;
     background-color:#4D7A97;
     float:left;
-
+}
+.rowColor th, .altColor th {
+    font-weight:normal;
 }
 .overviewSummary td, .memberSummary td, .typeSummary td,
-.useSummary td, .constantsSummary td, .deprecatedSummary td {
+.useSummary td, .constantsSummary td, .deprecatedSummary td,
+.requiresSummary td, .packagesSummary td, .providesSummary td, .usesSummary td {
     text-align:left;
     padding:0px 0px 12px 10px;
 }
-th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th,
-td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{
+th.colFirst, th.colSecond, th.colLast, th.colConstructorName, th.colDeprecatedItemName, .useSummary th,
+.constantsSummary th, .packagesSummary th, td.colFirst, td.colSecond, td.colLast, .useSummary td,
+.constantsSummary td {
     vertical-align:top;
     padding-right:0px;
     padding-top:8px;
     padding-bottom:3px;
 }
-th.colFirst, th.colLast, th.colOne, .constantsSummary th {
+th.colFirst, th.colSecond, th.colLast, th.colConstructorName, th.colDeprecatedItemName, .constantsSummary th,
+.packagesSummary th {
     background:#dee3e9;
     text-align:left;
     padding:8px 3px 3px 7px;
 }
 td.colFirst, th.colFirst {
-    white-space:nowrap;
     font-size:13px;
 }
-td.colLast, th.colLast {
+td.colSecond, th.colSecond, td.colLast, th.colConstructorName, th.colDeprecatedItemName, th.colLast {
     font-size:13px;
 }
-td.colOne, th.colOne {
+.constantsSummary th, .packagesSummary th {
+    font-size:13px;
+}
+.providesSummary th.colFirst, .providesSummary th.colLast, .providesSummary td.colFirst,
+.providesSummary td.colLast {
+    white-space:normal;
     font-size:13px;
 }
 .overviewSummary td.colFirst, .overviewSummary th.colFirst,
-.useSummary td.colFirst, .useSummary th.colFirst,
-.overviewSummary td.colOne, .overviewSummary th.colOne,
+.requiresSummary td.colFirst, .requiresSummary th.colFirst,
+.packagesSummary td.colFirst, .packagesSummary td.colSecond, .packagesSummary th.colFirst, .packagesSummary th,
+.usesSummary td.colFirst, .usesSummary th.colFirst,
+.providesSummary td.colFirst, .providesSummary th.colFirst,
 .memberSummary td.colFirst, .memberSummary th.colFirst,
-.memberSummary td.colOne, .memberSummary th.colOne,
-.typeSummary td.colFirst{
-    width:25%;
+.memberSummary td.colSecond, .memberSummary th.colSecond, .memberSummary th.colConstructorName,
+.typeSummary td.colFirst, .typeSummary th.colFirst {
     vertical-align:top;
 }
-td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
+.packagesSummary th.colLast, .packagesSummary td.colLast {
+    white-space:normal;
+}
+td.colFirst a:link, td.colFirst a:visited,
+td.colSecond a:link, td.colSecond a:visited,
+th.colFirst a:link, th.colFirst a:visited,
+th.colSecond a:link, th.colSecond a:visited,
+th.colConstructorName a:link, th.colConstructorName a:visited,
+th.colDeprecatedItemName a:link, th.colDeprecatedItemName a:visited, 
+.constantValuesContainer td a:link, .constantValuesContainer td a:visited, 
+.allClassesContainer td a:link, .allClassesContainer td a:visited, 
+.allPackagesContainer td a:link, .allPackagesContainer td a:visited {
     font-weight:bold;
 }
 .tableSubHeadingColor {
     background-color:#EEEEFF;
 }
-.altColor {
+.altColor, .altColor th {
     background-color:#FFFFFF;
 }
-.rowColor {
+.rowColor, .rowColor th {
     background-color:#EEEEEF;
 }
 /*
-Content styles
-*/
+ * Styles for contents.
+ */
 .description pre {
     margin-top:0;
 }
@@ -576,27 +625,22 @@ Content styles
 .docSummary {
     padding:0;
 }
-
 ul.blockList ul.blockList ul.blockList li.blockList h3 {
     font-style:normal;
 }
-
 div.block {
     font-size:14px;
     font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
 }
-
 td.colLast div {
     padding-top:0px;
 }
-
-
 td.colLast a {
     padding-bottom:3px;
 }
 /*
-Formatting effect styles
-*/
+ * Styles for formatting effect.
+ */
 .sourceLineNo {
     color:green;
     padding:0 30px 0 0;
@@ -611,26 +655,36 @@ h1.hidden {
     margin:3px 10px 2px 0px;
     color:#474747;
 }
-.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink,
-.overrideSpecifyLabel, .packageHierarchyLabel, .packageLabelInClass, .paramLabel, .returnLabel,
-.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink, .searchTagLink {
+.deprecatedLabel, .descfrmTypeLabel, .implementationLabel, .memberNameLabel, .memberNameLink,
+.moduleLabelInPackage, .moduleLabelInType, .overrideSpecifyLabel, .packageLabelInType,
+.packageHierarchyLabel, .paramLabel, .returnLabel, .seeLabel, .simpleTagLabel,
+.throwsLabel, .typeNameLabel, .typeNameLink, .searchTagLink {
     font-weight:bold;
 }
 .deprecationComment, .emphasizedPhrase, .interfaceName {
     font-style:italic;
 }
-
-div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase,
+.deprecationBlock {
+    font-size:14px;
+    font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
+    border-style:solid;
+    border-width:thin;
+    border-radius:10px;
+    padding:10px;
+    margin-bottom:10px;
+    margin-right:10px;
+    display:inline-block;
+}
+div.block div.deprecationComment, div.block div.block span.emphasizedPhrase,
 div.block div.block span.interfaceName {
     font-style:normal;
 }
-
 div.contentContainer ul.blockList li.blockList h2 {
     padding-bottom:0px;
 }
 /*
-IFRAME specific styles
-*/
+ * Styles for IFRAME.
+ */
 .mainContainer {
     margin:0 auto; 
     padding:0; 
@@ -684,11 +738,14 @@ IFRAME specific styles
     margin-bottom:30px;
 }
 /*
-HTML5 specific styles
-*/
+ * Styles specific to HTML5 elements.
+ */
 main, nav, header, footer, section {
     display:block;
 }
+/*
+ * Styles for javadoc search.
+ */
 .ui-autocomplete-category {
     font-weight:bold;
     font-size:15px;
@@ -730,18 +787,20 @@ ul.ui-autocomplete  li {
 }
 #reset {
     background-color: rgb(255,255,255);
+    background-image:url('resources/x.png');
+    background-position:center;
+    background-repeat:no-repeat;
+    background-size:12px;
     border:0 none;
     width:16px;
     height:17px;
     position:relative;
-    left:-2px;
-    background-image:url('resources/x.png');
-    background-repeat:no-repeat;
-    background-size:12px;
-    background-position:center;
+    left:-4px;
+    top:-4px;
+    font-size:0px;
 }
 .watermark {
-    color:#888;
+    color:#545454;
 }
 .searchTagDescResult {
     font-style:italic;
@@ -750,4 +809,98 @@ ul.ui-autocomplete  li {
 .searchTagHolderResult {
     font-style:italic;
     font-size:12px;
+}
+.searchTagResult:before, .searchTagResult:target {
+    color:red;
+}
+.moduleGraph span {
+    display:none;
+    position:absolute;
+}
+.moduleGraph:hover span {
+    display:block;
+    margin: -100px 0 0 100px;
+    z-index: 1;
+}
+.methodSignature {
+    white-space:normal;
+}
+
+/*
+ * Styles for user-provided tables.
+ *
+ * borderless:
+ *      No borders, vertical margins, styled caption.
+ *      This style is provided for use with existing doc comments.
+ *      In general, borderless tables should not be used for layout purposes.
+ *
+ * plain:
+ *      Plain borders around table and cells, vertical margins, styled caption.
+ *      Best for small tables or for complex tables for tables with cells that span
+ *      rows and columns, when the "striped" style does not work well.
+ *
+ * striped:
+ *      Borders around the table and vertical borders between cells, striped rows,
+ *      vertical margins, styled caption.
+ *      Best for tables that have a header row, and a body containing a series of simple rows.
+ */
+
+table.borderless,
+table.plain,
+table.striped {
+    margin-top: 10px;
+    margin-bottom: 10px;
+}
+table.borderless > caption,
+table.plain > caption,
+table.striped > caption {
+    font-weight: bold;
+    font-size: smaller;
+}
+table.borderless th, table.borderless td,
+table.plain th, table.plain td,
+table.striped th, table.striped td {
+    padding: 2px 5px;
+}
+table.borderless,
+table.borderless > thead > tr > th, table.borderless > tbody > tr > th, table.borderless > tr > th,
+table.borderless > thead > tr > td, table.borderless > tbody > tr > td, table.borderless > tr > td {
+    border: none;
+}
+table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr {
+    background-color: transparent;
+}
+table.plain {
+    border-collapse: collapse;
+    border: 1px solid black;
+}
+table.plain > thead > tr, table.plain > tbody tr, table.plain > tr {
+    background-color: transparent;
+}
+table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th,
+table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td {
+    border: 1px solid black;
+}
+table.striped {
+    border-collapse: collapse;
+    border: 1px solid black;
+}
+table.striped > thead {
+    background-color: #E3E3E3;
+}
+table.striped > thead > tr > th, table.striped > thead > tr > td {
+    border: 1px solid black;
+}
+table.striped > tbody > tr:nth-child(even) {
+    background-color: #EEE
+}
+table.striped > tbody > tr:nth-child(odd) {
+    background-color: #FFF
+}
+table.striped > tbody > tr > th, table.striped > tbody > tr > td {
+    border-left: 1px solid black;
+    border-right: 1px solid black;
+}
+table.striped > tbody > tr > th {
+    font-weight: normal;
 }
\ No newline at end of file

Added: maven/website/components/plugins-archives/maven-clean-plugin-LATEST/apidocs/type-search-index.js
==============================================================================
--- maven/website/components/plugins-archives/maven-clean-plugin-LATEST/apidocs/type-search-index.js (added)
+++ maven/website/components/plugins-archives/maven-clean-plugin-LATEST/apidocs/type-search-index.js Fri Apr  1 21:26:51 2022
@@ -0,0 +1 @@
+typeSearchIndex = [{"l":"All Classes","url":"allclasses-index.html"},{"p":"org.apache.maven.plugins.clean","l":"CleanMojo"},{"p":"org.apache.maven.plugins.clean","l":"Fileset"},{"p":"org.apache.maven.plugins.clean","l":"HelpMojo"}]
\ No newline at end of file

Modified: maven/website/components/plugins-archives/maven-clean-plugin-LATEST/apidocs/type-search-index.zip
==============================================================================
Binary files - no diff available.

Modified: maven/website/components/plugins-archives/maven-clean-plugin-LATEST/checkstyle.html
==============================================================================
--- maven/website/components/plugins-archives/maven-clean-plugin-LATEST/checkstyle.html (original)
+++ maven/website/components/plugins-archives/maven-clean-plugin-LATEST/checkstyle.html Fri Apr  1 21:26:51 2022
@@ -1,87 +1,87 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8 from org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:checkstyle at 2018-04-09
- | Rendered using Apache Maven Fluido Skin 1.7
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:checkstyle at 2022-04-01
+ | Rendered using Apache Maven Fluido Skin 1.9
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
     <meta charset="UTF-8" />
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180409" />
-    <meta http-equiv="Content-Language" content="en" />
+    <meta name="viewport" content="width=device-width, initial-scale=1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
     <title>Apache Maven Clean Plugin &#x2013; Checkstyle Results</title>
-    <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.9.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
-    <script type="text/javascript" src="./js/apache-maven-fluido-1.7.min.js"></script>
+    <script src="./js/apache-maven-fluido-1.9.min.js"></script>
     <!-- Google Analytics -->
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-140879-1']);
-      _gaq.push(['_trackPageview']);
-      (function() {
-        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-      })();
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+      ga('create', 'UA-140879-1', 'auto');
+      ga('send', 'pageview');
+      ga('set', 'anonymizeIp', true);
+      ga('set', 'forceSSL', true);
     </script>
   </head>
   <body class="topBarDisabled">
     <div class="container-fluid">
-      <div id="banner">
-        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt="Apache Maven Clean Plugin"/></a></div>
-        <div class="pull-right"><a href="../../" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
-        <div class="clear"><hr/></div>
-      </div>
+      <header>
+        <div id="banner">
+          <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt="Apache Maven Clean Plugin"/></a></div>
+          <div class="pull-right"><a href="../../" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
+          <div class="clear"><hr/></div>
+        </div>
 
-      <div id="breadcrumbs">
-        <ul class="breadcrumb">
+        <div id="breadcrumbs">
+          <ul class="breadcrumb">
       <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Clean Plugin">Apache Maven Clean Plugin</a><span class="divider">/</span></li>
     <li class="active ">Checkstyle Results</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-04-09</li>
-          <li id="projectVersion" class="pull-right">Version: 3.1.0</li>
-        </ul>
-      </div>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2022-04-01</li>
+          <li id="projectVersion" class="pull-right">Version: 3.2.0</li>
+          </ul>
+        </div>
+      </header>
       <div class="row-fluid">
-        <div id="leftColumn" class="span2">
-          <div class="well sidebar-nav">
-    <ul class="nav nav-list">
-      <li class="nav-header">Overview</li>
+        <header id="leftColumn" class="span2">
+          <nav class="well sidebar-nav">
+  <ul class="nav nav-list">
+   <li class="nav-header">Overview</li>
     <li><a href="index.html" title="Introduction"><span class="none"></span>Introduction</a></li>
     <li><a href="plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
     <li><a href="usage.html" title="Usage"><span class="none"></span>Usage</a></li>
     <li><a href="faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
-    <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
     <li><a href="download.html" title="Download"><span class="none"></span>Download</a></li>
-      <li class="nav-header">Examples</li>
+   <li class="nav-header">Examples</li>
     <li><a href="examples/delete_additional_files.html" title="Delete Additional Files"><span class="none"></span>Delete Additional Files</a></li>
     <li><a href="examples/skipping-clean.html" title="Skipping Clean"><span class="none"></span>Skipping Clean</a></li>
     <li><a href="examples/ignoring-errors.html" title="Ignoring Errors"><span class="none"></span>Ignoring Errors</a></li>
-      <li class="nav-header">Project Documentation</li>
+   <li class="nav-header">Project Documentation</li>
     <li><a href="project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
     <li><a href="project-reports.html" title="Project Reports"><span class="icon-chevron-down"></span>Project Reports</a>
-    <ul class="nav nav-list">
-    <li><a href="surefire-report.html" title="Surefire Report"><span class="none"></span>Surefire Report</a></li>
-    <li class="active"><a href="#"><span class="none"></span>Checkstyle</a></li>
-    <li><a href="pmd.html" title="PMD"><span class="none"></span>PMD</a></li>
-    <li><a href="xref/index.html" title="Source Xref"><span class="none"></span>Source Xref</a></li>
-    <li><a href="xref-test/index.html" title="Test Source Xref"><span class="none"></span>Test Source Xref</a></li>
-    <li><a href="taglist.html" title="Tag List"><span class="none"></span>Tag List</a></li>
-    <li><a href="apidocs/index.html" title="Javadoc"><span class="none"></span>Javadoc</a></li>
-    <li><a href="testapidocs/index.html" title="Test Javadoc"><span class="none"></span>Test Javadoc</a></li>
-    <li><a href="findbugs.html" title="FindBugs"><span class="none"></span>FindBugs</a></li>
-    <li><a href="sonar.html" title="Sonar"><span class="none"></span>Sonar</a></li>
-    <li><a href="plugin-info.html" title="Plugin Documentation"><span class="none"></span>Plugin Documentation</a></li>
-    <li><a href="invoker-report.html" title="Invoker Build Results"><span class="none"></span>Invoker Build Results</a></li>
-    </ul>
-</li>
-      <li class="nav-header">Maven Projects</li>
+     <ul class="nav nav-list">
+      <li><a href="surefire-report.html" title="Surefire Report"><span class="none"></span>Surefire Report</a></li>
+      <li class="active"><a href="#"><span class="none"></span>Checkstyle</a></li>
+      <li><a href="cpd.html" title="CPD"><span class="none"></span>CPD</a></li>
+      <li><a href="pmd.html" title="PMD"><span class="none"></span>PMD</a></li>
+      <li><a href="xref/index.html" title="Source Xref"><span class="none"></span>Source Xref</a></li>
+      <li><a href="xref-test/index.html" title="Test Source Xref"><span class="none"></span>Test Source Xref</a></li>
+      <li><a href="taglist.html" title="Tag List"><span class="none"></span>Tag List</a></li>
+      <li><a href="apidocs/index.html" title="Javadoc"><span class="none"></span>Javadoc</a></li>
+      <li><a href="testapidocs/index.html" title="Test Javadoc"><span class="none"></span>Test Javadoc</a></li>
+      <li><a href="plugin-info.html" title="Plugin Documentation"><span class="none"></span>Plugin Documentation</a></li>
+      <li><a href="invoker-report.html" title="Invoker Build Results"><span class="none"></span>Invoker Build Results</a></li>
+     </ul></li>
+   <li class="nav-header">Maven Projects</li>
     <li><a href="../../archetype/index.html" title="Archetype"><span class="none"></span>Archetype</a></li>
     <li><a href="../../resolver/index.html" title="Artifact Resolver"><span class="none"></span>Artifact Resolver</a></li>
     <li><a href="../../doxia/index.html" title="Doxia"><span class="none"></span>Doxia</a></li>
+    <li><a href="../../extensions/index.html" title="Extensions"><span class="none"></span>Extensions</a></li>
     <li><a href="../../jxr/index.html" title="JXR"><span class="none"></span>JXR</a></li>
     <li><a href="../../ref/current" title="Maven"><span class="none"></span>Maven</a></li>
     <li><a href="../../pom/index.html" title="Parent POMs"><span class="none"></span>Parent POMs</a></li>
@@ -94,76 +94,144 @@
     <li><a href="../../skins/index.html" title="Skins"><span class="none"></span>Skins</a></li>
     <li><a href="../../surefire/index.html" title="Surefire"><span class="none"></span>Surefire</a></li>
     <li><a href="../../wagon/index.html" title="Wagon"><span class="none"></span>Wagon</a></li>
-      <li class="nav-header">ASF</li>
+   <li class="nav-header">ASF</li>
     <li><a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works"><span class="none"></span>How Apache Works</a></li>
     <li><a href="https://www.apache.org/foundation/" class="externalLink" title="Foundation"><span class="none"></span>Foundation</a></li>
     <li><a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache"><span class="none"></span>Sponsoring Apache</a></li>
     <li><a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
-</ul>
+  </ul>
+          </nav>
+          <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search" method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden"/>
+  <input value="maven.apache.org/plugins/maven-clean-plugin/" name="sitesearch" type="hidden"/>
   <input class="search-query" name="q" id="query" type="text" />
 </form>
-<script type="text/javascript">asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
-          <hr />
-          <div id="poweredBy">
-            <div class="clear"></div>
-            <div class="clear"></div>
-    <div id="twitter">
+<script>asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
+            <hr />
+            <div id="poweredBy">
+              <div class="clear"></div>
+    <div id="twitter" style="border:none; margin-top: 10px">
     <a href="https://twitter.com/ASFMavenProject" class="twitter-follow-button" data-show-count="false" data-align="left" data-size="medium" data-show-screen-name="true" data-lang="en">Follow ASFMavenProject</a>
-    <script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
     </div>
-            <div class="clear"></div>
-            <div class="clear"></div>
+              <div class="clear"></div>
+              <div class="clear"></div>
 <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
             </div>
           </div>
-        </div>
-        <div id="bodyColumn"  class="span10" >
-<div class="section">
+        </header>
+        <main id="bodyColumn"  class="span10" >
+<section>
 <h2><a name="Checkstyle_Results"></a>Checkstyle Results</h2>
-<p>The following document contains the results of <a class="externalLink" href="http://checkstyle.sourceforge.net/">Checkstyle</a> 6.18 with config/maven_checks.xml ruleset.&#160;<a href="checkstyle.rss"><img alt="rss feed" src="images/rss.png" /></a></p></div>
-<div class="section">
+<p>The following document contains the results of <a class="externalLink" href="http://checkstyle.sourceforge.net/">Checkstyle</a> 6.18 with config/maven_checks.xml ruleset.&#160;<a href="checkstyle.rss"><figure><figcaption>rss feed</figcaption><img src="images/rss.png" alt="" /></figure></a></p></section><section>
 <h2><a name="Summary"></a>Summary</h2>
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Files</th>
-<th><img src="images/icon_info_sml.gif" alt="" />&#160;Info</th>
-<th><img src="images/icon_warning_sml.gif" alt="" />&#160;Warnings</th>
-<th><img src="images/icon_error_sml.gif" alt="" />&#160;Errors</th></tr>
+<th><figure><img src="images/icon_info_sml.gif" alt="" /></figure>&#160;Info</th>
+<th><figure><img src="images/icon_warning_sml.gif" alt="" /></figure>&#160;Warnings</th>
+<th><figure><img src="images/icon_error_sml.gif" alt="" /></figure>&#160;Errors</th></tr>
 <tr class="b">
-<td>0</td>
-<td>0</td>
-<td>0</td>
-<td>0</td></tr></table></div>
-<div class="section">
+<td>2</td>
+<td>3</td>
+<td>2</td>
+<td>0</td></tr></table></section><section>
 <h2><a name="Files"></a>Files</h2>
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>File</th>
-<th><img src="images/icon_info_sml.gif" alt="" />&#160;I</th>
-<th><img src="images/icon_warning_sml.gif" alt="" />&#160;W</th>
-<th><img src="images/icon_error_sml.gif" alt="" />&#160;E</th></tr></table></div>
-<div class="section">
+<th><figure><img src="images/icon_info_sml.gif" alt="" /></figure>&#160;I</th>
+<th><figure><img src="images/icon_warning_sml.gif" alt="" /></figure>&#160;W</th>
+<th><figure><img src="images/icon_error_sml.gif" alt="" /></figure>&#160;E</th></tr>
+<tr class="b">
+<td><a href="#org.apache.maven.plugins.clean.CleanMojo.java">org/apache/maven/plugins/clean/CleanMojo.java</a></td>
+<td>3</td>
+<td>1</td>
+<td>0</td></tr>
+<tr class="a">
+<td><a href="#org.apache.maven.plugins.clean.Cleaner.java">org/apache/maven/plugins/clean/Cleaner.java</a></td>
+<td>0</td>
+<td>1</td>
+<td>0</td></tr></table></section><section>
 <h2><a name="Rules"></a>Rules</h2>
 <table border="0" class="table table-striped">
 <tr class="b">
 <th>Category</th>
 <th>Rule</th>
 <th>Violations</th>
-<th>Severity</th></tr></table></div>
-<div class="section">
-<h2><a name="Details"></a>Details</h2></div>
-        </div>
+<th>Severity</th></tr>
+<tr class="a">
+<td>coding</td>
+<td><a class="externalLink" href="http://checkstyle.sourceforge.net/config_coding.html#HiddenField">HiddenField</a>
+<ul>
+<li>ignoreConstructorParameter: <code>&quot;true&quot;</code></li>
+<li>ignoreSetter: <code>&quot;true&quot;</code></li></ul></td>
+<td>2</td>
+<td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure>&#160;Warning</td></tr>
+<tr class="b">
+<td>javadoc</td>
+<td><a class="externalLink" href="http://checkstyle.sourceforge.net/config_javadoc.html#JavadocVariable">JavadocVariable</a>
+<ul>
+<li>scope: <code>&quot;protected&quot;</code></li></ul></td>
+<td>3</td>
+<td><figure><img src="images/icon_info_sml.gif" alt="" /></figure>&#160;Info</td></tr></table></section><section>
+<h2><a name="Details"></a>Details</h2><section>
+<h3 id="org.apache.maven.plugins.clean.CleanMojo.java">org/apache/maven/plugins/clean/CleanMojo.java</h3>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Severity</th>
+<th>Category</th>
+<th>Rule</th>
+<th>Message</th>
+<th>Line</th></tr>
+<tr class="b">
+<td><figure><img src="images/icon_info_sml.gif" alt="" /></figure>&#160;Info</td>
+<td>javadoc</td>
+<td>JavadocVariable</td>
+<td>Missing a Javadoc comment.</td>
+<td><a href="./xref/org/apache/maven/plugins/clean/CleanMojo.html#L52">52</a></td></tr>
+<tr class="a">
+<td><figure><img src="images/icon_info_sml.gif" alt="" /></figure>&#160;Info</td>
+<td>javadoc</td>
+<td>JavadocVariable</td>
+<td>Missing a Javadoc comment.</td>
+<td><a href="./xref/org/apache/maven/plugins/clean/CleanMojo.html#L54">54</a></td></tr>
+<tr class="b">
+<td><figure><img src="images/icon_info_sml.gif" alt="" /></figure>&#160;Info</td>
+<td>javadoc</td>
+<td>JavadocVariable</td>
+<td>Missing a Javadoc comment.</td>
+<td><a href="./xref/org/apache/maven/plugins/clean/CleanMojo.html#L56">56</a></td></tr>
+<tr class="a">
+<td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure>&#160;Warning</td>
+<td>coding</td>
+<td>HiddenField</td>
+<td>'fastDir' hides a field.</td>
+<td><a href="./xref/org/apache/maven/plugins/clean/CleanMojo.html#L232">232</a></td></tr></table></section><section>
+<h3 id="org.apache.maven.plugins.clean.Cleaner.java">org/apache/maven/plugins/clean/Cleaner.java</h3>
+<table border="0" class="table table-striped">
+<tr class="b">
+<th>Severity</th>
+<th>Category</th>
+<th>Rule</th>
+<th>Message</th>
+<th>Line</th></tr>
+<tr class="a">
+<td><figure><img src="images/icon_warning_sml.gif" alt="" /></figure>&#160;Warning</td>
+<td>coding</td>
+<td>HiddenField</td>
+<td>'fastDir' hides a field.</td>
+<td><a href="./xref/org/apache/maven/plugins/clean/Cleaner.html#L143">143</a></td></tr></table></section></section>
+        </main>
       </div>
     </div>
     <hr/>
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2001&#x2013;2018
-<a href="https://www.apache.org/">The Apache Software Foundation</a>.
-All rights reserved.</p>
+            <p>&#169;      2001&#x2013;2022
+<a href="https://www.apache.org/">The Apache Software Foundation</a>
+</p>
         </div>
       </div>
     </footer>

Modified: maven/website/components/plugins-archives/maven-clean-plugin-LATEST/checkstyle.rss
==============================================================================
--- maven/website/components/plugins-archives/maven-clean-plugin-LATEST/checkstyle.rss (original)
+++ maven/website/components/plugins-archives/maven-clean-plugin-LATEST/checkstyle.rss Fri Apr  1 21:26:51 2022
@@ -23,12 +23,12 @@ under the License.
     <link>https://maven.apache.org/plugins/maven-clean-plugin/</link>
     <description>Apache Maven Clean Plugin - Checkstyle report</description>
     <language>en-us</language>
-    <copyright>&#169;2001 - 2018 The Apache Software Foundation</copyright>
+    <copyright>&#169;2001 - 2022 The Apache Software Foundation</copyright>
     <item>
-      <title>File: 0,
+      <title>File: 2,
              Errors: 0,
-             Warnings: 0,
-             Infos: 0
+             Warnings: 2,
+             Infos: 3
       </title>
             <link>https://maven.apache.org/plugins/maven-clean-plugin//checkstyle.html</link>
       <description>
@@ -44,6 +44,34 @@ under the License.
             </tr>
           </thead>
           <tbody>
+                          <tr>
+                <td>
+                  <a href="https://maven.apache.org/plugins/maven-clean-plugin//checkstyle.html#org.apache.maven.plugins.clean.CleanMojo.java">org/apache/maven/plugins/clean/CleanMojo.java</a>
+                </td>
+                <td>
+                  3
+                </td>
+                <td>
+                  1
+                </td>
+                <td>
+                  0
+                </td>
+              </tr>
+                          <tr>
+                <td>
+                  <a href="https://maven.apache.org/plugins/maven-clean-plugin//checkstyle.html#org.apache.maven.plugins.clean.Cleaner.java">org/apache/maven/plugins/clean/Cleaner.java</a>
+                </td>
+                <td>
+                  0
+                </td>
+                <td>
+                  1
+                </td>
+                <td>
+                  0
+                </td>
+              </tr>
                       </tbody>
         </table>
         

Added: maven/website/components/plugins-archives/maven-clean-plugin-LATEST/ci-management.html
==============================================================================
--- maven/website/components/plugins-archives/maven-clean-plugin-LATEST/ci-management.html (added)
+++ maven/website/components/plugins-archives/maven-clean-plugin-LATEST/ci-management.html Fri Apr  1 21:26:51 2022
@@ -0,0 +1,149 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.2:ci-management at 2022-04-01
+ | Rendered using Apache Maven Fluido Skin 1.9
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <title>Apache Maven Clean Plugin &#x2013; CI Management</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.9.min.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+    <script src="./js/apache-maven-fluido-1.9.min.js"></script>
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+      ga('create', 'UA-140879-1', 'auto');
+      ga('send', 'pageview');
+      ga('set', 'anonymizeIp', true);
+      ga('set', 'forceSSL', true);
+    </script>
+  </head>
+  <body class="topBarDisabled">
+    <div class="container-fluid">
+      <header>
+        <div id="banner">
+          <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt="Apache Maven Clean Plugin"/></a></div>
+          <div class="pull-right"><a href="../../" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
+          <div class="clear"><hr/></div>
+        </div>
+
+        <div id="breadcrumbs">
+          <ul class="breadcrumb">
+      <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
+      <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
+      <li class=""><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
+      <li class=""><a href="index.html" title="Apache Maven Clean Plugin">Apache Maven Clean Plugin</a><span class="divider">/</span></li>
+    <li class="active ">CI Management</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2022-04-01</li>
+          <li id="projectVersion" class="pull-right">Version: 3.2.0</li>
+          </ul>
+        </div>
+      </header>
+      <div class="row-fluid">
+        <header id="leftColumn" class="span2">
+          <nav class="well sidebar-nav">
+  <ul class="nav nav-list">
+   <li class="nav-header">Overview</li>
+    <li><a href="index.html" title="Introduction"><span class="none"></span>Introduction</a></li>
+    <li><a href="plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
+    <li><a href="usage.html" title="Usage"><span class="none"></span>Usage</a></li>
+    <li><a href="faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
+    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><a href="download.html" title="Download"><span class="none"></span>Download</a></li>
+   <li class="nav-header">Examples</li>
+    <li><a href="examples/delete_additional_files.html" title="Delete Additional Files"><span class="none"></span>Delete Additional Files</a></li>
+    <li><a href="examples/skipping-clean.html" title="Skipping Clean"><span class="none"></span>Skipping Clean</a></li>
+    <li><a href="examples/ignoring-errors.html" title="Ignoring Errors"><span class="none"></span>Ignoring Errors</a></li>
+   <li class="nav-header">Project Documentation</li>
+    <li><a href="project-info.html" title="Project Information"><span class="icon-chevron-down"></span>Project Information</a>
+     <ul class="nav nav-list">
+      <li><a href="index.html" title="About"><span class="none"></span>About</a></li>
+      <li><a href="summary.html" title="Summary"><span class="none"></span>Summary</a></li>
+      <li><a href="dependency-info.html" title="Dependency Information"><span class="none"></span>Dependency Information</a></li>
+      <li><a href="team.html" title="Team"><span class="none"></span>Team</a></li>
+      <li><a href="scm.html" title="Source Code Management"><span class="none"></span>Source Code Management</a></li>
+      <li><a href="issue-management.html" title="Issue Management"><span class="none"></span>Issue Management</a></li>
+      <li><a href="mailing-lists.html" title="Mailing Lists"><span class="none"></span>Mailing Lists</a></li>
+      <li><a href="dependency-management.html" title="Dependency Management"><span class="none"></span>Dependency Management</a></li>
+      <li><a href="dependencies.html" title="Dependencies"><span class="none"></span>Dependencies</a></li>
+      <li><a href="dependency-convergence.html" title="Dependency Convergence"><span class="none"></span>Dependency Convergence</a></li>
+      <li class="active"><a href="#"><span class="none"></span>CI Management</a></li>
+      <li><a href="plugin-management.html" title="Plugin Management"><span class="none"></span>Plugin Management</a></li>
+      <li><a href="plugins.html" title="Plugins"><span class="none"></span>Plugins</a></li>
+      <li><a href="distribution-management.html" title="Distribution Management"><span class="none"></span>Distribution Management</a></li>
+     </ul></li>
+    <li><a href="project-reports.html" title="Project Reports"><span class="icon-chevron-right"></span>Project Reports</a></li>
+   <li class="nav-header">Maven Projects</li>
+    <li><a href="../../archetype/index.html" title="Archetype"><span class="none"></span>Archetype</a></li>
+    <li><a href="../../resolver/index.html" title="Artifact Resolver"><span class="none"></span>Artifact Resolver</a></li>
+    <li><a href="../../doxia/index.html" title="Doxia"><span class="none"></span>Doxia</a></li>
+    <li><a href="../../extensions/index.html" title="Extensions"><span class="none"></span>Extensions</a></li>
+    <li><a href="../../jxr/index.html" title="JXR"><span class="none"></span>JXR</a></li>
+    <li><a href="../../ref/current" title="Maven"><span class="none"></span>Maven</a></li>
+    <li><a href="../../pom/index.html" title="Parent POMs"><span class="none"></span>Parent POMs</a></li>
+    <li><a href="../index.html" title="Plugins"><span class="none"></span>Plugins</a></li>
+    <li><a href="../../plugin-testing/index.html" title="Plugin Testing"><span class="none"></span>Plugin Testing</a></li>
+    <li><a href="../../plugin-tools/index.html" title="Plugin Tools"><span class="none"></span>Plugin Tools</a></li>
+    <li><a href="../../apache-resource-bundles/index.html" title="Resource Bundles"><span class="none"></span>Resource Bundles</a></li>
+    <li><a href="../../scm/index.html" title="SCM"><span class="none"></span>SCM</a></li>
+    <li><a href="../../shared/index.html" title="Shared Components"><span class="none"></span>Shared Components</a></li>
+    <li><a href="../../skins/index.html" title="Skins"><span class="none"></span>Skins</a></li>
+    <li><a href="../../surefire/index.html" title="Surefire"><span class="none"></span>Surefire</a></li>
+    <li><a href="../../wagon/index.html" title="Wagon"><span class="none"></span>Wagon</a></li>
+   <li class="nav-header">ASF</li>
+    <li><a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works"><span class="none"></span>How Apache Works</a></li>
+    <li><a href="https://www.apache.org/foundation/" class="externalLink" title="Foundation"><span class="none"></span>Foundation</a></li>
+    <li><a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache"><span class="none"></span>Sponsoring Apache</a></li>
+    <li><a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
+  </ul>
+          </nav>
+          <div class="well sidebar-nav">
+<form id="search-form" action="https://www.google.com/search" method="get" >
+  <input value="maven.apache.org/plugins/maven-clean-plugin/" name="sitesearch" type="hidden"/>
+  <input class="search-query" name="q" id="query" type="text" />
+</form>
+<script>asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
+            <hr />
+            <div id="poweredBy">
+              <div class="clear"></div>
+    <div id="twitter" style="border:none; margin-top: 10px">
+    <a href="https://twitter.com/ASFMavenProject" class="twitter-follow-button" data-show-count="false" data-align="left" data-size="medium" data-show-screen-name="true" data-lang="en">Follow ASFMavenProject</a>
+    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+    </div>
+              <div class="clear"></div>
+              <div class="clear"></div>
+<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
+            </div>
+          </div>
+        </header>
+        <main id="bodyColumn"  class="span10" >
+<section>
+<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
+<p>This project uses <a class="externalLink" href="https://www.jenkins.io/">Jenkins</a>.</p></section><section>
+<h2><a name="Access"></a>Access</h2><a name="Access"></a>
+<p>The following is a link to the continuous integration system used by the project:</p>
+<div class="source"><pre class="prettyprint linenums"><a class="externalLink" href="https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-clean-plugin/">https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-clean-plugin/</a></pre></div></section><section>
+<h2><a name="Notifiers"></a>Notifiers</h2><a name="Notifiers"></a>
+<p>No notifiers are defined. Please check back at a later date.</p></section>
+        </main>
+      </div>
+    </div>
+    <hr/>
+    <footer>
+      <div class="container-fluid">
+        <div class="row-fluid">
+            <p>&#169;      2001&#x2013;2022
+<a href="https://www.apache.org/">The Apache Software Foundation</a>
+</p>
+        </div>
+      </div>
+    </footer>
+  </body>
+</html>
\ No newline at end of file

Modified: maven/website/components/plugins-archives/maven-clean-plugin-LATEST/clean-mojo.html
==============================================================================
--- maven/website/components/plugins-archives/maven-clean-plugin-LATEST/clean-mojo.html (original)
+++ maven/website/components/plugins-archives/maven-clean-plugin-LATEST/clean-mojo.html Fri Apr  1 21:26:51 2022
@@ -1,72 +1,74 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8 from target/generated-site/xdoc/clean-mojo.xml at 2018-04-09
- | Rendered using Apache Maven Fluido Skin 1.7
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from target/generated-site/xdoc/clean-mojo.xml at 2022-04-01
+ | Rendered using Apache Maven Fluido Skin 1.9
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
     <meta charset="UTF-8" />
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180409" />
-    <meta http-equiv="Content-Language" content="en" />
+    <meta name="viewport" content="width=device-width, initial-scale=1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
     <title>Apache Maven Clean Plugin &#x2013; clean:clean</title>
-    <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.9.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
-    <script type="text/javascript" src="./js/apache-maven-fluido-1.7.min.js"></script>
+    <script src="./js/apache-maven-fluido-1.9.min.js"></script>
     <!-- Google Analytics -->
-    <script type="text/javascript">
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-140879-1']);
-      _gaq.push(['_trackPageview']);
-      (function() {
-        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-      })();
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+      ga('create', 'UA-140879-1', 'auto');
+      ga('send', 'pageview');
+      ga('set', 'anonymizeIp', true);
+      ga('set', 'forceSSL', true);
     </script>
   </head>
   <body class="topBarDisabled">
     <div class="container-fluid">
-      <div id="banner">
-        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt="Apache Maven Clean Plugin"/></a></div>
-        <div class="pull-right"><a href="../../" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
-        <div class="clear"><hr/></div>
-      </div>
+      <header>
+        <div id="banner">
+          <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt="Apache Maven Clean Plugin"/></a></div>
+          <div class="pull-right"><a href="../../" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
+          <div class="clear"><hr/></div>
+        </div>
 
-      <div id="breadcrumbs">
-        <ul class="breadcrumb">
+        <div id="breadcrumbs">
+          <ul class="breadcrumb">
       <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Clean Plugin">Apache Maven Clean Plugin</a><span class="divider">/</span></li>
     <li class="active ">clean:clean</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-04-09</li>
-          <li id="projectVersion" class="pull-right">Version: 3.1.0</li>
-        </ul>
-      </div>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2022-04-01</li>
+          <li id="projectVersion" class="pull-right">Version: 3.2.0</li>
+          </ul>
+        </div>
+      </header>
       <div class="row-fluid">
-        <div id="leftColumn" class="span2">
-          <div class="well sidebar-nav">
-    <ul class="nav nav-list">
-      <li class="nav-header">Overview</li>
+        <header id="leftColumn" class="span2">
+          <nav class="well sidebar-nav">
+  <ul class="nav nav-list">
+   <li class="nav-header">Overview</li>
     <li><a href="index.html" title="Introduction"><span class="none"></span>Introduction</a></li>
     <li><a href="plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
     <li><a href="usage.html" title="Usage"><span class="none"></span>Usage</a></li>
     <li><a href="faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
-    <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
     <li><a href="download.html" title="Download"><span class="none"></span>Download</a></li>
-      <li class="nav-header">Examples</li>
+   <li class="nav-header">Examples</li>
     <li><a href="examples/delete_additional_files.html" title="Delete Additional Files"><span class="none"></span>Delete Additional Files</a></li>
     <li><a href="examples/skipping-clean.html" title="Skipping Clean"><span class="none"></span>Skipping Clean</a></li>
     <li><a href="examples/ignoring-errors.html" title="Ignoring Errors"><span class="none"></span>Ignoring Errors</a></li>
-      <li class="nav-header">Project Documentation</li>
+   <li class="nav-header">Project Documentation</li>
     <li><a href="project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li>
     <li><a href="project-reports.html" title="Project Reports"><span class="icon-chevron-right"></span>Project Reports</a></li>
-      <li class="nav-header">Maven Projects</li>
+   <li class="nav-header">Maven Projects</li>
     <li><a href="../../archetype/index.html" title="Archetype"><span class="none"></span>Archetype</a></li>
     <li><a href="../../resolver/index.html" title="Artifact Resolver"><span class="none"></span>Artifact Resolver</a></li>
     <li><a href="../../doxia/index.html" title="Doxia"><span class="none"></span>Doxia</a></li>
+    <li><a href="../../extensions/index.html" title="Extensions"><span class="none"></span>Extensions</a></li>
     <li><a href="../../jxr/index.html" title="JXR"><span class="none"></span>JXR</a></li>
     <li><a href="../../ref/current" title="Maven"><span class="none"></span>Maven</a></li>
     <li><a href="../../pom/index.html" title="Parent POMs"><span class="none"></span>Parent POMs</a></li>
@@ -79,40 +81,41 @@
     <li><a href="../../skins/index.html" title="Skins"><span class="none"></span>Skins</a></li>
     <li><a href="../../surefire/index.html" title="Surefire"><span class="none"></span>Surefire</a></li>
     <li><a href="../../wagon/index.html" title="Wagon"><span class="none"></span>Wagon</a></li>
-      <li class="nav-header">ASF</li>
+   <li class="nav-header">ASF</li>
     <li><a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works"><span class="none"></span>How Apache Works</a></li>
     <li><a href="https://www.apache.org/foundation/" class="externalLink" title="Foundation"><span class="none"></span>Foundation</a></li>
     <li><a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache"><span class="none"></span>Sponsoring Apache</a></li>
     <li><a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
-</ul>
+  </ul>
+          </nav>
+          <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search" method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden"/>
+  <input value="maven.apache.org/plugins/maven-clean-plugin/" name="sitesearch" type="hidden"/>
   <input class="search-query" name="q" id="query" type="text" />
 </form>
-<script type="text/javascript">asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
-          <hr />
-          <div id="poweredBy">
-            <div class="clear"></div>
-            <div class="clear"></div>
-    <div id="twitter">
+<script>asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
+            <hr />
+            <div id="poweredBy">
+              <div class="clear"></div>
+    <div id="twitter" style="border:none; margin-top: 10px">
     <a href="https://twitter.com/ASFMavenProject" class="twitter-follow-button" data-show-count="false" data-align="left" data-size="medium" data-show-screen-name="true" data-lang="en">Follow ASFMavenProject</a>
-    <script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
     </div>
-            <div class="clear"></div>
-            <div class="clear"></div>
+              <div class="clear"></div>
+              <div class="clear"></div>
 <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
             </div>
           </div>
-        </div>
-        <div id="bodyColumn"  class="span10" >
+        </header>
+        <main id="bodyColumn"  class="span10" >
 
   
-    <div class="section">
+    <section>
 <h2><a name="clean:clean"></a>clean:clean</h2>
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean</p>
+<p>org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean</p>
       
 <p><b>Description</b>:</p>
       
@@ -121,13 +124,13 @@
 <p>This attempts to clean a project's working directory of the
 files that were generated at build-time. By default, it discovers
 and deletes the directories configured in
-<tt>project.build.directory</tt>,
-<tt>project.build.outputDirectory</tt>,
-<tt>project.build.testOutputDirectory</tt>, and
-<tt>project.reporting.outputDirectory</tt>.</p>
+<code>project.build.directory</code>,
+<code>project.build.outputDirectory</code>,
+<code>project.build.testOutputDirectory</code>, and
+<code>project.reporting.outputDirectory</code>.</p>
 
 <p>Files outside the default may also be included in the deletion
-by configuring the <tt>filesets</tt> tag.</p></div>
+by configuring the <code>filesets</code> tag.</p></div>
       
 <p><b>Attributes</b>:</p>
       
@@ -135,10 +138,11 @@ by configuring the <tt>filesets</tt> tag
         
 <li>Requires a Maven project to be executed.</li>
         
-<li>Since version: <tt>2.0</tt>.</li>
+<li>The goal is thread-safe and supports parallel builds.</li>
+        
+<li>Since version: <code>2.0</code>.</li>
       </ul>
-      
-<div class="section">
+      <section>
 <h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
         
 <table class="table table-striped" border="0">
@@ -156,40 +160,97 @@ by configuring the <tt>filesets</tt> tag
           
 <tr class="b">
             
-<td><tt><a href="#excludeDefaultDirectories">&lt;excludeDefaultDirectories&gt;</a></tt></td>
+<td align="left"><code><a href="#excludeDefaultDirectories">&lt;excludeDefaultDirectories&gt;</a></code></td>
             
-<td><tt>boolean</tt></td>
+<td><code>boolean</code></td>
             
-<td><tt>2.3</tt></td>
+<td><code>2.3</code></td>
             
 <td>Disables the deletion of the default output directories configured
-for a project. If set to <tt>true</tt>, only the
-files/directories selected via the parameter <tt>filesets</tt>
+for a project. If set to <code>true</code>, only the
+files/directories selected via the parameter <code>filesets</code>
 will be deleted. <br />
 Starting with <b>3.0.0</b> the property has been renamed from
-<tt>clean.excludeDefaultDirectories</tt> to
-<tt>maven.clean.excludeDefaultDirectories</tt>.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>maven.clean.excludeDefaultDirectories</tt>.<br /></td>
+<code>clean.excludeDefaultDirectories</code> to
+<code>maven.clean.excludeDefaultDirectories</code>.<br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>maven.clean.excludeDefaultDirectories</code>.<br /></td>
           </tr>
           
 <tr class="a">
             
-<td><tt><a href="#failOnError">&lt;failOnError&gt;</a></tt></td>
+<td align="left"><code><a href="#failOnError">&lt;failOnError&gt;</a></code></td>
             
-<td><tt>boolean</tt></td>
+<td><code>boolean</code></td>
             
-<td><tt>2.2</tt></td>
+<td><code>2.2</code></td>
             
 <td>Indicates whether the build will continue even if there are clean
-errors.<br /><b>Default value is</b>: <tt>true</tt>.<br /><b>User property is</b>: <tt>maven.clean.failOnError</tt>.<br /></td>
+errors.<br /><b>Default value is</b>: <code>true</code>.<br /><b>User property is</b>: <code>maven.clean.failOnError</code>.<br /></td>
+          </tr>
+          
+<tr class="b">
+            
+<td align="left"><code><a href="#fast">&lt;fast&gt;</a></code></td>
+            
+<td><code>boolean</code></td>
+            
+<td><code>3.2</code></td>
+            
+<td>Enables fast clean if possible. If set to <code>true</code>, when
+the plugin is executed, a directory to be deleted will be
+atomically moved inside the <code>maven.clean.fastDir</code>
+directory and a thread will be launched to delete the needed files
+in the background. When the build is completed, maven will wait
+until all the files have been deleted. If any problem occurs during
+the atomic move of the directories, the plugin will default to the
+traditional deletion mechanism.<br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>maven.clean.fast</code>.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td align="left"><code><a href="#fastDir">&lt;fastDir&gt;</a></code></td>
+            
+<td><code>File</code></td>
+            
+<td><code>3.2</code></td>
+            
+<td>When fast clean is specified, the <code>fastDir</code> property
+will be used as the location where directories to be deleted will
+be moved prior to background deletion. If not specified, the
+<code>${maven.multiModuleProjectDirectory}/target/.clean</code>
+directory will be used. If the <code>${build.directory}</code> has
+been modified, you'll have to adjust this property explicitly. In
+order for fast clean to work correctly, this directory and the
+various directories that will be deleted should usually reside on
+the same volume. The exact conditions are system dependant though,
+but if an atomic move is not supported, the standard deletion
+mechanism will be used.<br /><b>User property is</b>: <code>maven.clean.fastDir</code>.<br /></td>
           </tr>
           
 <tr class="b">
             
-<td><tt><a href="#filesets">&lt;filesets&gt;</a></tt></td>
+<td align="left"><code><a href="#fastMode">&lt;fastMode&gt;</a></code></td>
             
-<td><tt>Fileset[]</tt></td>
+<td><code>String</code></td>
             
-<td><tt>2.1</tt></td>
+<td><code>3.2</code></td>
+            
+<td>Mode to use when using fast clean. Values are:
+<code>background</code> to start deletion immediately and waiting
+for all files to be deleted when the session ends,
+<code>at-end</code> to indicate that the actual deletion should be
+performed synchronously when the session ends, or
+<code>defer</code> to specify that the actual file deletion should
+be started in the background when the session ends (this should
+only be used when maven is embedded in a long running process).<br /><b>Default value is</b>: <code>background</code>.<br /><b>User property is</b>: <code>maven.clean.fastMode</code>.<br /></td>
+          </tr>
+          
+<tr class="a">
+            
+<td align="left"><code><a href="#filesets">&lt;filesets&gt;</a></code></td>
+            
+<td><code>Fileset[]</code></td>
+            
+<td><code>2.1</code></td>
             
 <td>The list of file sets to delete, in addition to the default
 directories. For example: 
@@ -212,13 +273,13 @@ directories. For example:
 </pre></div><br /></td>
           </tr>
           
-<tr class="a">
+<tr class="b">
             
-<td><tt><a href="#followSymLinks">&lt;followSymLinks&gt;</a></tt></td>
+<td align="left"><code><a href="#followSymLinks">&lt;followSymLinks&gt;</a></code></td>
             
-<td><tt>boolean</tt></td>
+<td><code>boolean</code></td>
             
-<td><tt>2.1</tt></td>
+<td><code>2.1</code></td>
             
 <td>Sets whether the plugin should follow symbolic links while deleting
 files from the default output directories of the project. Not
@@ -226,83 +287,80 @@ following symlinks requires more IO oper
 regardless whether symlinks are actually present. So projects with
 a huge output directory that knowingly does not contain symlinks
 can improve performance by setting this parameter to
-<tt>true</tt>. <br />
-Starting with <tt>3.0.0</tt> the property has been renamed from
-<tt>clean.followSymLinks</tt> to
-<tt>maven.clean.followSymLinks</tt>.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>maven.clean.followSymLinks</tt>.<br /></td>
+<code>true</code>. <br />
+Starting with <code>3.0.0</code> the property has been renamed from
+<code>clean.followSymLinks</code> to
+<code>maven.clean.followSymLinks</code>.<br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>maven.clean.followSymLinks</code>.<br /></td>
           </tr>
           
-<tr class="b">
+<tr class="a">
             
-<td><tt><a href="#retryOnError">&lt;retryOnError&gt;</a></tt></td>
+<td align="left"><code><a href="#retryOnError">&lt;retryOnError&gt;</a></code></td>
             
-<td><tt>boolean</tt></td>
+<td><code>boolean</code></td>
             
-<td><tt>2.4.2</tt></td>
+<td><code>2.4.2</code></td>
             
 <td>Indicates whether the plugin should undertake additional attempts
 (after a short delay) to delete a file if the first attempt failed.
 This is meant to help deleting files that are temporarily locked by
-third-party tools like virus scanners or search indexing.<br /><b>Default value is</b>: <tt>true</tt>.<br /><b>User property is</b>: <tt>maven.clean.retryOnError</tt>.<br /></td>
+third-party tools like virus scanners or search indexing.<br /><b>Default value is</b>: <code>true</code>.<br /><b>User property is</b>: <code>maven.clean.retryOnError</code>.<br /></td>
           </tr>
           
-<tr class="a">
+<tr class="b">
             
-<td><tt><a href="#skip">&lt;skip&gt;</a></tt></td>
+<td align="left"><code><a href="#skip">&lt;skip&gt;</a></code></td>
             
-<td><tt>boolean</tt></td>
+<td><code>boolean</code></td>
             
-<td><tt>2.2</tt></td>
+<td><code>2.2</code></td>
             
 <td>Disables the plugin execution. <br />
-Starting with <tt>3.0.0</tt> the property has been renamed from
-<tt>clean.skip</tt> to <tt>maven.clean.skip</tt>.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>maven.clean.skip</tt>.<br /></td>
+Starting with <code>3.0.0</code> the property has been renamed from
+<code>clean.skip</code> to <code>maven.clean.skip</code>.<br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>maven.clean.skip</code>.<br /></td>
           </tr>
           
-<tr class="b">
+<tr class="a">
             
-<td><tt><a href="#verbose">&lt;verbose&gt;</a></tt></td>
+<td align="left"><code><a href="#verbose">&lt;verbose&gt;</a></code></td>
             
-<td><tt>Boolean</tt></td>
+<td><code>Boolean</code></td>
             
-<td><tt>2.1</tt></td>
+<td><code>2.1</code></td>
             
 <td>Sets whether the plugin runs in verbose mode. As of plugin version
 2.3, the default value is derived from Maven's global debug flag
-(compare command line switch <tt>-X</tt>). <br />
+(compare command line switch <code>-X</code>). <br />
 Starting with <b>3.0.0</b> the property has been renamed from
-<tt>clean.verbose</tt> to <tt>maven.clean.verbose</tt>.<br /><b>User property is</b>: <tt>maven.clean.verbose</tt>.<br /></td>
+<code>clean.verbose</code> to <code>maven.clean.verbose</code>.<br /><b>User property is</b>: <code>maven.clean.verbose</code>.<br /></td>
           </tr>
         </table>
-      </div>
-      
-<div class="section">
+      </section>
+      <section>
 <h3><a name="Parameter_Details"></a>Parameter Details</h3>
-        
-<div class="section">
+        <section>
 <h4><a name="a.3CexcludeDefaultDirectories.3E"></a><b><a name="excludeDefaultDirectories">&lt;excludeDefaultDirectories&gt;</a></b></h4>
         
 <div>Disables the deletion of the default output directories configured
-for a project. If set to <tt>true</tt>, only the
-files/directories selected via the parameter <tt>filesets</tt>
+for a project. If set to <code>true</code>, only the
+files/directories selected via the parameter <code>filesets</code>
 will be deleted. <br />
 Starting with <b>3.0.0</b> the property has been renamed from
-<tt>clean.excludeDefaultDirectories</tt> to
-<tt>maven.clean.excludeDefaultDirectories</tt>.</div>
+<code>clean.excludeDefaultDirectories</code> to
+<code>maven.clean.excludeDefaultDirectories</code>.</div>
         
 <ul>
           
-<li><b>Type</b>: <tt>boolean</tt></li>
+<li><b>Type</b>: <code>boolean</code></li>
           
-<li><b>Since</b>: <tt>2.3</tt></li>
+<li><b>Since</b>: <code>2.3</code></li>
           
-<li><b>Required</b>: <tt>No</tt></li>
+<li><b>Required</b>: <code>No</code></li>
           
-<li><b>User Property</b>: <tt>maven.clean.excludeDefaultDirectories</tt></li>
+<li><b>User Property</b>: <code>maven.clean.excludeDefaultDirectories</code></li>
           
-<li><b>Default</b>: <tt>false</tt></li>
-        </ul><hr /></div>
-<div class="section">
+<li><b>Default</b>: <code>false</code></li>
+        </ul><hr /></section><section>
 <h4><a name="a.3CfailOnError.3E"></a><b><a name="failOnError">&lt;failOnError&gt;</a></b></h4>
         
 <div>Indicates whether the build will continue even if there are clean
@@ -310,17 +368,86 @@ errors.</div>
         
 <ul>
           
-<li><b>Type</b>: <tt>boolean</tt></li>
+<li><b>Type</b>: <code>boolean</code></li>
+          
+<li><b>Since</b>: <code>2.2</code></li>
+          
+<li><b>Required</b>: <code>No</code></li>
+          
+<li><b>User Property</b>: <code>maven.clean.failOnError</code></li>
+          
+<li><b>Default</b>: <code>true</code></li>
+        </ul><hr /></section><section>
+<h4><a name="a.3Cfast.3E"></a><b><a name="fast">&lt;fast&gt;</a></b></h4>
+        
+<div>Enables fast clean if possible. If set to <code>true</code>, when
+the plugin is executed, a directory to be deleted will be
+atomically moved inside the <code>maven.clean.fastDir</code>
+directory and a thread will be launched to delete the needed files
+in the background. When the build is completed, maven will wait
+until all the files have been deleted. If any problem occurs during
+the atomic move of the directories, the plugin will default to the
+traditional deletion mechanism.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <code>boolean</code></li>
+          
+<li><b>Since</b>: <code>3.2</code></li>
+          
+<li><b>Required</b>: <code>No</code></li>
+          
+<li><b>User Property</b>: <code>maven.clean.fast</code></li>
+          
+<li><b>Default</b>: <code>false</code></li>
+        </ul><hr /></section><section>
+<h4><a name="a.3CfastDir.3E"></a><b><a name="fastDir">&lt;fastDir&gt;</a></b></h4>
+        
+<div>When fast clean is specified, the <code>fastDir</code> property
+will be used as the location where directories to be deleted will
+be moved prior to background deletion. If not specified, the
+<code>${maven.multiModuleProjectDirectory}/target/.clean</code>
+directory will be used. If the <code>${build.directory}</code> has
+been modified, you'll have to adjust this property explicitly. In
+order for fast clean to work correctly, this directory and the
+various directories that will be deleted should usually reside on
+the same volume. The exact conditions are system dependant though,
+but if an atomic move is not supported, the standard deletion
+mechanism will be used.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <code>java.io.File</code></li>
           
-<li><b>Since</b>: <tt>2.2</tt></li>
+<li><b>Since</b>: <code>3.2</code></li>
           
-<li><b>Required</b>: <tt>No</tt></li>
+<li><b>Required</b>: <code>No</code></li>
           
-<li><b>User Property</b>: <tt>maven.clean.failOnError</tt></li>
+<li><b>User Property</b>: <code>maven.clean.fastDir</code></li>
+        </ul><hr /></section><section>
+<h4><a name="a.3CfastMode.3E"></a><b><a name="fastMode">&lt;fastMode&gt;</a></b></h4>
+        
+<div>Mode to use when using fast clean. Values are:
+<code>background</code> to start deletion immediately and waiting
+for all files to be deleted when the session ends,
+<code>at-end</code> to indicate that the actual deletion should be
+performed synchronously when the session ends, or
+<code>defer</code> to specify that the actual file deletion should
+be started in the background when the session ends (this should
+only be used when maven is embedded in a long running process).</div>
+        
+<ul>
+          
+<li><b>Type</b>: <code>java.lang.String</code></li>
+          
+<li><b>Since</b>: <code>3.2</code></li>
           
-<li><b>Default</b>: <tt>true</tt></li>
-        </ul><hr /></div>
-<div class="section">
+<li><b>Required</b>: <code>No</code></li>
+          
+<li><b>User Property</b>: <code>maven.clean.fastMode</code></li>
+          
+<li><b>Default</b>: <code>background</code></li>
+        </ul><hr /></section><section>
 <h4><a name="a.3Cfilesets.3E"></a><b><a name="filesets">&lt;filesets&gt;</a></b></h4>
         
 <div>The list of file sets to delete, in addition to the default
@@ -345,13 +472,12 @@ directories. For example:
         
 <ul>
           
-<li><b>Type</b>: <tt>org.apache.maven.plugins.clean.Fileset[]</tt></li>
+<li><b>Type</b>: <code>org.apache.maven.plugins.clean.Fileset[]</code></li>
           
-<li><b>Since</b>: <tt>2.1</tt></li>
+<li><b>Since</b>: <code>2.1</code></li>
           
-<li><b>Required</b>: <tt>No</tt></li>
-        </ul><hr /></div>
-<div class="section">
+<li><b>Required</b>: <code>No</code></li>
+        </ul><hr /></section><section>
 <h4><a name="a.3CfollowSymLinks.3E"></a><b><a name="followSymLinks">&lt;followSymLinks&gt;</a></b></h4>
         
 <div>Sets whether the plugin should follow symbolic links while deleting
@@ -360,24 +486,23 @@ following symlinks requires more IO oper
 regardless whether symlinks are actually present. So projects with
 a huge output directory that knowingly does not contain symlinks
 can improve performance by setting this parameter to
-<tt>true</tt>. <br />
-Starting with <tt>3.0.0</tt> the property has been renamed from
-<tt>clean.followSymLinks</tt> to
-<tt>maven.clean.followSymLinks</tt>.</div>
+<code>true</code>. <br />
+Starting with <code>3.0.0</code> the property has been renamed from
+<code>clean.followSymLinks</code> to
+<code>maven.clean.followSymLinks</code>.</div>
         
 <ul>
           
-<li><b>Type</b>: <tt>boolean</tt></li>
+<li><b>Type</b>: <code>boolean</code></li>
           
-<li><b>Since</b>: <tt>2.1</tt></li>
+<li><b>Since</b>: <code>2.1</code></li>
           
-<li><b>Required</b>: <tt>No</tt></li>
+<li><b>Required</b>: <code>No</code></li>
           
-<li><b>User Property</b>: <tt>maven.clean.followSymLinks</tt></li>
+<li><b>User Property</b>: <code>maven.clean.followSymLinks</code></li>
           
-<li><b>Default</b>: <tt>false</tt></li>
-        </ul><hr /></div>
-<div class="section">
+<li><b>Default</b>: <code>false</code></li>
+        </ul><hr /></section><section>
 <h4><a name="a.3CretryOnError.3E"></a><b><a name="retryOnError">&lt;retryOnError&gt;</a></b></h4>
         
 <div>Indicates whether the plugin should undertake additional attempts
@@ -387,68 +512,66 @@ third-party tools like virus scanners or
         
 <ul>
           
-<li><b>Type</b>: <tt>boolean</tt></li>
+<li><b>Type</b>: <code>boolean</code></li>
           
-<li><b>Since</b>: <tt>2.4.2</tt></li>
+<li><b>Since</b>: <code>2.4.2</code></li>
           
-<li><b>Required</b>: <tt>No</tt></li>
+<li><b>Required</b>: <code>No</code></li>
           
-<li><b>User Property</b>: <tt>maven.clean.retryOnError</tt></li>
+<li><b>User Property</b>: <code>maven.clean.retryOnError</code></li>
           
-<li><b>Default</b>: <tt>true</tt></li>
-        </ul><hr /></div>
-<div class="section">
+<li><b>Default</b>: <code>true</code></li>
+        </ul><hr /></section><section>
 <h4><a name="a.3Cskip.3E"></a><b><a name="skip">&lt;skip&gt;</a></b></h4>
         
 <div>Disables the plugin execution. <br />
-Starting with <tt>3.0.0</tt> the property has been renamed from
-<tt>clean.skip</tt> to <tt>maven.clean.skip</tt>.</div>
+Starting with <code>3.0.0</code> the property has been renamed from
+<code>clean.skip</code> to <code>maven.clean.skip</code>.</div>
         
 <ul>
           
-<li><b>Type</b>: <tt>boolean</tt></li>
+<li><b>Type</b>: <code>boolean</code></li>
           
-<li><b>Since</b>: <tt>2.2</tt></li>
+<li><b>Since</b>: <code>2.2</code></li>
           
-<li><b>Required</b>: <tt>No</tt></li>
+<li><b>Required</b>: <code>No</code></li>
           
-<li><b>User Property</b>: <tt>maven.clean.skip</tt></li>
+<li><b>User Property</b>: <code>maven.clean.skip</code></li>
           
-<li><b>Default</b>: <tt>false</tt></li>
-        </ul><hr /></div>
-<div class="section">
+<li><b>Default</b>: <code>false</code></li>
+        </ul><hr /></section><section>
 <h4><a name="a.3Cverbose.3E"></a><b><a name="verbose">&lt;verbose&gt;</a></b></h4>
         
 <div>Sets whether the plugin runs in verbose mode. As of plugin version
 2.3, the default value is derived from Maven's global debug flag
-(compare command line switch <tt>-X</tt>). <br />
+(compare command line switch <code>-X</code>). <br />
 Starting with <b>3.0.0</b> the property has been renamed from
-<tt>clean.verbose</tt> to <tt>maven.clean.verbose</tt>.</div>
+<code>clean.verbose</code> to <code>maven.clean.verbose</code>.</div>
         
 <ul>
           
-<li><b>Type</b>: <tt>java.lang.Boolean</tt></li>
+<li><b>Type</b>: <code>java.lang.Boolean</code></li>
           
-<li><b>Since</b>: <tt>2.1</tt></li>
+<li><b>Since</b>: <code>2.1</code></li>
           
-<li><b>Required</b>: <tt>No</tt></li>
+<li><b>Required</b>: <code>No</code></li>
           
-<li><b>User Property</b>: <tt>maven.clean.verbose</tt></li>
+<li><b>User Property</b>: <code>maven.clean.verbose</code></li>
         </ul>
-      </div></div>
-    </div>
+      </section></section>
+    </section>
   
 
-        </div>
+        </main>
       </div>
     </div>
     <hr/>
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2001&#x2013;2018
-<a href="https://www.apache.org/">The Apache Software Foundation</a>.
-All rights reserved.</p>
+            <p>&#169;      2001&#x2013;2022
+<a href="https://www.apache.org/">The Apache Software Foundation</a>
+</p>
         </div>
       </div>
     </footer>