Modified: 
maven/website/components/plugins-archives/maven-artifact-plugin-LATEST/buildinfo-mojo.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-artifact-plugin-LATEST/buildinfo-mojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-artifact-plugin-LATEST/buildinfo-mojo.html
 Fri Mar 29 06:59:35 2024
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
target/generated-site/xdoc/buildinfo-mojo.xml at 2023-09-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-plugin-report-plugin:3.10.2:report at 2024-03-29
  | Rendered using Apache Maven Fluido Skin 1.11.2
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -49,8 +49,8 @@
       <li><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
       <li><a href="index.html" title="Apache Maven Artifact Plugin">Apache 
Maven Artifact Plugin</a><span class="divider">/</span></li>
     <li class="active ">artifact:buildinfo</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-09-29</li>
-          <li id="projectVersion" class="pull-right">Version: 3.5.0</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2024-03-29</li>
+          <li id="projectVersion" class="pull-right">Version: 3.5.1</li>
           </ul>
         </div>
       </header>
@@ -118,228 +118,110 @@
           </div>
         </header>
         <main id="bodyColumn"  class="span10" >
-
-  
-    <section>
-<h2><a name="artifact:buildinfo"></a>artifact:buildinfo</h2>
-      
-<p><b>Full name</b>:</p>
-      
-<p>org.apache.maven.plugins:maven-artifact-plugin:3.5.0:buildinfo</p>
-      
-<p><b>Description</b>:</p>
-      
-<div>Creates a buildinfo file recording build environment and output (from 
<code>package</code>), as specified in <a class="externalLink" 
href="https://reproducible-builds.org/docs/jvm/";>Reproducible Builds for the 
JVM</a> for mono-module build, and extended for multi-module build.</div>
-      
-<p><b>Attributes</b>:</p>
-      
+<section>
+<h2><a name="artifact:buildinfo"></a>artifact:buildinfo</h2><a 
name="artifact:buildinfo"></a>
+<p><strong>Full name</strong>:</p>
+<p>org.apache.maven.plugins:maven-artifact-plugin:3.5.1:buildinfo</p>
+<p><strong>Description</strong>:</p>
+<p>Creates a buildinfo file recording build environment and output (from 
<code>package</code>), as specified in <a 
href="https://reproducible-builds.org/docs/jvm/";>Reproducible Builds for the 
JVM</a> for mono-module build, and extended for multi-module build.</p>
+<p><strong>Attributes</strong>:</p>
 <ul>
-        
 <li>Requires a Maven project to be executed.</li>
-        
 <li>The goal is thread-safe and supports parallel builds.</li>
-        
 <li>Since version: <code>3.2.0</code>.</li>
-        
-<li>Binds by default to the <a class="externalLink" 
href="http://maven.apache.org/ref/current/maven-core/lifecycles.html";>lifecycle 
phase</a>: <code>verify</code>.</li>
-      </ul>
-      <section>
-<h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
-        
+<li>Binds by default to the <a class="externalLink" 
href="https://maven.apache.org/ref/current/maven-core/lifecycles.html";>lifecycle
 phase</a>: <code>verify</code>.</li></ul><section>
+<h3><a name="Optional_Parameters"></a>Optional Parameters</h3><a 
name="Optional_Parameters"></a>
 <table border="0" class="table table-striped">
-          
 <tr class="a">
-            
 <th>Name</th>
-            
 <th>Type</th>
-            
 <th>Since</th>
-            
-<th>Description</th>
-          </tr>
-          
+<th>Description</th></tr>
 <tr class="b">
-            
-<td align="left"><code><a href="#attach">&lt;attach&gt;</a></code></td>
-            
+<td align="left"><a href="#attach"><code>&lt;attach&gt;</code></a></td>
 <td><code>boolean</code></td>
-            
 <td><code>-</code></td>
-            
-<td>Specifies whether to attach the generated buildinfo file to the 
project.<br /><b>Default value is</b>: <code>true</code>.<br /><b>User property 
is</b>: <code>buildinfo.attach</code>.<br /></td>
-          </tr>
-          
+<td>Specifies whether to attach the generated buildinfo file to the 
project.<br /><strong>Default</strong>: <code>true</code><br /><strong>User 
Property</strong>: <code>buildinfo.attach</code></td></tr>
 <tr class="a">
-            
-<td align="left"><code><a href="#detectSkip">&lt;detectSkip&gt;</a></code></td>
-            
+<td align="left"><a href="#detectSkip"><code>&lt;detectSkip&gt;</code></a></td>
 <td><code>boolean</code></td>
-            
 <td><code>-</code></td>
-            
-<td>Detect projects/modules with install or deploy skipped: avoid taking 
fingerprints.<br /><b>Default value is</b>: <code>true</code>.<br /><b>User 
property is</b>: <code>buildinfo.detect.skip</code>.<br /></td>
-          </tr>
-          
+<td>Detect projects/modules with install or deploy skipped: avoid taking 
fingerprints.<br /><strong>Default</strong>: <code>true</code><br 
/><strong>User Property</strong>: <code>buildinfo.detect.skip</code></td></tr>
 <tr class="b">
-            
-<td align="left"><code><a href="#ignore">&lt;ignore&gt;</a></code></td>
-            
+<td align="left"><a href="#ignore"><code>&lt;ignore&gt;</code></a></td>
 <td><code>List&lt;String&gt;</code></td>
-            
 <td><code>-</code></td>
-            
-<td>Artifacts to ignore, specified as a glob matching against 
<code>${groupId}/${filename}</code>, for example <code>*/*.xml</code>.<br 
/><b>User property is</b>: <code>buildinfo.ignore</code>.<br /></td>
-          </tr>
-          
+<td>Artifacts to ignore, specified as a glob matching against 
<code>${groupId}/${filename}</code>, for example <code>*/*.xml</code>.<br 
/><strong>User Property</strong>: <code>buildinfo.ignore</code></td></tr>
 <tr class="a">
-            
-<td align="left"><code><a 
href="#ignoreJavadoc">&lt;ignoreJavadoc&gt;</a></code></td>
-            
+<td align="left"><a 
href="#ignoreJavadoc"><code>&lt;ignoreJavadoc&gt;</code></a></td>
 <td><code>boolean</code></td>
-            
 <td><code>-</code></td>
-            
-<td>Ignore javadoc attached artifacts from buildinfo generation.<br 
/><b>Default value is</b>: <code>true</code>.<br /><b>User property is</b>: 
<code>buildinfo.ignoreJavadoc</code>.<br /></td>
-          </tr>
-          
+<td>Ignore javadoc attached artifacts from buildinfo generation.<br 
/><strong>Default</strong>: <code>true</code><br /><strong>User 
Property</strong>: <code>buildinfo.ignoreJavadoc</code></td></tr>
 <tr class="b">
-            
-<td align="left"><code><a 
href="#outputTimestamp">&lt;outputTimestamp&gt;</a></code></td>
-            
+<td align="left"><a 
href="#outputTimestamp"><code>&lt;outputTimestamp&gt;</code></a></td>
 <td><code>String</code></td>
-            
 <td><code>3.2.0</code></td>
-            
-<td>Timestamp for reproducible output archive entries, either formatted as ISO 
8601 <code>yyyy-MM-dd'T'HH:mm:ssXXX</code> or as an int representing seconds 
since the epoch (like <a class="externalLink" 
href="https://reproducible-builds.org/docs/source-date-epoch/";>SOURCE_DATE_EPOCH</a>).<br
 /><b>Default value is</b>: <code>${project.build.outputTimestamp}</code>.<br 
/></td>
-          </tr>
-          
+<td>Timestamp for reproducible output archive entries, either formatted as ISO 
8601 <code>yyyy-MM-dd'T'HH:mm:ssXXX</code> or as an int representing seconds 
since the epoch (like <a 
href="https://reproducible-builds.org/docs/source-date-epoch/";>SOURCE_DATE_EPOCH</a>).<br
 /><strong>Default</strong>: 
<code>${project.build.outputTimestamp}</code></td></tr>
 <tr class="a">
-            
-<td align="left"><code><a 
href="#reproducible">&lt;reproducible&gt;</a></code></td>
-            
+<td align="left"><a 
href="#reproducible"><code>&lt;reproducible&gt;</code></a></td>
 <td><code>boolean</code></td>
-            
 <td><code>3.1.0</code></td>
-            
-<td>Makes the generated <code>.buildinfo</code> file reproducible, by dropping 
detailed environment recording: OS will be recorded as &quot;Windows&quot; or 
&quot;Unix&quot;, JVM version as major version only.<br /><b>Default value 
is</b>: <code>false</code>.<br /><b>User property is</b>: 
<code>buildinfo.reproducible</code>.<br /></td>
-          </tr>
-          
+<td>Makes the generated <code>.buildinfo</code> file reproducible, by dropping 
detailed environment recording: OS will be recorded as "Windows" or "Unix", JVM 
version as major version only.<br /><strong>Default</strong>: 
<code>false</code><br /><strong>User Property</strong>: 
<code>buildinfo.reproducible</code></td></tr>
 <tr class="b">
-            
-<td align="left"><code><a 
href="#skipModules">&lt;skipModules&gt;</a></code></td>
-            
+<td align="left"><a 
href="#skipModules"><code>&lt;skipModules&gt;</code></a></td>
 <td><code>List&lt;String&gt;</code></td>
-            
 <td><code>3.5.0</code></td>
-            
-<td>Avoid taking fingerprints for modules specified as glob matching against 
<code>${groupId}/${artifactId}</code>.<br /></td>
-          </tr>
-        </table>
-      </section>
-      <section>
-<h3><a name="Parameter_Details"></a>Parameter Details</h3>
-        <section>
-<h4><a name="a.3Cattach.3E"></a><b><a name="attach">&lt;attach&gt;</a></b></h4>
-        
+<td>Avoid taking fingerprints for modules specified as glob matching against 
<code>${groupId}/${artifactId}</code>.<br /><strong>User Property</strong>: 
<code>buildinfo.skipModules</code></td></tr></table></section><section>
+<h3><a name="Parameter_Details"></a>Parameter Details</h3><a 
name="Parameter_Details"></a><a name="attach"><section>
+<h4><a name="a.3Cattach.3E"></a>&lt;attach&gt;</h4><a 
name="a.3Cattach.3E"></a></a>
 <div>Specifies whether to attach the generated buildinfo file to the 
project.</div>
-        
 <ul>
-          
-<li><b>Type</b>: <code>boolean</code></li>
-          
-<li><b>Required</b>: <code>No</code></li>
-          
-<li><b>User Property</b>: <code>buildinfo.attach</code></li>
-          
-<li><b>Default</b>: <code>true</code></li>
-        </ul><hr /></section><section>
-<h4><a name="a.3CdetectSkip.3E"></a><b><a 
name="detectSkip">&lt;detectSkip&gt;</a></b></h4>
-        
+<li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Required</strong>: <code>report.plugin.goal.no</code></li>
+<li><strong>User Property</strong>: <code>buildinfo.attach</code></li>
+<li><strong>Default</strong>: <code>true</code></li></ul><hr /></section><a 
name="detectSkip"><section>
+<h4><a name="a.3CdetectSkip.3E"></a>&lt;detectSkip&gt;</h4><a 
name="a.3CdetectSkip.3E"></a></a>
 <div>Detect projects/modules with install or deploy skipped: avoid taking 
fingerprints.</div>
-        
 <ul>
-          
-<li><b>Type</b>: <code>boolean</code></li>
-          
-<li><b>Required</b>: <code>No</code></li>
-          
-<li><b>User Property</b>: <code>buildinfo.detect.skip</code></li>
-          
-<li><b>Default</b>: <code>true</code></li>
-        </ul><hr /></section><section>
-<h4><a name="a.3Cignore.3E"></a><b><a name="ignore">&lt;ignore&gt;</a></b></h4>
-        
+<li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Required</strong>: <code>report.plugin.goal.no</code></li>
+<li><strong>User Property</strong>: <code>buildinfo.detect.skip</code></li>
+<li><strong>Default</strong>: <code>true</code></li></ul><hr /></section><a 
name="ignore"><section>
+<h4><a name="a.3Cignore.3E"></a>&lt;ignore&gt;</h4><a 
name="a.3Cignore.3E"></a></a>
 <div>Artifacts to ignore, specified as a glob matching against 
<code>${groupId}/${filename}</code>, for example <code>*/*.xml</code>.</div>
-        
 <ul>
-          
-<li><b>Type</b>: <code>java.util.List&lt;java.lang.String&gt;</code></li>
-          
-<li><b>Required</b>: <code>No</code></li>
-          
-<li><b>User Property</b>: <code>buildinfo.ignore</code></li>
-        </ul><hr /></section><section>
-<h4><a name="a.3CignoreJavadoc.3E"></a><b><a 
name="ignoreJavadoc">&lt;ignoreJavadoc&gt;</a></b></h4>
-        
+<li><strong>Type</strong>: 
<code>java.util.List&lt;java.lang.String&gt;</code></li>
+<li><strong>Required</strong>: <code>report.plugin.goal.no</code></li>
+<li><strong>User Property</strong>: <code>buildinfo.ignore</code></li></ul><hr 
/></section><a name="ignoreJavadoc"><section>
+<h4><a name="a.3CignoreJavadoc.3E"></a>&lt;ignoreJavadoc&gt;</h4><a 
name="a.3CignoreJavadoc.3E"></a></a>
 <div>Ignore javadoc attached artifacts from buildinfo generation.</div>
-        
-<ul>
-          
-<li><b>Type</b>: <code>boolean</code></li>
-          
-<li><b>Required</b>: <code>No</code></li>
-          
-<li><b>User Property</b>: <code>buildinfo.ignoreJavadoc</code></li>
-          
-<li><b>Default</b>: <code>true</code></li>
-        </ul><hr /></section><section>
-<h4><a name="a.3CoutputTimestamp.3E"></a><b><a 
name="outputTimestamp">&lt;outputTimestamp&gt;</a></b></h4>
-        
-<div>Timestamp for reproducible output archive entries, either formatted as 
ISO 8601 <code>yyyy-MM-dd'T'HH:mm:ssXXX</code> or as an int representing 
seconds since the epoch (like <a class="externalLink" 
href="https://reproducible-builds.org/docs/source-date-epoch/";>SOURCE_DATE_EPOCH</a>).</div>
-        
 <ul>
-          
-<li><b>Type</b>: <code>java.lang.String</code></li>
-          
-<li><b>Since</b>: <code>3.2.0</code></li>
-          
-<li><b>Required</b>: <code>No</code></li>
-          
-<li><b>Default</b>: <code>${project.build.outputTimestamp}</code></li>
-        </ul><hr /></section><section>
-<h4><a name="a.3Creproducible.3E"></a><b><a 
name="reproducible">&lt;reproducible&gt;</a></b></h4>
-        
-<div>Makes the generated <code>.buildinfo</code> file reproducible, by 
dropping detailed environment recording: OS will be recorded as 
&quot;Windows&quot; or &quot;Unix&quot;, JVM version as major version 
only.</div>
-        
-<ul>
-          
-<li><b>Type</b>: <code>boolean</code></li>
-          
-<li><b>Since</b>: <code>3.1.0</code></li>
-          
-<li><b>Required</b>: <code>No</code></li>
-          
-<li><b>User Property</b>: <code>buildinfo.reproducible</code></li>
-          
-<li><b>Default</b>: <code>false</code></li>
-        </ul><hr /></section><section>
-<h4><a name="a.3CskipModules.3E"></a><b><a 
name="skipModules">&lt;skipModules&gt;</a></b></h4>
-        
+<li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Required</strong>: <code>report.plugin.goal.no</code></li>
+<li><strong>User Property</strong>: <code>buildinfo.ignoreJavadoc</code></li>
+<li><strong>Default</strong>: <code>true</code></li></ul><hr /></section><a 
name="outputTimestamp"><section>
+<h4><a name="a.3CoutputTimestamp.3E"></a>&lt;outputTimestamp&gt;</h4><a 
name="a.3CoutputTimestamp.3E"></a></a>
+<div>Timestamp for reproducible output archive entries, either formatted as 
ISO 8601 <code>yyyy-MM-dd'T'HH:mm:ssXXX</code> or as an int representing 
seconds since the epoch (like <a 
href="https://reproducible-builds.org/docs/source-date-epoch/";>SOURCE_DATE_EPOCH</a>).</div>
+<ul>
+<li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Since</strong>: <code>3.2.0</code></li>
+<li><strong>Required</strong>: <code>report.plugin.goal.no</code></li>
+<li><strong>Default</strong>: 
<code>${project.build.outputTimestamp}</code></li></ul><hr /></section><a 
name="reproducible"><section>
+<h4><a name="a.3Creproducible.3E"></a>&lt;reproducible&gt;</h4><a 
name="a.3Creproducible.3E"></a></a>
+<div>Makes the generated <code>.buildinfo</code> file reproducible, by 
dropping detailed environment recording: OS will be recorded as "Windows" or 
"Unix", JVM version as major version only.</div>
+<ul>
+<li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Since</strong>: <code>3.1.0</code></li>
+<li><strong>Required</strong>: <code>report.plugin.goal.no</code></li>
+<li><strong>User Property</strong>: <code>buildinfo.reproducible</code></li>
+<li><strong>Default</strong>: <code>false</code></li></ul><hr /></section><a 
name="skipModules"><section>
+<h4><a name="a.3CskipModules.3E"></a>&lt;skipModules&gt;</h4><a 
name="a.3CskipModules.3E"></a></a>
 <div>Avoid taking fingerprints for modules specified as glob matching against 
<code>${groupId}/${artifactId}</code>.</div>
-        
 <ul>
-          
-<li><b>Type</b>: <code>java.util.List&lt;java.lang.String&gt;</code></li>
-          
-<li><b>Since</b>: <code>3.5.0</code></li>
-          
-<li><b>Required</b>: <code>No</code></li>
-        </ul>
-      </section></section>
-    </section>
-  
-
+<li><strong>Type</strong>: 
<code>java.util.List&lt;java.lang.String&gt;</code></li>
+<li><strong>Since</strong>: <code>3.5.0</code></li>
+<li><strong>Required</strong>: <code>report.plugin.goal.no</code></li>
+<li><strong>User Property</strong>: 
<code>buildinfo.skipModules</code></li></ul></section></section></section>
         </main>
       </div>
     </div>
@@ -347,7 +229,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>&#169;      2002&#x2013;2023
+            <p>&#169;      2002&#x2013;2024
 <a href="https://www.apache.org/";>The Apache Software Foundation</a>
 </p>
         </div>

Modified: 
maven/website/components/plugins-archives/maven-artifact-plugin-LATEST/check-buildplan-mojo.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-artifact-plugin-LATEST/check-buildplan-mojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-artifact-plugin-LATEST/check-buildplan-mojo.html
 Fri Mar 29 06:59:35 2024
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
target/generated-site/xdoc/check-buildplan-mojo.xml at 2023-09-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-plugin-report-plugin:3.10.2:report at 2024-03-29
  | Rendered using Apache Maven Fluido Skin 1.11.2
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -49,8 +49,8 @@
       <li><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
       <li><a href="index.html" title="Apache Maven Artifact Plugin">Apache 
Maven Artifact Plugin</a><span class="divider">/</span></li>
     <li class="active ">artifact:check-buildplan</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-09-29</li>
-          <li id="projectVersion" class="pull-right">Version: 3.5.0</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2024-03-29</li>
+          <li id="projectVersion" class="pull-right">Version: 3.5.1</li>
           </ul>
         </div>
       </header>
@@ -118,149 +118,71 @@
           </div>
         </header>
         <main id="bodyColumn"  class="span10" >
-
-  
-    <section>
-<h2><a name="artifact:check-buildplan"></a>artifact:check-buildplan</h2>
-      
-<p><b>Full name</b>:</p>
-      
-<p>org.apache.maven.plugins:maven-artifact-plugin:3.5.0:check-buildplan</p>
-      
-<p><b>Description</b>:</p>
-      
-<div>Check from buildplan that plugins used don't have known Reproducible 
Builds issues.</div>
-      
-<p><b>Attributes</b>:</p>
-      
+<section>
+<h2><a name="artifact:check-buildplan"></a>artifact:check-buildplan</h2><a 
name="artifact:check-buildplan"></a>
+<p><strong>Full name</strong>:</p>
+<p>org.apache.maven.plugins:maven-artifact-plugin:3.5.1:check-buildplan</p>
+<p><strong>Description</strong>:</p>
+<p>Check from buildplan that plugins used don't have known Reproducible Builds 
issues.</p>
+<p><strong>Attributes</strong>:</p>
 <ul>
-        
 <li>Requires a Maven project to be executed.</li>
-        
 <li>The goal is thread-safe and supports parallel builds.</li>
-        
-<li>Since version: <code>3.3.0</code>.</li>
-      </ul>
-      <section>
-<h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
-        
+<li>Since version: <code>3.3.0</code>.</li></ul><section>
+<h3><a name="Optional_Parameters"></a>Optional Parameters</h3><a 
name="Optional_Parameters"></a>
 <table border="0" class="table table-striped">
-          
 <tr class="a">
-            
 <th>Name</th>
-            
 <th>Type</th>
-            
 <th>Since</th>
-            
-<th>Description</th>
-          </tr>
-          
+<th>Description</th></tr>
 <tr class="b">
-            
-<td align="left"><code><a 
href="#failOnNonReproducible">&lt;failOnNonReproducible&gt;</a></code></td>
-            
+<td align="left"><a 
href="#failOnNonReproducible"><code>&lt;failOnNonReproducible&gt;</code></a></td>
 <td><code>boolean</code></td>
-            
 <td><code>-</code></td>
-            
-<td>Make build fail if execution plan contains non-reproducible plugins.<br 
/><b>Default value is</b>: <code>true</code>.<br /><b>User property is</b>: 
<code>check.failOnNonReproducible</code>.<br /></td>
-          </tr>
-          
+<td>Make build fail if execution plan contains non-reproducible plugins.<br 
/><strong>Default</strong>: <code>true</code><br /><strong>User 
Property</strong>: <code>check.failOnNonReproducible</code></td></tr>
 <tr class="a">
-            
-<td align="left"><code><a 
href="#outputTimestamp">&lt;outputTimestamp&gt;</a></code></td>
-            
+<td align="left"><a 
href="#outputTimestamp"><code>&lt;outputTimestamp&gt;</code></a></td>
 <td><code>String</code></td>
-            
 <td><code>-</code></td>
-            
-<td>Timestamp for reproducible output archive entries, either formatted as ISO 
8601 <code>yyyy-MM-dd'T'HH:mm:ssXXX</code> or as an int representing seconds 
since the epoch (like <a class="externalLink" 
href="https://reproducible-builds.org/docs/source-date-epoch/";>SOURCE_DATE_EPOCH</a>).<br
 /><b>Default value is</b>: <code>${project.build.outputTimestamp}</code>.<br 
/></td>
-          </tr>
-          
+<td>Timestamp for reproducible output archive entries, either formatted as ISO 
8601 <code>yyyy-MM-dd'T'HH:mm:ssXXX</code> or as an int representing seconds 
since the epoch (like <a 
href="https://reproducible-builds.org/docs/source-date-epoch/";>SOURCE_DATE_EPOCH</a>).<br
 /><strong>Default</strong>: 
<code>${project.build.outputTimestamp}</code></td></tr>
 <tr class="b">
-            
-<td align="left"><code><a 
href="#pluginIssues">&lt;pluginIssues&gt;</a></code></td>
-            
+<td align="left"><a 
href="#pluginIssues"><code>&lt;pluginIssues&gt;</code></a></td>
 <td><code>File</code></td>
-            
 <td><code>-</code></td>
-            
-<td>Provide a plugin issues property file to override plugin's 
<code>not-reproducible-plugins.properties</code>.<br /><b>User property is</b>: 
<code>check.plugin-issues</code>.<br /></td>
-          </tr>
-          
+<td>Provide a plugin issues property file to override plugin's 
<code>not-reproducible-plugins.properties</code>.<br /><strong>User 
Property</strong>: <code>check.plugin-issues</code></td></tr>
 <tr class="a">
-            
-<td align="left"><code><a href="#tasks">&lt;tasks&gt;</a></code></td>
-            
+<td align="left"><a href="#tasks"><code>&lt;tasks&gt;</code></a></td>
 <td><code>String[]</code></td>
-            
 <td><code>-</code></td>
-            
-<td>Allow to specify which goals/phases will be used to calculate execution 
plan.<br /><b>Default value is</b>: <code>deploy</code>.<br /><b>User property 
is</b>: <code>check.buildplan.tasks</code>.<br /></td>
-          </tr>
-        </table>
-      </section>
-      <section>
-<h3><a name="Parameter_Details"></a>Parameter Details</h3>
-        <section>
-<h4><a name="a.3CfailOnNonReproducible.3E"></a><b><a 
name="failOnNonReproducible">&lt;failOnNonReproducible&gt;</a></b></h4>
-        
+<td>Allow to specify which goals/phases will be used to calculate execution 
plan.<br /><strong>Default</strong>: <code>deploy</code><br /><strong>User 
Property</strong>: 
<code>check.buildplan.tasks</code></td></tr></table></section><section>
+<h3><a name="Parameter_Details"></a>Parameter Details</h3><a 
name="Parameter_Details"></a><a name="failOnNonReproducible"><section>
+<h4><a 
name="a.3CfailOnNonReproducible.3E"></a>&lt;failOnNonReproducible&gt;</h4><a 
name="a.3CfailOnNonReproducible.3E"></a></a>
 <div>Make build fail if execution plan contains non-reproducible plugins.</div>
-        
 <ul>
-          
-<li><b>Type</b>: <code>boolean</code></li>
-          
-<li><b>Required</b>: <code>No</code></li>
-          
-<li><b>User Property</b>: <code>check.failOnNonReproducible</code></li>
-          
-<li><b>Default</b>: <code>true</code></li>
-        </ul><hr /></section><section>
-<h4><a name="a.3CoutputTimestamp.3E"></a><b><a 
name="outputTimestamp">&lt;outputTimestamp&gt;</a></b></h4>
-        
-<div>Timestamp for reproducible output archive entries, either formatted as 
ISO 8601 <code>yyyy-MM-dd'T'HH:mm:ssXXX</code> or as an int representing 
seconds since the epoch (like <a class="externalLink" 
href="https://reproducible-builds.org/docs/source-date-epoch/";>SOURCE_DATE_EPOCH</a>).</div>
-        
+<li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Required</strong>: <code>report.plugin.goal.no</code></li>
+<li><strong>User Property</strong>: 
<code>check.failOnNonReproducible</code></li>
+<li><strong>Default</strong>: <code>true</code></li></ul><hr /></section><a 
name="outputTimestamp"><section>
+<h4><a name="a.3CoutputTimestamp.3E"></a>&lt;outputTimestamp&gt;</h4><a 
name="a.3CoutputTimestamp.3E"></a></a>
+<div>Timestamp for reproducible output archive entries, either formatted as 
ISO 8601 <code>yyyy-MM-dd'T'HH:mm:ssXXX</code> or as an int representing 
seconds since the epoch (like <a 
href="https://reproducible-builds.org/docs/source-date-epoch/";>SOURCE_DATE_EPOCH</a>).</div>
 <ul>
-          
-<li><b>Type</b>: <code>java.lang.String</code></li>
-          
-<li><b>Required</b>: <code>No</code></li>
-          
-<li><b>Default</b>: <code>${project.build.outputTimestamp}</code></li>
-        </ul><hr /></section><section>
-<h4><a name="a.3CpluginIssues.3E"></a><b><a 
name="pluginIssues">&lt;pluginIssues&gt;</a></b></h4>
-        
+<li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>report.plugin.goal.no</code></li>
+<li><strong>Default</strong>: 
<code>${project.build.outputTimestamp}</code></li></ul><hr /></section><a 
name="pluginIssues"><section>
+<h4><a name="a.3CpluginIssues.3E"></a>&lt;pluginIssues&gt;</h4><a 
name="a.3CpluginIssues.3E"></a></a>
 <div>Provide a plugin issues property file to override plugin's 
<code>not-reproducible-plugins.properties</code>.</div>
-        
 <ul>
-          
-<li><b>Type</b>: <code>java.io.File</code></li>
-          
-<li><b>Required</b>: <code>No</code></li>
-          
-<li><b>User Property</b>: <code>check.plugin-issues</code></li>
-        </ul><hr /></section><section>
-<h4><a name="a.3Ctasks.3E"></a><b><a name="tasks">&lt;tasks&gt;</a></b></h4>
-        
+<li><strong>Type</strong>: <code>java.io.File</code></li>
+<li><strong>Required</strong>: <code>report.plugin.goal.no</code></li>
+<li><strong>User Property</strong>: 
<code>check.plugin-issues</code></li></ul><hr /></section><a 
name="tasks"><section>
+<h4><a name="a.3Ctasks.3E"></a>&lt;tasks&gt;</h4><a 
name="a.3Ctasks.3E"></a></a>
 <div>Allow to specify which goals/phases will be used to calculate execution 
plan.</div>
-        
 <ul>
-          
-<li><b>Type</b>: <code>java.lang.String[]</code></li>
-          
-<li><b>Required</b>: <code>No</code></li>
-          
-<li><b>User Property</b>: <code>check.buildplan.tasks</code></li>
-          
-<li><b>Default</b>: <code>deploy</code></li>
-        </ul>
-      </section></section>
-    </section>
-  
-
+<li><strong>Type</strong>: <code>java.lang.String[]</code></li>
+<li><strong>Required</strong>: <code>report.plugin.goal.no</code></li>
+<li><strong>User Property</strong>: <code>check.buildplan.tasks</code></li>
+<li><strong>Default</strong>: 
<code>deploy</code></li></ul></section></section></section>
         </main>
       </div>
     </div>
@@ -268,7 +190,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>&#169;      2002&#x2013;2023
+            <p>&#169;      2002&#x2013;2024
 <a href="https://www.apache.org/";>The Apache Software Foundation</a>
 </p>
         </div>

Modified: 
maven/website/components/plugins-archives/maven-artifact-plugin-LATEST/checkstyle.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-artifact-plugin-LATEST/checkstyle.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-artifact-plugin-LATEST/checkstyle.html
 Fri Mar 29 06:59:35 2024
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-checkstyle-plugin:3.3.0:checkstyle at 2023-09-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-checkstyle-plugin:3.3.1:checkstyle at 2024-03-29
  | Rendered using Apache Maven Fluido Skin 1.11.2
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -49,8 +49,8 @@
       <li><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
       <li><a href="index.html" title="Apache Maven Artifact Plugin">Apache 
Maven Artifact 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: 2023-09-29</li>
-          <li id="projectVersion" class="pull-right">Version: 3.5.0</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2024-03-29</li>
+          <li id="projectVersion" class="pull-right">Version: 3.5.1</li>
           </ul>
         </div>
       </header>
@@ -202,31 +202,31 @@
 <td>javadoc</td>
 <td>JavadocVariable</td>
 <td>Missing a Javadoc comment.</td>
-<td><a 
href="./xref/org/apache/maven/plugins/artifact/buildinfo/AbstractBuildinfoMojo.html#L134">134</a></td></tr>
+<td><a 
href="./xref/org/apache/maven/plugins/artifact/buildinfo/AbstractBuildinfoMojo.html#L129">129</a></td></tr>
 <tr class="a">
 <td align="left"><img src="images/icon_info_sml.gif" alt="" />&#160;Info</td>
 <td>javadoc</td>
 <td>JavadocVariable</td>
 <td>Missing a Javadoc comment.</td>
-<td><a 
href="./xref/org/apache/maven/plugins/artifact/buildinfo/AbstractBuildinfoMojo.html#L137">137</a></td></tr>
+<td><a 
href="./xref/org/apache/maven/plugins/artifact/buildinfo/AbstractBuildinfoMojo.html#L132">132</a></td></tr>
 <tr class="b">
 <td align="left"><img src="images/icon_warning_sml.gif" alt="" 
/>&#160;Warning</td>
 <td>coding</td>
 <td>HiddenField</td>
 <td>'project' hides a field.</td>
-<td><a 
href="./xref/org/apache/maven/plugins/artifact/buildinfo/AbstractBuildinfoMojo.html#L249">249</a></td></tr>
+<td><a 
href="./xref/org/apache/maven/plugins/artifact/buildinfo/AbstractBuildinfoMojo.html#L254">254</a></td></tr>
 <tr class="a">
 <td align="left"><img src="images/icon_warning_sml.gif" alt="" 
/>&#160;Warning</td>
 <td>coding</td>
 <td>HiddenField</td>
 <td>'project' hides a field.</td>
-<td><a 
href="./xref/org/apache/maven/plugins/artifact/buildinfo/AbstractBuildinfoMojo.html#L278">278</a></td></tr>
+<td><a 
href="./xref/org/apache/maven/plugins/artifact/buildinfo/AbstractBuildinfoMojo.html#L283">283</a></td></tr>
 <tr class="b">
 <td align="left"><img src="images/icon_warning_sml.gif" alt="" 
/>&#160;Warning</td>
 <td>coding</td>
 <td>HiddenField</td>
 <td>'project' hides a field.</td>
-<td><a 
href="./xref/org/apache/maven/plugins/artifact/buildinfo/AbstractBuildinfoMojo.html#L286">286</a></td></tr></table></section><section>
+<td><a 
href="./xref/org/apache/maven/plugins/artifact/buildinfo/AbstractBuildinfoMojo.html#L291">291</a></td></tr></table></section><section>
 <h4><a 
name="org.2Fapache.2Fmaven.2Fplugins.2Fartifact.2Fbuildinfo.2FReferenceBuildinfoUtil.java"></a>org/apache/maven/plugins/artifact/buildinfo/ReferenceBuildinfoUtil.java</h4><a
 
name="org.2Fapache.2Fmaven.2Fplugins.2Fartifact.2Fbuildinfo.2FReferenceBuildinfoUtil.java"></a>
 <table border="0" class="table table-striped">
 <tr class="a">
@@ -248,7 +248,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>&#169;      2002&#x2013;2023
+            <p>&#169;      2002&#x2013;2024
 <a href="https://www.apache.org/";>The Apache Software Foundation</a>
 </p>
         </div>

Modified: 
maven/website/components/plugins-archives/maven-artifact-plugin-LATEST/ci-management.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-artifact-plugin-LATEST/ci-management.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-artifact-plugin-LATEST/ci-management.html
 Fri Mar 29 06:59:35 2024
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.5:ci-management 
at 2023-09-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.5:ci-management 
at 2024-03-29
  | Rendered using Apache Maven Fluido Skin 1.11.2
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -49,8 +49,8 @@
       <li><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
       <li><a href="index.html" title="Apache Maven Artifact Plugin">Apache 
Maven Artifact 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: 2023-09-29</li>
-          <li id="projectVersion" class="pull-right">Version: 3.5.0</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2024-03-29</li>
+          <li id="projectVersion" class="pull-right">Version: 3.5.1</li>
           </ul>
         </div>
       </header>
@@ -150,7 +150,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>&#169;      2002&#x2013;2023
+            <p>&#169;      2002&#x2013;2024
 <a href="https://www.apache.org/";>The Apache Software Foundation</a>
 </p>
         </div>

Modified: 
maven/website/components/plugins-archives/maven-artifact-plugin-LATEST/compare-mojo.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-artifact-plugin-LATEST/compare-mojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-artifact-plugin-LATEST/compare-mojo.html
 Fri Mar 29 06:59:35 2024
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
target/generated-site/xdoc/compare-mojo.xml at 2023-09-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-plugin-report-plugin:3.10.2:report at 2024-03-29
  | Rendered using Apache Maven Fluido Skin 1.11.2
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -49,8 +49,8 @@
       <li><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
       <li><a href="index.html" title="Apache Maven Artifact Plugin">Apache 
Maven Artifact Plugin</a><span class="divider">/</span></li>
     <li class="active ">artifact:compare</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-09-29</li>
-          <li id="projectVersion" class="pull-right">Version: 3.5.0</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2024-03-29</li>
+          <li id="projectVersion" class="pull-right">Version: 3.5.1</li>
           </ul>
         </div>
       </header>
@@ -118,322 +118,167 @@
           </div>
         </header>
         <main id="bodyColumn"  class="span10" >
-
-  
-    <section>
-<h2><a name="artifact:compare"></a>artifact:compare</h2>
-      
-<p><b>Full name</b>:</p>
-      
-<p>org.apache.maven.plugins:maven-artifact-plugin:3.5.0:compare</p>
-      
-<p><b>Description</b>:</p>
-      
-<div>Compare current build output (from <code>package</code>) against 
reference either previously <code>install</code>-ed or downloaded from a remote 
repository: comparison results go to <code>.buildcompare</code> file.</div>
-      
-<p><b>Attributes</b>:</p>
-      
+<section>
+<h2><a name="artifact:compare"></a>artifact:compare</h2><a 
name="artifact:compare"></a>
+<p><strong>Full name</strong>:</p>
+<p>org.apache.maven.plugins:maven-artifact-plugin:3.5.1:compare</p>
+<p><strong>Description</strong>:</p>
+<p>Compare current build output (from <code>package</code>) against reference 
either previously <code>install</code>-ed or downloaded from a remote 
repository: comparison results go to <code>.buildcompare</code> file.</p>
+<p><strong>Attributes</strong>:</p>
 <ul>
-        
 <li>Requires a Maven project to be executed.</li>
-        
 <li>The goal is thread-safe and supports parallel builds.</li>
-        
-<li>Since version: <code>3.2.0</code>.</li>
-      </ul>
-      <section>
-<h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
-        
+<li>Since version: <code>3.2.0</code>.</li></ul><section>
+<h3><a name="Optional_Parameters"></a>Optional Parameters</h3><a 
name="Optional_Parameters"></a>
 <table border="0" class="table table-striped">
-          
 <tr class="a">
-            
 <th>Name</th>
-            
 <th>Type</th>
-            
 <th>Since</th>
-            
-<th>Description</th>
-          </tr>
-          
+<th>Description</th></tr>
 <tr class="b">
-            
-<td align="left"><code><a 
href="#aggregateOnly">&lt;aggregateOnly&gt;</a></code></td>
-            
+<td align="left"><a 
href="#aggregateOnly"><code>&lt;aggregateOnly&gt;</code></a></td>
 <td><code>boolean</code></td>
-            
 <td><code>3.2.0</code></td>
-            
-<td>Compare aggregate only (ie wait for the last module) or also compare on 
each module.<br /><b>Default value is</b>: <code>false</code>.<br /><b>User 
property is</b>: <code>compare.aggregate.only</code>.<br /></td>
-          </tr>
-          
+<td>Compare aggregate only (ie wait for the last module) or also compare on 
each module.<br /><strong>Default</strong>: <code>false</code><br 
/><strong>User Property</strong>: <code>compare.aggregate.only</code></td></tr>
 <tr class="a">
-            
-<td align="left"><code><a href="#detectSkip">&lt;detectSkip&gt;</a></code></td>
-            
+<td align="left"><a href="#detectSkip"><code>&lt;detectSkip&gt;</code></a></td>
 <td><code>boolean</code></td>
-            
 <td><code>-</code></td>
-            
-<td>Detect projects/modules with install or deploy skipped: avoid taking 
fingerprints.<br /><b>Default value is</b>: <code>true</code>.<br /><b>User 
property is</b>: <code>buildinfo.detect.skip</code>.<br /></td>
-          </tr>
-          
+<td>Detect projects/modules with install or deploy skipped: avoid taking 
fingerprints.<br /><strong>Default</strong>: <code>true</code><br 
/><strong>User Property</strong>: <code>buildinfo.detect.skip</code></td></tr>
 <tr class="b">
-            
-<td align="left"><code><a href="#fail">&lt;fail&gt;</a></code></td>
-            
+<td align="left"><a href="#fail"><code>&lt;fail&gt;</code></a></td>
 <td><code>boolean</code></td>
-            
 <td><code>3.5.0</code></td>
-            
-<td>Fail the build if differences are found against reference build.<br 
/><b>Default value is</b>: <code>true</code>.<br /><b>User property is</b>: 
<code>compare.fail</code>.<br /></td>
-          </tr>
-          
+<td>Fail the build if differences are found against reference build.<br 
/><strong>Default</strong>: <code>true</code><br /><strong>User 
Property</strong>: <code>compare.fail</code></td></tr>
 <tr class="a">
-            
-<td align="left"><code><a href="#ignore">&lt;ignore&gt;</a></code></td>
-            
+<td align="left"><a href="#ignore"><code>&lt;ignore&gt;</code></a></td>
 <td><code>List&lt;String&gt;</code></td>
-            
 <td><code>-</code></td>
-            
-<td>Artifacts to ignore, specified as a glob matching against 
<code>${groupId}/${filename}</code>, for example <code>*/*.xml</code>.<br 
/><b>User property is</b>: <code>buildinfo.ignore</code>.<br /></td>
-          </tr>
-          
+<td>Artifacts to ignore, specified as a glob matching against 
<code>${groupId}/${filename}</code>, for example <code>*/*.xml</code>.<br 
/><strong>User Property</strong>: <code>buildinfo.ignore</code></td></tr>
 <tr class="b">
-            
-<td align="left"><code><a 
href="#ignoreJavadoc">&lt;ignoreJavadoc&gt;</a></code></td>
-            
+<td align="left"><a 
href="#ignoreJavadoc"><code>&lt;ignoreJavadoc&gt;</code></a></td>
 <td><code>boolean</code></td>
-            
 <td><code>-</code></td>
-            
-<td>Ignore javadoc attached artifacts from buildinfo generation.<br 
/><b>Default value is</b>: <code>true</code>.<br /><b>User property is</b>: 
<code>buildinfo.ignoreJavadoc</code>.<br /></td>
-          </tr>
-          
+<td>Ignore javadoc attached artifacts from buildinfo generation.<br 
/><strong>Default</strong>: <code>true</code><br /><strong>User 
Property</strong>: <code>buildinfo.ignoreJavadoc</code></td></tr>
 <tr class="a">
-            
-<td align="left"><code><a 
href="#outputTimestamp">&lt;outputTimestamp&gt;</a></code></td>
-            
+<td align="left"><a 
href="#outputTimestamp"><code>&lt;outputTimestamp&gt;</code></a></td>
 <td><code>String</code></td>
-            
 <td><code>3.2.0</code></td>
-            
-<td>Timestamp for reproducible output archive entries, either formatted as ISO 
8601 <code>yyyy-MM-dd'T'HH:mm:ssXXX</code> or as an int representing seconds 
since the epoch (like <a class="externalLink" 
href="https://reproducible-builds.org/docs/source-date-epoch/";>SOURCE_DATE_EPOCH</a>).<br
 /><b>Default value is</b>: <code>${project.build.outputTimestamp}</code>.<br 
/></td>
-          </tr>
-          
+<td>Timestamp for reproducible output archive entries, either formatted as ISO 
8601 <code>yyyy-MM-dd'T'HH:mm:ssXXX</code> or as an int representing seconds 
since the epoch (like <a 
href="https://reproducible-builds.org/docs/source-date-epoch/";>SOURCE_DATE_EPOCH</a>).<br
 /><strong>Default</strong>: 
<code>${project.build.outputTimestamp}</code></td></tr>
 <tr class="b">
-            
-<td align="left"><code><a 
href="#referenceRepo">&lt;referenceRepo&gt;</a></code></td>
-            
+<td align="left"><a 
href="#referenceRepo"><code>&lt;referenceRepo&gt;</code></a></td>
 <td><code>String</code></td>
-            
 <td><code>-</code></td>
-            
 <td>Repository for reference build, containing either reference buildinfo file 
or reference artifacts.
 <br />
  Format: <code>id</code> or <code>url</code> or <code>id::url</code>
-
 <dl>
- 
-<dt>
+ <dt>
   id
  </dt>
- 
-<dd>
+ <dd>
   The repository id
  </dd>
- 
-<dt>
+ <dt>
   url
  </dt>
- 
-<dd>
+ <dd>
   The url of the repository
  </dd>
-</dl><br /><b>See also:</b> <a class="externalLink" 
href="https://maven.apache.org/ref/current/maven-model/maven.html#repository";>repository
 definition</a><br /><b>Default value is</b>: <code>central</code>.<br 
/><b>User property is</b>: <code>reference.repo</code>.<br /></td>
-          </tr>
-          
+</dl><br /><strong>See also:</strong> <a 
href="https://maven.apache.org/ref/current/maven-model/maven.html#repository";>repository
 definition</a><br /><strong>Default</strong>: <code>central</code><br 
/><strong>User Property</strong>: <code>reference.repo</code></td></tr>
 <tr class="a">
-            
-<td align="left"><code><a 
href="#reproducible">&lt;reproducible&gt;</a></code></td>
-            
+<td align="left"><a 
href="#reproducible"><code>&lt;reproducible&gt;</code></a></td>
 <td><code>boolean</code></td>
-            
 <td><code>3.1.0</code></td>
-            
-<td>Makes the generated <code>.buildinfo</code> file reproducible, by dropping 
detailed environment recording: OS will be recorded as &quot;Windows&quot; or 
&quot;Unix&quot;, JVM version as major version only.<br /><b>Default value 
is</b>: <code>false</code>.<br /><b>User property is</b>: 
<code>buildinfo.reproducible</code>.<br /></td>
-          </tr>
-          
+<td>Makes the generated <code>.buildinfo</code> file reproducible, by dropping 
detailed environment recording: OS will be recorded as "Windows" or "Unix", JVM 
version as major version only.<br /><strong>Default</strong>: 
<code>false</code><br /><strong>User Property</strong>: 
<code>buildinfo.reproducible</code></td></tr>
 <tr class="b">
-            
-<td align="left"><code><a 
href="#skipModules">&lt;skipModules&gt;</a></code></td>
-            
+<td align="left"><a 
href="#skipModules"><code>&lt;skipModules&gt;</code></a></td>
 <td><code>List&lt;String&gt;</code></td>
-            
 <td><code>3.5.0</code></td>
-            
-<td>Avoid taking fingerprints for modules specified as glob matching against 
<code>${groupId}/${artifactId}</code>.<br /></td>
-          </tr>
-        </table>
-      </section>
-      <section>
-<h3><a name="Parameter_Details"></a>Parameter Details</h3>
-        <section>
-<h4><a name="a.3CaggregateOnly.3E"></a><b><a 
name="aggregateOnly">&lt;aggregateOnly&gt;</a></b></h4>
-        
+<td>Avoid taking fingerprints for modules specified as glob matching against 
<code>${groupId}/${artifactId}</code>.<br /><strong>User Property</strong>: 
<code>buildinfo.skipModules</code></td></tr></table></section><section>
+<h3><a name="Parameter_Details"></a>Parameter Details</h3><a 
name="Parameter_Details"></a><a name="aggregateOnly"><section>
+<h4><a name="a.3CaggregateOnly.3E"></a>&lt;aggregateOnly&gt;</h4><a 
name="a.3CaggregateOnly.3E"></a></a>
 <div>Compare aggregate only (ie wait for the last module) or also compare on 
each module.</div>
-        
 <ul>
-          
-<li><b>Type</b>: <code>boolean</code></li>
-          
-<li><b>Since</b>: <code>3.2.0</code></li>
-          
-<li><b>Required</b>: <code>No</code></li>
-          
-<li><b>User Property</b>: <code>compare.aggregate.only</code></li>
-          
-<li><b>Default</b>: <code>false</code></li>
-        </ul><hr /></section><section>
-<h4><a name="a.3CdetectSkip.3E"></a><b><a 
name="detectSkip">&lt;detectSkip&gt;</a></b></h4>
-        
+<li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Since</strong>: <code>3.2.0</code></li>
+<li><strong>Required</strong>: <code>report.plugin.goal.no</code></li>
+<li><strong>User Property</strong>: <code>compare.aggregate.only</code></li>
+<li><strong>Default</strong>: <code>false</code></li></ul><hr /></section><a 
name="detectSkip"><section>
+<h4><a name="a.3CdetectSkip.3E"></a>&lt;detectSkip&gt;</h4><a 
name="a.3CdetectSkip.3E"></a></a>
 <div>Detect projects/modules with install or deploy skipped: avoid taking 
fingerprints.</div>
-        
 <ul>
-          
-<li><b>Type</b>: <code>boolean</code></li>
-          
-<li><b>Required</b>: <code>No</code></li>
-          
-<li><b>User Property</b>: <code>buildinfo.detect.skip</code></li>
-          
-<li><b>Default</b>: <code>true</code></li>
-        </ul><hr /></section><section>
-<h4><a name="a.3Cfail.3E"></a><b><a name="fail">&lt;fail&gt;</a></b></h4>
-        
+<li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Required</strong>: <code>report.plugin.goal.no</code></li>
+<li><strong>User Property</strong>: <code>buildinfo.detect.skip</code></li>
+<li><strong>Default</strong>: <code>true</code></li></ul><hr /></section><a 
name="fail"><section>
+<h4><a name="a.3Cfail.3E"></a>&lt;fail&gt;</h4><a name="a.3Cfail.3E"></a></a>
 <div>Fail the build if differences are found against reference build.</div>
-        
 <ul>
-          
-<li><b>Type</b>: <code>boolean</code></li>
-          
-<li><b>Since</b>: <code>3.5.0</code></li>
-          
-<li><b>Required</b>: <code>No</code></li>
-          
-<li><b>User Property</b>: <code>compare.fail</code></li>
-          
-<li><b>Default</b>: <code>true</code></li>
-        </ul><hr /></section><section>
-<h4><a name="a.3Cignore.3E"></a><b><a name="ignore">&lt;ignore&gt;</a></b></h4>
-        
+<li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Since</strong>: <code>3.5.0</code></li>
+<li><strong>Required</strong>: <code>report.plugin.goal.no</code></li>
+<li><strong>User Property</strong>: <code>compare.fail</code></li>
+<li><strong>Default</strong>: <code>true</code></li></ul><hr /></section><a 
name="ignore"><section>
+<h4><a name="a.3Cignore.3E"></a>&lt;ignore&gt;</h4><a 
name="a.3Cignore.3E"></a></a>
 <div>Artifacts to ignore, specified as a glob matching against 
<code>${groupId}/${filename}</code>, for example <code>*/*.xml</code>.</div>
-        
 <ul>
-          
-<li><b>Type</b>: <code>java.util.List&lt;java.lang.String&gt;</code></li>
-          
-<li><b>Required</b>: <code>No</code></li>
-          
-<li><b>User Property</b>: <code>buildinfo.ignore</code></li>
-        </ul><hr /></section><section>
-<h4><a name="a.3CignoreJavadoc.3E"></a><b><a 
name="ignoreJavadoc">&lt;ignoreJavadoc&gt;</a></b></h4>
-        
+<li><strong>Type</strong>: 
<code>java.util.List&lt;java.lang.String&gt;</code></li>
+<li><strong>Required</strong>: <code>report.plugin.goal.no</code></li>
+<li><strong>User Property</strong>: <code>buildinfo.ignore</code></li></ul><hr 
/></section><a name="ignoreJavadoc"><section>
+<h4><a name="a.3CignoreJavadoc.3E"></a>&lt;ignoreJavadoc&gt;</h4><a 
name="a.3CignoreJavadoc.3E"></a></a>
 <div>Ignore javadoc attached artifacts from buildinfo generation.</div>
-        
 <ul>
-          
-<li><b>Type</b>: <code>boolean</code></li>
-          
-<li><b>Required</b>: <code>No</code></li>
-          
-<li><b>User Property</b>: <code>buildinfo.ignoreJavadoc</code></li>
-          
-<li><b>Default</b>: <code>true</code></li>
-        </ul><hr /></section><section>
-<h4><a name="a.3CoutputTimestamp.3E"></a><b><a 
name="outputTimestamp">&lt;outputTimestamp&gt;</a></b></h4>
-        
-<div>Timestamp for reproducible output archive entries, either formatted as 
ISO 8601 <code>yyyy-MM-dd'T'HH:mm:ssXXX</code> or as an int representing 
seconds since the epoch (like <a class="externalLink" 
href="https://reproducible-builds.org/docs/source-date-epoch/";>SOURCE_DATE_EPOCH</a>).</div>
-        
+<li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Required</strong>: <code>report.plugin.goal.no</code></li>
+<li><strong>User Property</strong>: <code>buildinfo.ignoreJavadoc</code></li>
+<li><strong>Default</strong>: <code>true</code></li></ul><hr /></section><a 
name="outputTimestamp"><section>
+<h4><a name="a.3CoutputTimestamp.3E"></a>&lt;outputTimestamp&gt;</h4><a 
name="a.3CoutputTimestamp.3E"></a></a>
+<div>Timestamp for reproducible output archive entries, either formatted as 
ISO 8601 <code>yyyy-MM-dd'T'HH:mm:ssXXX</code> or as an int representing 
seconds since the epoch (like <a 
href="https://reproducible-builds.org/docs/source-date-epoch/";>SOURCE_DATE_EPOCH</a>).</div>
 <ul>
-          
-<li><b>Type</b>: <code>java.lang.String</code></li>
-          
-<li><b>Since</b>: <code>3.2.0</code></li>
-          
-<li><b>Required</b>: <code>No</code></li>
-          
-<li><b>Default</b>: <code>${project.build.outputTimestamp}</code></li>
-        </ul><hr /></section><section>
-<h4><a name="a.3CreferenceRepo.3E"></a><b><a 
name="referenceRepo">&lt;referenceRepo&gt;</a></b></h4>
-        
+<li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Since</strong>: <code>3.2.0</code></li>
+<li><strong>Required</strong>: <code>report.plugin.goal.no</code></li>
+<li><strong>Default</strong>: 
<code>${project.build.outputTimestamp}</code></li></ul><hr /></section><a 
name="referenceRepo"><section>
+<h4><a name="a.3CreferenceRepo.3E"></a>&lt;referenceRepo&gt;</h4><a 
name="a.3CreferenceRepo.3E"></a></a>
 <div>Repository for reference build, containing either reference buildinfo 
file or reference artifacts.
 <br />
  Format: <code>id</code> or <code>url</code> or <code>id::url</code>
-
 <dl>
- 
-<dt>
+ <dt>
   id
  </dt>
- 
-<dd>
+ <dd>
   The repository id
  </dd>
- 
-<dt>
+ <dt>
   url
  </dt>
- 
-<dd>
+ <dd>
   The url of the repository
  </dd>
-</dl><br /><b>See also:</b> <a class="externalLink" 
href="https://maven.apache.org/ref/current/maven-model/maven.html#repository";>repository
 definition</a></div>
-        
+</dl><br /><strong>See also:</strong> <a 
href="https://maven.apache.org/ref/current/maven-model/maven.html#repository";>repository
 definition</a></div>
 <ul>
-          
-<li><b>Type</b>: <code>java.lang.String</code></li>
-          
-<li><b>Required</b>: <code>No</code></li>
-          
-<li><b>User Property</b>: <code>reference.repo</code></li>
-          
-<li><b>Default</b>: <code>central</code></li>
-        </ul><hr /></section><section>
-<h4><a name="a.3Creproducible.3E"></a><b><a 
name="reproducible">&lt;reproducible&gt;</a></b></h4>
-        
-<div>Makes the generated <code>.buildinfo</code> file reproducible, by 
dropping detailed environment recording: OS will be recorded as 
&quot;Windows&quot; or &quot;Unix&quot;, JVM version as major version 
only.</div>
-        
+<li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Required</strong>: <code>report.plugin.goal.no</code></li>
+<li><strong>User Property</strong>: <code>reference.repo</code></li>
+<li><strong>Default</strong>: <code>central</code></li></ul><hr /></section><a 
name="reproducible"><section>
+<h4><a name="a.3Creproducible.3E"></a>&lt;reproducible&gt;</h4><a 
name="a.3Creproducible.3E"></a></a>
+<div>Makes the generated <code>.buildinfo</code> file reproducible, by 
dropping detailed environment recording: OS will be recorded as "Windows" or 
"Unix", JVM version as major version only.</div>
 <ul>
-          
-<li><b>Type</b>: <code>boolean</code></li>
-          
-<li><b>Since</b>: <code>3.1.0</code></li>
-          
-<li><b>Required</b>: <code>No</code></li>
-          
-<li><b>User Property</b>: <code>buildinfo.reproducible</code></li>
-          
-<li><b>Default</b>: <code>false</code></li>
-        </ul><hr /></section><section>
-<h4><a name="a.3CskipModules.3E"></a><b><a 
name="skipModules">&lt;skipModules&gt;</a></b></h4>
-        
+<li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Since</strong>: <code>3.1.0</code></li>
+<li><strong>Required</strong>: <code>report.plugin.goal.no</code></li>
+<li><strong>User Property</strong>: <code>buildinfo.reproducible</code></li>
+<li><strong>Default</strong>: <code>false</code></li></ul><hr /></section><a 
name="skipModules"><section>
+<h4><a name="a.3CskipModules.3E"></a>&lt;skipModules&gt;</h4><a 
name="a.3CskipModules.3E"></a></a>
 <div>Avoid taking fingerprints for modules specified as glob matching against 
<code>${groupId}/${artifactId}</code>.</div>
-        
 <ul>
-          
-<li><b>Type</b>: <code>java.util.List&lt;java.lang.String&gt;</code></li>
-          
-<li><b>Since</b>: <code>3.5.0</code></li>
-          
-<li><b>Required</b>: <code>No</code></li>
-        </ul>
-      </section></section>
-    </section>
-  
-
+<li><strong>Type</strong>: 
<code>java.util.List&lt;java.lang.String&gt;</code></li>
+<li><strong>Since</strong>: <code>3.5.0</code></li>
+<li><strong>Required</strong>: <code>report.plugin.goal.no</code></li>
+<li><strong>User Property</strong>: 
<code>buildinfo.skipModules</code></li></ul></section></section></section>
         </main>
       </div>
     </div>
@@ -441,7 +286,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>&#169;      2002&#x2013;2023
+            <p>&#169;      2002&#x2013;2024
 <a href="https://www.apache.org/";>The Apache Software Foundation</a>
 </p>
         </div>

Modified: 
maven/website/components/plugins-archives/maven-artifact-plugin-LATEST/cpd.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-artifact-plugin-LATEST/cpd.html 
(original)
+++ 
maven/website/components/plugins-archives/maven-artifact-plugin-LATEST/cpd.html 
Fri Mar 29 06:59:35 2024
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-pmd-plugin:3.21.0:cpd at 2023-09-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-pmd-plugin:3.21.2:cpd at 2024-03-29
  | Rendered using Apache Maven Fluido Skin 1.11.2
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -49,8 +49,8 @@
       <li><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
       <li><a href="index.html" title="Apache Maven Artifact Plugin">Apache 
Maven Artifact Plugin</a><span class="divider">/</span></li>
     <li class="active ">CPD Results</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-09-29</li>
-          <li id="projectVersion" class="pull-right">Version: 3.5.0</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2024-03-29</li>
+          <li id="projectVersion" class="pull-right">Version: 3.5.1</li>
           </ul>
         </div>
       </header>
@@ -131,37 +131,8 @@
         <main id="bodyColumn"  class="span10" >
 <section>
 <h2><a name="CPD_Results"></a>CPD Results</h2><a name="CPD_Results"></a>
-<p>The following document contains the results of PMD's  <a 
class="externalLink" 
href="https://pmd.github.io/latest/pmd_userdocs_cpd.html";>CPD</a> 
6.55.0.</p><section>
-<h3><a name="Duplications"></a>Duplications</h3><a name="Duplications"></a>
-<table border="0" class="table table-striped">
-<tr class="a">
-<th>File</th>
-<th>Line</th></tr>
-<tr class="b">
-<td 
align="left">org/apache/maven/plugins/artifact/buildinfo/AbstractBuildinfoMojo.java</td>
-<td><a 
href="./xref/org/apache/maven/plugins/artifact/buildinfo/AbstractBuildinfoMojo.html#L149">149</a></td></tr>
-<tr class="a">
-<td 
align="left">org/apache/maven/plugins/artifact/buildinfo/CheckBuildPlanMojo.java</td>
-<td><a 
href="./xref/org/apache/maven/plugins/artifact/buildinfo/CheckBuildPlanMojo.html#L171">171</a></td></tr>
-<tr class="b">
-<td colspan="2" align="left">
-<div class="source"><pre class="prettyprint linenums">} else {
-            if (getLog().isDebugEnabled()) {
-                getLog().debug(&quot;project.build.outputTimestamp = 
\&quot;&quot; + outputTimestamp + &quot;\&quot; =&gt; &quot;
-                        + new 
SimpleDateFormat(&quot;yyyy-MM-dd'T'HH:mm:ssXXX&quot;).format(timestamp));
-            }
-
-            // check if timestamp well defined in a project from reactor
-            boolean parentInReactor = false;
-            MavenProject reactorParent = project;
-            while (reactorProjects.contains(reactorParent.getParent())) {
-                parentInReactor = true;
-                reactorParent = reactorParent.getParent();
-            }
-            String prop = 
reactorParent.getOriginalModel().getProperties().getProperty(&quot;project.build.outputTimestamp&quot;);
-            if (prop == null) {
-                getLog().error(&quot;project.build.outputTimestamp property 
should not be inherited but defined in &quot;
-                        + (parentInReactor ? &quot;parent POM from reactor 
&quot; : &quot;POM &quot;) + 
reactorParent.getFile());</pre></div></td></tr></table></section></section>
+<p>The following document contains the results of PMD's  <a 
class="externalLink" 
href="https://pmd.github.io/latest/pmd_userdocs_cpd.html";>CPD</a> 6.55.0.</p>
+<p>CPD found no problems in your source code.</p></section>
         </main>
       </div>
     </div>
@@ -169,7 +140,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>&#169;      2002&#x2013;2023
+            <p>&#169;      2002&#x2013;2024
 <a href="https://www.apache.org/";>The Apache Software Foundation</a>
 </p>
         </div>

Modified: 
maven/website/components/plugins-archives/maven-artifact-plugin-LATEST/dependencies.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-artifact-plugin-LATEST/dependencies.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-artifact-plugin-LATEST/dependencies.html
 Fri Mar 29 06:59:35 2024
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.5:dependencies 
at 2023-09-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.5:dependencies 
at 2024-03-29
  | Rendered using Apache Maven Fluido Skin 1.11.2
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -49,8 +49,8 @@
       <li><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
       <li><a href="index.html" title="Apache Maven Artifact Plugin">Apache 
Maven Artifact Plugin</a><span class="divider">/</span></li>
     <li class="active ">Project Dependencies</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-09-29</li>
-          <li id="projectVersion" class="pull-right">Version: 3.5.0</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2024-03-29</li>
+          <li id="projectVersion" class="pull-right">Version: 3.5.1</li>
           </ul>
         </div>
       </header>
@@ -160,17 +160,11 @@
 <tr class="b">
 <td align="left">org.apache.maven.shared</td>
 <td><a class="externalLink" 
href="https://maven.apache.org/shared/maven-shared-utils/";>maven-shared-utils</a></td>
-<td>3.3.4</td>
+<td>3.4.2</td>
 <td>jar</td>
-<td><a class="externalLink" 
href="https://www.apache.org/licenses/LICENSE-2.0.txt";>Apache License, Version 
2.0</a></td></tr>
+<td><a class="externalLink" 
href="https://www.apache.org/licenses/LICENSE-2.0.txt";>Apache-2.0</a></td></tr>
 <tr class="a">
 <td align="left">org.codehaus.plexus</td>
-<td><a class="externalLink" 
href="https://codehaus-plexus.github.io/plexus-pom/plexus-utils/";>plexus-utils</a></td>
-<td>4.0.0</td>
-<td>jar</td>
-<td><a class="externalLink" 
href="https://www.apache.org/licenses/LICENSE-2.0.txt";>Apache License, Version 
2.0</a></td></tr>
-<tr class="b">
-<td align="left">org.codehaus.plexus</td>
 <td><a class="externalLink" 
href="https://codehaus-plexus.github.io/plexus-xml/";>plexus-xml</a></td>
 <td>3.0.0</td>
 <td>jar</td>
@@ -211,7 +205,7 @@
 <tr class="b">
 <td align="left">org.apache.maven.plugin-tools</td>
 <td><a class="externalLink" 
href="https://maven.apache.org/plugin-tools/maven-plugin-annotations";>maven-plugin-annotations</a></td>
-<td>3.9.0</td>
+<td>3.10.2</td>
 <td>jar</td>
 <td><a class="externalLink" 
href="https://www.apache.org/licenses/LICENSE-2.0.txt";>Apache-2.0</a></td></tr>
 <tr class="a">
@@ -233,8 +227,8 @@
 <th>Licenses</th></tr>
 <tr class="b">
 <td align="left">commons-io</td>
-<td><a class="externalLink" 
href="http://commons.apache.org/proper/commons-io/";>commons-io</a></td>
-<td>2.6</td>
+<td><a class="externalLink" 
href="https://commons.apache.org/proper/commons-io/";>commons-io</a></td>
+<td>2.11.0</td>
 <td>jar</td>
 <td><a class="externalLink" 
href="https://www.apache.org/licenses/LICENSE-2.0.txt";>Apache License, Version 
2.0</a></td></tr>
 <tr class="a">
@@ -262,6 +256,12 @@
 <td>jar</td>
 <td><a class="externalLink" 
href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache License, Version 
2.0</a></td></tr>
 <tr class="a">
+<td align="left">org.codehaus.plexus</td>
+<td><a class="externalLink" 
href="https://codehaus-plexus.github.io/plexus-pom/plexus-utils/";>plexus-utils</a></td>
+<td>4.0.0</td>
+<td>jar</td>
+<td><a class="externalLink" 
href="https://www.apache.org/licenses/LICENSE-2.0.txt";>Apache License, Version 
2.0</a></td></tr>
+<tr class="b">
 <td align="left">org.slf4j</td>
 <td><a class="externalLink" href="http://www.slf4j.org";>slf4j-api</a></td>
 <td>1.7.36</td>
@@ -431,7 +431,7 @@
 </script><a name="Dependency_Tree"></a><section>
 <h3><a name="Dependency_Tree"></a>Dependency Tree</h3>
 <ul>
-<li>org.apache.maven.plugins:maven-artifact-plugin:maven-plugin:3.5.0 <img 
id="_img1" src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep0', '_img1' );" style="cursor: pointer; 
vertical-align: text-bottom;" /><div id="_dep0" style="display:none">
+<li>org.apache.maven.plugins:maven-artifact-plugin:maven-plugin:3.5.1 <img 
id="_img1" src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep0', '_img1' );" style="cursor: pointer; 
vertical-align: text-bottom;" /><div id="_dep0" style="display:none">
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Apache Maven Artifact Plugin</th></tr>
@@ -622,7 +622,17 @@
 <p><b>Description: </b>The Plexus project provides a full software stack for 
creating and executing software projects.</p>
 <p><b>URL: </b><a class="externalLink" 
href="http://plexus.codehaus.org/plexus-components/plexus-interpolation";>http://plexus.codehaus.org/plexus-components/plexus-interpolation</a></p>
 <p><b>Project Licenses: </b><a class="externalLink" 
href="http://www.apache.org/licenses/LICENSE-2.0.txt";>The Apache Software 
License, Version 2.0</a></p></td></tr></table></div></li>
-<li>org.codehaus.plexus:plexus-classworlds:jar:2.5.2 (provided) <img 
id="_img41" src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep40', '_img41' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep40" style="display:none">
+<li>org.codehaus.plexus:plexus-utils:jar:4.0.0 (compile) <img id="_img41" 
src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep40', '_img41' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep40" style="display:none">
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Plexus Common Utilities</th></tr>
+<tr class="b">
+<td align="left">
+<p><b>Description: </b>A collection of various utility classes to ease working 
with strings, files, command lines and
+    more.</p>
+<p><b>URL: </b><a class="externalLink" 
href="https://codehaus-plexus.github.io/plexus-pom/plexus-utils/";>https://codehaus-plexus.github.io/plexus-pom/plexus-utils/</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" 
href="https://www.apache.org/licenses/LICENSE-2.0.txt";>Apache License, Version 
2.0</a></p></td></tr></table></div></li>
+<li>org.codehaus.plexus:plexus-classworlds:jar:2.5.2 (provided) <img 
id="_img43" src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep42', '_img43' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep42" style="display:none">
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Plexus Classworlds</th></tr>
@@ -631,7 +641,7 @@
 <p><b>Description: </b>A class loader framework</p>
 <p><b>URL: </b><a class="externalLink" 
href="http://plexus.codehaus.org/plexus-classworlds/";>http://plexus.codehaus.org/plexus-classworlds/</a></p>
 <p><b>Project Licenses: </b><a class="externalLink" 
href="http://www.apache.org/licenses/LICENSE-2.0.txt";>The Apache Software 
License, Version 2.0</a></p></td></tr></table></div></li>
-<li>org.codehaus.plexus:plexus-component-annotations:jar:1.5.5 (provided) <img 
id="_img43" src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep42', '_img43' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep42" style="display:none">
+<li>org.codehaus.plexus:plexus-component-annotations:jar:1.5.5 (provided) <img 
id="_img45" src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep44', '_img45' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep44" style="display:none">
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Plexus :: Component Annotations</th></tr>
@@ -641,7 +651,7 @@
     standard annotations instead of javadoc annotations.</p>
 <p><b>URL: </b><a class="externalLink" 
href="http://plexus.codehaus.org/plexus-containers/plexus-component-annotations/";>http://plexus.codehaus.org/plexus-containers/plexus-component-annotations/</a></p>
 <p><b>Project Licenses: </b><a class="externalLink" 
href="http://www.apache.org/licenses/LICENSE-2.0.txt";>The Apache Software 
License, Version 2.0</a></p></td></tr></table></div></li>
-<li>org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 (provided) <img 
id="_img45" src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep44', '_img45' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep44" style="display:none">
+<li>org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 (provided) <img 
id="_img47" src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep46', '_img47' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep46" style="display:none">
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Plexus Security Dispatcher Component</th></tr>
@@ -651,7 +661,7 @@
 <p><b>URL: </b><a class="externalLink" 
href="http://spice.sonatype.org/plexus-sec-dispatcher";>http://spice.sonatype.org/plexus-sec-dispatcher</a></p>
 <p><b>Project Licenses: </b><a class="externalLink" 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache Public License 
2.0</a></p></td></tr></table></div>
 <ul>
-<li>org.sonatype.plexus:plexus-cipher:jar:1.4 (provided) <img id="_img47" 
src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep46', '_img47' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep46" style="display:none">
+<li>org.sonatype.plexus:plexus-cipher:jar:1.4 (provided) <img id="_img49" 
src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep48', '_img49' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep48" style="display:none">
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Plexus Cipher: encryption/decryption Component</th></tr>
@@ -660,7 +670,7 @@
 <p><b>Description: </b>There is currently no description associated with this 
project.</p>
 <p><b>URL: </b><a class="externalLink" 
href="http://spice.sonatype.org/plexus-cipher";>http://spice.sonatype.org/plexus-cipher</a></p>
 <p><b>Project Licenses: </b><a class="externalLink" 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache Public License 
2.0</a></p></td></tr></table></div></li></ul></li></ul></li>
-<li>org.apache.maven:maven-model:jar:3.2.5 (provided) <img id="_img49" 
src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep48', '_img49' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep48" style="display:none">
+<li>org.apache.maven:maven-model:jar:3.2.5 (provided) <img id="_img51" 
src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep50', '_img51' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep50" style="display:none">
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Maven Model</th></tr>
@@ -669,7 +679,7 @@
 <p><b>Description: </b>Model for Maven POM (Project Object Model)</p>
 <p><b>URL: </b><a class="externalLink" 
href="http://maven.apache.org/ref/3.2.5/maven-model";>http://maven.apache.org/ref/3.2.5/maven-model</a></p>
 <p><b>Project Licenses: </b><a class="externalLink" 
href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache License, Version 
2.0</a></p></td></tr></table></div></li>
-<li>org.apache.maven:maven-artifact:jar:3.2.5 (provided) <img id="_img51" 
src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep50', '_img51' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep50" style="display:none">
+<li>org.apache.maven:maven-artifact:jar:3.2.5 (provided) <img id="_img53" 
src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep52', '_img53' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep52" style="display:none">
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Maven Artifact</th></tr>
@@ -684,7 +694,7 @@
     process.</p>
 <p><b>URL: </b><a class="externalLink" 
href="http://maven.apache.org/ref/3.2.5/maven-artifact";>http://maven.apache.org/ref/3.2.5/maven-artifact</a></p>
 <p><b>Project Licenses: </b><a class="externalLink" 
href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache License, Version 
2.0</a></p></td></tr></table></div></li>
-<li>org.eclipse.aether:aether-api:jar:1.0.0.v20140518 (provided) <img 
id="_img53" src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep52', '_img53' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep52" style="display:none">
+<li>org.eclipse.aether:aether-api:jar:1.0.0.v20140518 (provided) <img 
id="_img55" src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep54', '_img55' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep54" style="display:none">
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Aether API</th></tr>
@@ -693,16 +703,6 @@
 <p><b>Description: </b>The application programming interface for the 
repository system.</p>
 <p><b>URL: </b><a class="externalLink" 
href="http://www.eclipse.org/aether/aether-api/";>http://www.eclipse.org/aether/aether-api/</a></p>
 <p><b>Project Licenses: </b><a class="externalLink" 
href="http://www.eclipse.org/legal/epl-v10.html";>Eclipse Public License, 
Version 1.0</a></p></td></tr></table></div></li>
-<li>org.codehaus.plexus:plexus-utils:jar:4.0.0 (compile) <img id="_img55" 
src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep54', '_img55' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep54" style="display:none">
-<table border="0" class="table table-striped">
-<tr class="a">
-<th>Plexus Common Utilities</th></tr>
-<tr class="b">
-<td align="left">
-<p><b>Description: </b>A collection of various utility classes to ease working 
with strings, files, command lines and
-    more.</p>
-<p><b>URL: </b><a class="externalLink" 
href="https://codehaus-plexus.github.io/plexus-pom/plexus-utils/";>https://codehaus-plexus.github.io/plexus-pom/plexus-utils/</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" 
href="https://www.apache.org/licenses/LICENSE-2.0.txt";>Apache License, Version 
2.0</a></p></td></tr></table></div></li>
 <li>org.codehaus.plexus:plexus-xml:jar:3.0.0 (compile) <img id="_img57" 
src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep56', '_img57' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep56" style="display:none">
 <table border="0" class="table table-striped">
 <tr class="a">
@@ -712,7 +712,7 @@
 <p><b>Description: </b>A collection of various utility classes to ease working 
with XML in Maven 3.</p>
 <p><b>URL: </b><a class="externalLink" 
href="https://codehaus-plexus.github.io/plexus-xml/";>https://codehaus-plexus.github.io/plexus-xml/</a></p>
 <p><b>Project Licenses: </b><a class="externalLink" 
href="https://www.apache.org/licenses/LICENSE-2.0.txt";>Apache License, Version 
2.0</a></p></td></tr></table></div></li>
-<li>org.apache.maven.shared:maven-shared-utils:jar:3.3.4 (compile) <img 
id="_img59" src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep58', '_img59' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep58" style="display:none">
+<li>org.apache.maven.shared:maven-shared-utils:jar:3.4.2 (compile) <img 
id="_img59" src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep58', '_img59' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep58" style="display:none">
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Apache Maven Shared Utils</th></tr>
@@ -720,9 +720,18 @@
 <td align="left">
 <p><b>Description: </b>Shared utilities for use by Maven core and plugins</p>
 <p><b>URL: </b><a class="externalLink" 
href="https://maven.apache.org/shared/maven-shared-utils/";>https://maven.apache.org/shared/maven-shared-utils/</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" 
href="https://www.apache.org/licenses/LICENSE-2.0.txt";>Apache License, Version 
2.0</a></p></td></tr></table></div>
+<p><b>Project Licenses: </b><a class="externalLink" 
href="https://www.apache.org/licenses/LICENSE-2.0.txt";>Apache-2.0</a></p></td></tr></table></div>
 <ul>
-<li>commons-io:commons-io:jar:2.6 (compile) <img id="_img61" 
src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep60', '_img61' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep60" style="display:none">
+<li>org.slf4j:slf4j-api:jar:1.7.36 (compile) <img id="_img61" 
src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep60', '_img61' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep60" style="display:none">
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>SLF4J API Module</th></tr>
+<tr class="b">
+<td align="left">
+<p><b>Description: </b>The slf4j API</p>
+<p><b>URL: </b><a class="externalLink" 
href="http://www.slf4j.org";>http://www.slf4j.org</a></p>
+<p><b>Project Licenses: </b><a class="externalLink" 
href="http://www.opensource.org/licenses/mit-license.php";>MIT 
License</a></p></td></tr></table></div></li>
+<li>commons-io:commons-io:jar:2.11.0 (compile) <img id="_img63" 
src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep62', '_img63' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep62" style="display:none">
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Apache Commons IO</th></tr>
@@ -730,9 +739,9 @@
 <td align="left">
 <p><b>Description: </b>The Apache Commons IO library contains utility classes, 
stream implementations, file filters,
 file comparators, endian transformation classes, and much more.</p>
-<p><b>URL: </b><a class="externalLink" 
href="http://commons.apache.org/proper/commons-io/";>http://commons.apache.org/proper/commons-io/</a></p>
+<p><b>URL: </b><a class="externalLink" 
href="https://commons.apache.org/proper/commons-io/";>https://commons.apache.org/proper/commons-io/</a></p>
 <p><b>Project Licenses: </b><a class="externalLink" 
href="https://www.apache.org/licenses/LICENSE-2.0.txt";>Apache License, Version 
2.0</a></p></td></tr></table></div></li></ul></li>
-<li>org.apache.maven:maven-archiver:jar:3.6.0 (compile) <img id="_img63" 
src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep62', '_img63' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep62" style="display:none">
+<li>org.apache.maven:maven-archiver:jar:3.6.0 (compile) <img id="_img65" 
src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep64', '_img65' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep64" style="display:none">
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Apache Maven Archiver</th></tr>
@@ -742,7 +751,7 @@ file comparators, endian transformation
 <p><b>URL: </b><a class="externalLink" 
href="https://maven.apache.org/shared/maven-archiver/";>https://maven.apache.org/shared/maven-archiver/</a></p>
 <p><b>Project Licenses: </b><a class="externalLink" 
href="https://www.apache.org/licenses/LICENSE-2.0.txt";>Apache License, Version 
2.0</a></p></td></tr></table></div>
 <ul>
-<li>org.codehaus.plexus:plexus-io:jar:3.4.0 (compile) <img id="_img65" 
src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep64', '_img65' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep64" style="display:none">
+<li>org.codehaus.plexus:plexus-io:jar:3.4.0 (compile) <img id="_img67" 
src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep66', '_img67' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep66" style="display:none">
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Plexus IO Components</th></tr>
@@ -751,7 +760,7 @@ file comparators, endian transformation
 <p><b>Description: </b>The Plexus project provides a full software stack for 
creating and executing software projects.</p>
 <p><b>URL: </b><a class="externalLink" 
href="https://codehaus-plexus.github.io/plexus-io/";>https://codehaus-plexus.github.io/plexus-io/</a></p>
 <p><b>Project Licenses: </b><a class="externalLink" 
href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache License, Version 
2.0</a></p></td></tr></table></div></li>
-<li>org.codehaus.plexus:plexus-archiver:jar:4.4.0 (compile) <img id="_img67" 
src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep66', '_img67' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep66" style="display:none">
+<li>org.codehaus.plexus:plexus-archiver:jar:4.4.0 (compile) <img id="_img69" 
src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep68', '_img69' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep68" style="display:none">
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Plexus Archiver Component</th></tr>
@@ -759,17 +768,7 @@ file comparators, endian transformation
 <td align="left">
 <p><b>Description: </b>The Plexus project provides a full software stack for 
creating and executing software projects.</p>
 <p><b>URL: </b><a class="externalLink" 
href="https://codehaus-plexus.github.io/plexus-archiver/";>https://codehaus-plexus.github.io/plexus-archiver/</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" 
href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache License, Version 
2.0</a></p></td></tr></table></div>
-<ul>
-<li>org.slf4j:slf4j-api:jar:1.7.36 (compile) <img id="_img69" 
src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep68', '_img69' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep68" style="display:none">
-<table border="0" class="table table-striped">
-<tr class="a">
-<th>SLF4J API Module</th></tr>
-<tr class="b">
-<td align="left">
-<p><b>Description: </b>The slf4j API</p>
-<p><b>URL: </b><a class="externalLink" 
href="http://www.slf4j.org";>http://www.slf4j.org</a></p>
-<p><b>Project Licenses: </b><a class="externalLink" 
href="http://www.opensource.org/licenses/mit-license.php";>MIT 
License</a></p></td></tr></table></div></li></ul></li></ul></li>
+<p><b>Project Licenses: </b><a class="externalLink" 
href="http://www.apache.org/licenses/LICENSE-2.0.txt";>Apache License, Version 
2.0</a></p></td></tr></table></div></li></ul></li>
 <li>commons-codec:commons-codec:jar:1.15 (compile) <img id="_img71" 
src="./images/icon_info_sml.gif" alt="[Information]" 
onclick="toggleDependencyDetails( '_dep70', '_img71' );" style="cursor: 
pointer; vertical-align: text-bottom;" /><div id="_dep70" style="display:none">
 <table border="0" class="table table-striped">
 <tr class="a">
@@ -782,7 +781,7 @@ file comparators, endian transformation
      collection of phonetic encoding utilities.</p>
 <p><b>URL: </b><a class="externalLink" 
href="https://commons.apache.org/proper/commons-codec/";>https://commons.apache.org/proper/commons-codec/</a></p>
 <p><b>Project Licenses: </b><a class="externalLink" 
href="https://www.apache.org/licenses/LICENSE-2.0.txt";>Apache License, Version 
2.0</a></p></td></tr></table></div></li>
-<li>org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.9.0 
(provided) <img id="_img73" src="./images/icon_info_sml.gif" 
alt="[Information]" onclick="toggleDependencyDetails( '_dep72', '_img73' );" 
style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep72" 
style="display:none">
+<li>org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.10.2 
(provided) <img id="_img73" src="./images/icon_info_sml.gif" 
alt="[Information]" onclick="toggleDependencyDetails( '_dep72', '_img73' );" 
style="cursor: pointer; vertical-align: text-bottom;" /><div id="_dep72" 
style="display:none">
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Maven Plugin Tools Java Annotations</th></tr>
@@ -795,8 +794,8 @@ file comparators, endian transformation
 <p><b>Eclipse Public License, Version 1.0: </b>Aether API, Aether 
Implementation, Aether SPI, Aether Utilities, org.eclipse.sisu.inject, 
org.eclipse.sisu.plexus</p>
 <p><b>Apache Public License 2.0: </b>Plexus Cipher: encryption/decryption 
Component, Plexus Security Dispatcher Component</p>
 <p><b>MIT License: </b>SLF4J API Module</p>
-<p><b>Apache-2.0: </b>Apache Maven Artifact Plugin, Maven Plugin Tools Java 
Annotations</p>
-<p><b>Apache License, Version 2.0: </b>Apache Commons Codec, Apache Commons 
IO, Apache Maven Archiver, Apache Maven Shared Utils, CDI APIs, Maven Aether 
Provider, Maven Artifact, Maven Core, Maven Model, Maven Model Builder, Maven 
Plugin API, Maven Repository Metadata Model, Maven Settings, Maven Settings 
Builder, Plexus Archiver Component, Plexus Common Utilities, Plexus IO 
Components, Plexus XML Utilities</p>
+<p><b>Apache-2.0: </b>Apache Maven Artifact Plugin, Apache Maven Shared Utils, 
Maven Plugin Tools Java Annotations</p>
+<p><b>Apache License, Version 2.0: </b>Apache Commons Codec, Apache Commons 
IO, Apache Maven Archiver, CDI APIs, Maven Aether Provider, Maven Artifact, 
Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven 
Repository Metadata Model, Maven Settings, Maven Settings Builder, Plexus 
Archiver Component, Plexus Common Utilities, Plexus IO Components, Plexus XML 
Utilities</p>
 <p><b>CDDL + GPLv2 with classpath exception: </b>javax.annotation API</p>
 <p><b>Public Domain: </b>AOP alliance</p>
 <p><b>The Apache Software License, Version 2.0: </b>Guava: Google Core 
Libraries for Java, Plexus :: Component Annotations, Plexus Classworlds, Plexus 
Interpolation API, Sisu Guice - Core Library, javax.inject</p></section><a 
name="Dependency_File_Details"></a><section>
@@ -835,12 +834,12 @@ file comparators, endian transformation
 <td align="center">1.7</td>
 <td align="center">Yes</td></tr>
 <tr class="a">
-<td align="left">commons-io-2.6.jar</td>
-<td align="right">214.8 kB</td>
-<td align="right">146</td>
-<td align="right">127</td>
-<td align="right">7</td>
-<td align="center">1.7</td>
+<td align="left">commons-io-2.11.0.jar</td>
+<td align="right">327.1 kB</td>
+<td align="right">224</td>
+<td align="right">201</td>
+<td align="right">11</td>
+<td align="center">1.8</td>
 <td align="center">Yes</td></tr>
 <tr class="b">
 <td align="left">javax.annotation-api-1.2.jar</td>
@@ -947,20 +946,20 @@ file comparators, endian transformation
 <td align="center">1.6</td>
 <td align="center">Yes</td></tr>
 <tr class="a">
-<td align="left">maven-plugin-annotations-3.9.0.jar</td>
-<td align="right">13.8 kB</td>
+<td align="left">maven-plugin-annotations-3.10.2.jar</td>
+<td align="right">13.9 kB</td>
 <td align="right">22</td>
 <td align="right">7</td>
 <td align="right">1</td>
 <td align="center">1.8</td>
 <td align="center">Yes</td></tr>
 <tr class="b">
-<td align="left">maven-shared-utils-3.3.4.jar</td>
-<td align="right">153.1 kB</td>
+<td align="left">maven-shared-utils-3.4.2.jar</td>
+<td align="right">151.1 kB</td>
 <td align="right">103</td>
 <td align="right">79</td>
 <td align="right">9</td>
-<td align="center">1.7</td>
+<td align="center">1.8</td>
 <td align="center">Yes</td></tr>
 <tr class="a">
 <td align="left">plexus-archiver-4.4.0.jar</td>
@@ -1108,18 +1107,18 @@ file comparators, endian transformation
 <th>Debug Information</th></tr>
 <tr class="a">
 <td align="right">36</td>
-<td align="right">6.6 MB</td>
-<td align="right">5324</td>
-<td align="right">4404</td>
-<td align="right">286</td>
+<td align="right">6.7 MB</td>
+<td align="right">5402</td>
+<td align="right">4478</td>
+<td align="right">290</td>
 <td align="center">11</td>
 <td align="right">34</td></tr>
 <tr class="b">
 <td align="right">compile: 11</td>
-<td align="right">compile: 1.4 MB</td>
-<td align="right">compile: 1088</td>
-<td align="right">compile: 733</td>
-<td align="right">compile: 76</td>
+<td align="right">compile: 1.5 MB</td>
+<td align="right">compile: 1166</td>
+<td align="right">compile: 807</td>
+<td align="right">compile: 80</td>
 <td rowspan="2" style="vertical-align: middle" align="center">11</td>
 <td align="right">compile: 10</td></tr>
 <tr class="a">
@@ -1136,7 +1135,7 @@ file comparators, endian transformation
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>&#169;      2002&#x2013;2023
+            <p>&#169;      2002&#x2013;2024
 <a href="https://www.apache.org/";>The Apache Software Foundation</a>
 </p>
         </div>



Reply via email to