Modified: websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.html ============================================================================== --- websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.html (original) +++ websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.html Sat Nov 9 12:57:41 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>CommonsSiteCompressionMojo (Apache Commons Release Plugin 1.8.2 API)</title> +<title>CommonsSiteCompressionMojo (Apache Commons Release Plugin 1.8.3 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta name="description" content="declaration: package: org.apache.commons.release.plugin.mojos, class: CommonsSiteCompressionMojo"> @@ -11,7 +11,7 @@ <link rel="stylesheet" type="text/css" href="../../../../../../script-dir/jquery-ui.min.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../../../jquery-ui.overrides.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> -<script type="text/javascript" src="../../../../../../script-dir/jquery-3.6.1.min.js"></script> +<script type="text/javascript" src="../../../../../../script-dir/jquery-3.7.1.min.js"></script> <script type="text/javascript" src="../../../../../../script-dir/jquery-ui.min.js"></script> </head> <body class="class-declaration-page"> @@ -72,7 +72,7 @@ loadScripts(document, 'script');</script <div class="sub-title"><span class="package-label-in-type">Package</span> <a href="package-summary.html">org.apache.commons.release.plugin.mojos</a></div> <h1 title="Class CommonsSiteCompressionMojo" class="title">Class CommonsSiteCompressionMojo</h1> </div> -<div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a> +<div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a> <div class="inheritance">org.apache.maven.plugin.AbstractMojo <div class="inheritance">org.apache.commons.release.plugin.mojos.CommonsSiteCompressionMojo</div> </div> @@ -83,7 +83,7 @@ loadScripts(document, 'script');</script <dd><code>org.apache.maven.plugin.ContextEnabled</code>, <code>org.apache.maven.plugin.Mojo</code></dd> </dl> <hr> -<div class="type-signature"><span class="annotations"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a> +<div class="type-signature"><span class="annotations"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a> @Mojo(name="compress-site", defaultPhase=POST_SITE, threadSafe=true, @@ -112,30 +112,30 @@ loadScripts(document, 'script');</script <div class="table-header col-first">Modifier and Type</div> <div class="table-header col-second">Field</div> <div class="table-header col-last">Description</div> -<div class="col-first even-row-color"><code>private <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> +<div class="col-first even-row-color"><code>private <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> <div class="col-second even-row-color"><code><a href="#distSvnStagingUrl" class="member-name-link">distSvnStagingUrl</a></code></div> <div class="col-last even-row-color"> <div class="block"><span class="deprecated-label">Deprecated.</span></div> <div class="block">The url of the subversion repository to which we wish the artifacts to be staged.</div> </div> -<div class="col-first odd-row-color"><code>private <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link">File</a>></code></div> +<div class="col-first odd-row-color"><code>private <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a>></code></div> <div class="col-second odd-row-color"><code><a href="#filesToCompress" class="member-name-link">filesToCompress</a></code></div> <div class="col-last odd-row-color"> <div class="block"><span class="deprecated-label">Deprecated.</span></div> <div class="block">The list of files to compress into the site.zip file.</div> </div> -<div class="col-first even-row-color"><code>private <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a></code></div> +<div class="col-first even-row-color"><code>private <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a></code></div> <div class="col-second even-row-color"><code><a href="#isDistModule" class="member-name-link">isDistModule</a></code></div> <div class="col-last even-row-color"> <div class="block"><span class="deprecated-label">Deprecated.</span></div> <div class="block">A parameter to generally avoid running unless it is specifically turned on by the consuming module.</div> </div> -<div class="col-first odd-row-color"><code>private <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link">File</a></code></div> +<div class="col-first odd-row-color"><code>private <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a></code></div> <div class="col-second odd-row-color"><code><a href="#siteDirectory" class="member-name-link">siteDirectory</a></code></div> <div class="col-last odd-row-color"> <div class="block"><span class="deprecated-label">Deprecated.</span></div> </div> -<div class="col-first even-row-color"><code>private <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link">File</a></code></div> +<div class="col-first even-row-color"><code>private <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a></code></div> <div class="col-second even-row-color"><code><a href="#workingDirectory" class="member-name-link">workingDirectory</a></code></div> <div class="col-last even-row-color"> <div class="block"><span class="deprecated-label">Deprecated.</span></div> @@ -169,15 +169,15 @@ loadScripts(document, 'script');</script <h2>Method Summary</h2> <div id="method-summary-table"> <div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete Methods</button><button id="method-summary-table-tab6" role="tab" aria-selected="false" aria-controls="method-summary-table. tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab6', 3)" class="table-tab">Deprecated Methods</button></div> -<div id="method-summary-table.tabpanel" role="tabpanel"> -<div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0"> +<div id="method-summary-table.tabpanel" role="tabpanel" aria-labelledby="method-summary-table-tab0"> +<div class="summary-table three-column-summary"> <div class="table-header col-first">Modifier and Type</div> <div class="table-header col-second">Method</div> <div class="table-header col-last">Description</div> <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4 method-summary-table-tab6"><code>private void</code></div> -<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4 method-summary-table-tab6"><code><a href="#addToZip(java.io.File,java.io.File,java.util.zip.ZipOutputStream)" class="member-name-link">addToZip</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link">File</a> directoryToZip, - <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link">File</a> file, - <a href="https://docs.oracle.com/javase/8/docs/api/java/util/zip/ZipOutputStream.html" title="class or interface in java.util.zip" class="external-link">ZipOutputStream</a> zos)</code></div> +<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4 method-summary-table-tab6"><code><a href="#addToZip(java.io.File,java.io.File,java.util.zip.ZipOutputStream)" class="member-name-link">addToZip</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a> directoryToZip, + <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a> file, + <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/zip/ZipOutputStream.html" title="class or interface in java.util.zip" class="external-link">ZipOutputStream</a> zos)</code></div> <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4 method-summary-table-tab6"> <div class="block"><span class="deprecated-label">Deprecated.</span></div> <div class="block">Given the <code>directoryToZip</code> we add the <code>file</code> to the ZIP archive represented by @@ -189,17 +189,17 @@ loadScripts(document, 'script');</script <div class="block"><span class="deprecated-label">Deprecated.</span></div> </div> <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4 method-summary-table-tab6"><code>private void</code></div> -<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4 method-summary-table-tab6"><code><a href="#getAllSiteFiles(java.io.File,java.util.List)" class="member-name-link">getAllSiteFiles</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link">File</a> siteDirectory, - <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link">File</a>> filesToCompress)</code></div> +<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4 method-summary-table-tab6"><code><a href="#getAllSiteFiles(java.io.File,java.util.List)" class="member-name-link">getAllSiteFiles</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a> siteDirectory, + <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a>> filesToCompress)</code></div> <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4 method-summary-table-tab6"> <div class="block"><span class="deprecated-label">Deprecated.</span></div> <div class="block">By default this method iterates across the <code>target/site</code> directory and adds all the files - to the <a href="#filesToCompress"><code>filesToCompress</code></a> <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link"><code>List</code></a>.</div> + to the <a href="#filesToCompress"><code>filesToCompress</code></a> <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link"><code>List</code></a>.</div> </div> <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4 method-summary-table-tab6"><code>private void</code></div> -<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4 method-summary-table-tab6"><code><a href="#writeZipFile(java.io.File,java.io.File,java.util.List)" class="member-name-link">writeZipFile</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link">File</a> outputDirectory, - <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link">File</a> directoryToZip, - <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link">File</a>> fileList)</code></div> +<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4 method-summary-table-tab6"><code><a href="#writeZipFile(java.io.File,java.io.File,java.util.List)" class="member-name-link">writeZipFile</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a> outputDirectory, + <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a> directoryToZip, + <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a>> fileList)</code></div> <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4 method-summary-table-tab6"> <div class="block"><span class="deprecated-label">Deprecated.</span></div> <div class="block">A helper method for writing all the files in our <code>fileList</code> to a <code>site.zip</code> file @@ -212,8 +212,8 @@ loadScripts(document, 'script');</script <h3 id="methods-inherited-from-class-org.apache.maven.plugin.AbstractMojo">Methods inherited from class org.apache.maven.plugin.AbstractMojo</h3> <code>getLog, getPluginContext, setLog, setPluginContext</code></div> <div class="inherited-list"> -<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></h3> -<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--" title="class or interface in java.lang" class="external-link">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.o racle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--" title="class or interface in java.lang" class="external-link">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-" title="class or interface in java.lang" class="external-link">wait</a></code></div> +<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class java.lang.<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></h3> +<code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#clone()" title="class or interface in java.lang" class="external-link">clone</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#finalize()" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#hashCode()" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Objec t.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#toString()" title="class or interface in java.lang" class="external-link">toString</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div> </section> </li> </ul> @@ -230,7 +230,7 @@ loadScripts(document, 'script');</script <h3>workingDirectory</h3> <div class="member-signature"><span class="annotations">@Parameter(defaultValue="${project.build.directory}/commons-release-plugin", property="commons.outputDirectory") -</span><span class="modifiers">private</span> <span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link">File</a></span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.html#line-57">workingDirectory</a></span></div> +</span><span class="modifiers">private</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a></span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.html#line-57">workingDirectory</a></span></div> <div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div> <div class="block">The working directory for the plugin which, assuming the maven uses the default <code>${project.build.directory}</code>, this becomes <code>target/commons-release-plugin</code>.</div> @@ -241,7 +241,7 @@ loadScripts(document, 'script');</script <h3>siteDirectory</h3> <div class="member-signature"><span class="annotations">@Parameter(defaultValue="${project.build.directory}/site", property="commons.siteOutputDirectory") -</span><span class="modifiers">private</span> <span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link">File</a></span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.html#line-63">siteDirectory</a></span></div> +</span><span class="modifiers">private</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a></span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.html#line-63">siteDirectory</a></span></div> <div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div> </section> </li> @@ -250,7 +250,7 @@ loadScripts(document, 'script');</script <h3>distSvnStagingUrl</h3> <div class="member-signature"><span class="annotations">@Parameter(defaultValue="", property="commons.distSvnStagingUrl") -</span><span class="modifiers">private</span> <span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.html#line-72">distSvnStagingUrl</a></span></div> +</span><span class="modifiers">private</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.html#line-72">distSvnStagingUrl</a></span></div> <div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div> <div class="block">The url of the subversion repository to which we wish the artifacts to be staged. Typically this would need to be of the form: @@ -263,7 +263,7 @@ loadScripts(document, 'script');</script <h3>isDistModule</h3> <div class="member-signature"><span class="annotations">@Parameter(defaultValue="false", property="commons.release.isDistModule") -</span><span class="modifiers">private</span> <span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a></span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.html#line-78">isDistModule</a></span></div> +</span><span class="modifiers">private</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a></span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.html#line-78">isDistModule</a></span></div> <div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div> <div class="block">A parameter to generally avoid running unless it is specifically turned on by the consuming module.</div> </section> @@ -271,7 +271,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="filesToCompress"> <h3>filesToCompress</h3> -<div class="member-signature"><span class="modifiers">private</span> <span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link">File</a>></span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.html#line-84">filesToCompress</a></span></div> +<div class="member-signature"><span class="modifiers">private</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a>></span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.html#line-84">filesToCompress</a></span></div> <div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div> <div class="block">The list of files to compress into the site.zip file.</div> </section> @@ -316,58 +316,58 @@ org.apache.maven.plugin.MojoFailureExcep <li> <section class="detail" id="getAllSiteFiles(java.io.File,java.util.List)"> <h3>getAllSiteFiles</h3> -<div class="member-signature"><span class="modifiers">private</span> <span class="return-type">void</span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.html#line-127">getAllSiteFiles</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link">File</a> siteDirectory, - <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link">File</a>> filesToCompress)</span></div> +<div class="member-signature"><span class="modifiers">private</span> <span class="return-type">void</span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.html#line-127">getAllSiteFiles</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a> siteDirectory, + <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a>> filesToCompress)</span></div> <div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div> <div class="block">By default this method iterates across the <code>target/site</code> directory and adds all the files - to the <a href="#filesToCompress"><code>filesToCompress</code></a> <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link"><code>List</code></a>.</div> + to the <a href="#filesToCompress"><code>filesToCompress</code></a> <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link"><code>List</code></a>.</div> <dl class="notes"> <dt>Parameters:</dt> -<dd><code>siteDirectory</code> - the <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link"><code>File</code></a> that represents the <code>target/site</code> directory.</dd> -<dd><code>filesToCompress</code> - the <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link"><code>List</code></a> to which to add all the files.</dd> +<dd><code>siteDirectory</code> - the <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link"><code>File</code></a> that represents the <code>target/site</code> directory.</dd> +<dd><code>filesToCompress</code> - the <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link"><code>List</code></a> to which to add all the files.</dd> </dl> </section> </li> <li> <section class="detail" id="writeZipFile(java.io.File,java.io.File,java.util.List)"> <h3>writeZipFile</h3> -<div class="member-signature"><span class="modifiers">private</span> <span class="return-type">void</span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.html#line-148">writeZipFile</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link">File</a> outputDirectory, - <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link">File</a> directoryToZip, - <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link">File</a>> fileList)</span> - throws <span class="exceptions"><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></span></div> +<div class="member-signature"><span class="modifiers">private</span> <span class="return-type">void</span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.html#line-148">writeZipFile</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a> outputDirectory, + <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a> directoryToZip, + <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a>> fileList)</span> + throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></span></div> <div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div> <div class="block">A helper method for writing all the files in our <code>fileList</code> to a <code>site.zip</code> file in the <code>workingDirectory</code>.</div> <dl class="notes"> <dt>Parameters:</dt> -<dd><code>outputDirectory</code> - is a <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link"><code>File</code></a> representing the place to put the site.zip file.</dd> -<dd><code>directoryToZip</code> - is a <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link"><code>File</code></a> representing the directory of the site (normally +<dd><code>outputDirectory</code> - is a <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link"><code>File</code></a> representing the place to put the site.zip file.</dd> +<dd><code>directoryToZip</code> - is a <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link"><code>File</code></a> representing the directory of the site (normally <code>target/site</code>).</dd> <dd><code>fileList</code> - the list of files to be zipped up, generally generated by <a href="#getAllSiteFiles(java.io.File,java.util.List)"><code>getAllSiteFiles(File, List)</code></a>.</dd> <dt>Throws:</dt> -<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></code> - when the copying of the files goes incorrectly.</dd> +<dd><code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></code> - when the copying of the files goes incorrectly.</dd> </dl> </section> </li> <li> <section class="detail" id="addToZip(java.io.File,java.io.File,java.util.zip.ZipOutputStream)"> <h3>addToZip</h3> -<div class="member-signature"><span class="modifiers">private</span> <span class="return-type">void</span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.html#line-171">addToZip</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link">File</a> directoryToZip, - <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link">File</a> file, - <a href="https://docs.oracle.com/javase/8/docs/api/java/util/zip/ZipOutputStream.html" title="class or interface in java.util.zip" class="external-link">ZipOutputStream</a> zos)</span> - throws <span class="exceptions"><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></span></div> +<div class="member-signature"><span class="modifiers">private</span> <span class="return-type">void</span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.html#line-171">addToZip</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a> directoryToZip, + <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a> file, + <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/zip/ZipOutputStream.html" title="class or interface in java.util.zip" class="external-link">ZipOutputStream</a> zos)</span> + throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></span></div> <div class="deprecation-block"><span class="deprecated-label">Deprecated.</span></div> <div class="block">Given the <code>directoryToZip</code> we add the <code>file</code> to the ZIP archive represented by <code>zos</code>.</div> <dl class="notes"> <dt>Parameters:</dt> -<dd><code>directoryToZip</code> - a <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link"><code>File</code></a> representing the directory from which the file exists that we are +<dd><code>directoryToZip</code> - a <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link"><code>File</code></a> representing the directory from which the file exists that we are compressing. Generally this is <code>target/site</code>.</dd> -<dd><code>file</code> - a <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link"><code>File</code></a> to add to the <a href="https://docs.oracle.com/javase/8/docs/api/java/util/zip/ZipOutputStream.html" title="class or interface in java.util.zip" class="external-link"><code>ZipOutputStream</code></a> <code>zos</code>.</dd> -<dd><code>zos</code> - the <a href="https://docs.oracle.com/javase/8/docs/api/java/util/zip/ZipOutputStream.html" title="class or interface in java.util.zip" class="external-link"><code>ZipOutputStream</code></a> to which to add our <code>file</code>.</dd> +<dd><code>file</code> - a <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link"><code>File</code></a> to add to the <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/zip/ZipOutputStream.html" title="class or interface in java.util.zip" class="external-link"><code>ZipOutputStream</code></a> <code>zos</code>.</dd> +<dd><code>zos</code> - the <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/zip/ZipOutputStream.html" title="class or interface in java.util.zip" class="external-link"><code>ZipOutputStream</code></a> to which to add our <code>file</code>.</dd> <dt>Throws:</dt> -<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></code> - if adding the <code>file</code> doesn't work out properly.</dd> +<dd><code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></code> - if adding the <code>file</code> doesn't work out properly.</dd> </dl> </section> </li> @@ -380,7 +380,7 @@ org.apache.maven.plugin.MojoFailureExcep </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2018–2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legal-copy"><small>Copyright © 2018-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-release-plugin/">Apache Commons Release Plugin</a> | <a href="https://issues.apache.org/jira/browse/COMMONSSITE">Issue management</a> | <a href="https://gitbox.apache.org/repos/asf?p=commons-release-plugin.git">Source repository</a></small></p> </footer> </div> </div>
Modified: websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.html ============================================================================== --- websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.html (original) +++ websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.html Sat Nov 9 12:57:41 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>CommonsStagingCleanupMojo (Apache Commons Release Plugin 1.8.2 API)</title> +<title>CommonsStagingCleanupMojo (Apache Commons Release Plugin 1.8.3 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta name="description" content="declaration: package: org.apache.commons.release.plugin.mojos, class: CommonsStagingCleanupMojo"> @@ -11,7 +11,7 @@ <link rel="stylesheet" type="text/css" href="../../../../../../script-dir/jquery-ui.min.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../../../jquery-ui.overrides.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> -<script type="text/javascript" src="../../../../../../script-dir/jquery-3.6.1.min.js"></script> +<script type="text/javascript" src="../../../../../../script-dir/jquery-3.7.1.min.js"></script> <script type="text/javascript" src="../../../../../../script-dir/jquery-ui.min.js"></script> </head> <body class="class-declaration-page"> @@ -72,7 +72,7 @@ loadScripts(document, 'script');</script <div class="sub-title"><span class="package-label-in-type">Package</span> <a href="package-summary.html">org.apache.commons.release.plugin.mojos</a></div> <h1 title="Class CommonsStagingCleanupMojo" class="title">Class CommonsStagingCleanupMojo</h1> </div> -<div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a> +<div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a> <div class="inheritance">org.apache.maven.plugin.AbstractMojo <div class="inheritance">org.apache.commons.release.plugin.mojos.CommonsStagingCleanupMojo</div> </div> @@ -107,33 +107,33 @@ loadScripts(document, 'script');</script <div class="table-header col-first">Modifier and Type</div> <div class="table-header col-second">Field</div> <div class="table-header col-last">Description</div> -<div class="col-first even-row-color"><code>private <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link">File</a></code></div> +<div class="col-first even-row-color"><code>private <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a></code></div> <div class="col-second even-row-color"><code><a href="#distCleanupDirectory" class="member-name-link">distCleanupDirectory</a></code></div> <div class="col-last even-row-color"> <div class="block">The location to which to checkout the dist subversion repository under our working directory, which was given above.</div> </div> -<div class="col-first odd-row-color"><code>private <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> +<div class="col-first odd-row-color"><code>private <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> <div class="col-second odd-row-color"><code><a href="#distServer" class="member-name-link">distServer</a></code></div> <div class="col-last odd-row-color"> <div class="block">The ID of the server (specified in settings.xml) which should be used for dist authentication.</div> </div> -<div class="col-first even-row-color"><code>private <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> +<div class="col-first even-row-color"><code>private <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> <div class="col-second even-row-color"><code><a href="#distSvnStagingUrl" class="member-name-link">distSvnStagingUrl</a></code></div> <div class="col-last even-row-color"> <div class="block">The url of the subversion repository to which we wish the artifacts to be staged.</div> </div> -<div class="col-first odd-row-color"><code>private <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a></code></div> +<div class="col-first odd-row-color"><code>private <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a></code></div> <div class="col-second odd-row-color"><code><a href="#dryRun" class="member-name-link">dryRun</a></code></div> <div class="col-last odd-row-color"> <div class="block">A boolean that determines whether or not we actually commit the files up to the subversion repository.</div> </div> -<div class="col-first even-row-color"><code>private <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a></code></div> +<div class="col-first even-row-color"><code>private <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a></code></div> <div class="col-second even-row-color"><code><a href="#isDistModule" class="member-name-link">isDistModule</a></code></div> <div class="col-last even-row-color"> <div class="block">A parameter to generally avoid running unless it is specifically turned on by the consuming module.</div> </div> -<div class="col-first odd-row-color"><code>private <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> +<div class="col-first odd-row-color"><code>private <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> <div class="col-second odd-row-color"><code><a href="#password" class="member-name-link">password</a></code></div> <div class="col-last odd-row-color"> <div class="block">The password associated with <a href="CommonsDistributionStagingMojo.html#username"><code>CommonsDistributionStagingMojo.username</code></a>.</div> @@ -154,12 +154,12 @@ loadScripts(document, 'script');</script <div class="col-last even-row-color"> <div class="block">Maven <code>SettingsDecrypter</code> component.</div> </div> -<div class="col-first odd-row-color"><code>private <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> +<div class="col-first odd-row-color"><code>private <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> <div class="col-second odd-row-color"><code><a href="#username" class="member-name-link">username</a></code></div> <div class="col-last odd-row-color"> <div class="block">The username for the distribution subversion repository.</div> </div> -<div class="col-first even-row-color"><code>private <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link">File</a></code></div> +<div class="col-first even-row-color"><code>private <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a></code></div> <div class="col-second even-row-color"><code><a href="#workingDirectory" class="member-name-link">workingDirectory</a></code></div> <div class="col-last even-row-color"> <div class="block">The main working directory for the plugin, namely <code>target/commons-release-plugin</code>, but @@ -190,8 +190,8 @@ loadScripts(document, 'script');</script <h2>Method Summary</h2> <div id="method-summary-table"> <div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete Methods</button></div> -<div id="method-summary-table.tabpanel" role="tabpanel"> -<div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0"> +<div id="method-summary-table.tabpanel" role="tabpanel" aria-labelledby="method-summary-table-tab0"> +<div class="summary-table three-column-summary"> <div class="table-header col-first">Modifier and Type</div> <div class="table-header col-second">Method</div> <div class="table-header col-last">Description</div> @@ -205,8 +205,8 @@ loadScripts(document, 'script');</script <h3 id="methods-inherited-from-class-org.apache.maven.plugin.AbstractMojo">Methods inherited from class org.apache.maven.plugin.AbstractMojo</h3> <code>getLog, getPluginContext, setLog, setPluginContext</code></div> <div class="inherited-list"> -<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></h3> -<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--" title="class or interface in java.lang" class="external-link">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.o racle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--" title="class or interface in java.lang" class="external-link">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-" title="class or interface in java.lang" class="external-link">wait</a></code></div> +<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class java.lang.<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></h3> +<code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#clone()" title="class or interface in java.lang" class="external-link">clone</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#finalize()" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#hashCode()" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Objec t.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#toString()" title="class or interface in java.lang" class="external-link">toString</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div> </section> </li> </ul> @@ -233,7 +233,7 @@ loadScripts(document, 'script');</script <h3>workingDirectory</h3> <div class="member-signature"><span class="annotations">@Parameter(defaultValue="${project.build.directory}/commons-release-plugin", property="commons.outputDirectory") -</span><span class="modifiers">private</span> <span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link">File</a></span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.html#line-70">workingDirectory</a></span></div> +</span><span class="modifiers">private</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a></span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.html#line-70">workingDirectory</a></span></div> <div class="block">The main working directory for the plugin, namely <code>target/commons-release-plugin</code>, but that assumes that we're using the default maven <code>${project.build.directory}</code>.</div> </section> @@ -243,7 +243,7 @@ loadScripts(document, 'script');</script <h3>distCleanupDirectory</h3> <div class="member-signature"><span class="annotations">@Parameter(defaultValue="${project.build.directory}/commons-release-plugin/scm-cleanup", property="commons.distCleanupDirectory") -</span><span class="modifiers">private</span> <span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html" title="class or interface in java.io" class="external-link">File</a></span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.html#line-77">distCleanupDirectory</a></span></div> +</span><span class="modifiers">private</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a></span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.html#line-77">distCleanupDirectory</a></span></div> <div class="block">The location to which to checkout the dist subversion repository under our working directory, which was given above. We then do an SVN delete on all the directories in this repository.</div> </section> @@ -253,7 +253,7 @@ loadScripts(document, 'script');</script <h3>dryRun</h3> <div class="member-signature"><span class="annotations">@Parameter(property="commons.release.dryRun", defaultValue="false") -</span><span class="modifiers">private</span> <span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a></span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.html#line-86">dryRun</a></span></div> +</span><span class="modifiers">private</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a></span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.html#line-86">dryRun</a></span></div> <div class="block">A boolean that determines whether or not we actually commit the files up to the subversion repository. If this is set to <code>true</code>, we do all but make the commits. We do checkout the repository in question though.</div> @@ -264,7 +264,7 @@ loadScripts(document, 'script');</script <h3>distSvnStagingUrl</h3> <div class="member-signature"><span class="annotations">@Parameter(defaultValue="", property="commons.distSvnStagingUrl") -</span><span class="modifiers">private</span> <span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.html#line-94">distSvnStagingUrl</a></span></div> +</span><span class="modifiers">private</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.html#line-94">distSvnStagingUrl</a></span></div> <div class="block">The url of the subversion repository to which we wish the artifacts to be staged. Typically this would need to be of the form: <code>scm:svn:https://dist.apache.org/repos/dist/dev/commons/foo/version-RC#</code>. Note. that the prefix to the substring <code>https</code> is a requirement.</div> @@ -275,7 +275,7 @@ loadScripts(document, 'script');</script <h3>isDistModule</h3> <div class="member-signature"><span class="annotations">@Parameter(defaultValue="false", property="commons.release.isDistModule") -</span><span class="modifiers">private</span> <span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a></span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.html#line-100">isDistModule</a></span></div> +</span><span class="modifiers">private</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Boolean.html" title="class or interface in java.lang" class="external-link">Boolean</a></span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.html#line-100">isDistModule</a></span></div> <div class="block">A parameter to generally avoid running unless it is specifically turned on by the consuming module.</div> </section> </li> @@ -283,7 +283,7 @@ loadScripts(document, 'script');</script <section class="detail" id="distServer"> <h3>distServer</h3> <div class="member-signature"><span class="annotations">@Parameter(property="commons.distServer") -</span><span class="modifiers">private</span> <span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.html#line-107">distServer</a></span></div> +</span><span class="modifiers">private</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.html#line-107">distServer</a></span></div> <div class="block">The ID of the server (specified in settings.xml) which should be used for dist authentication. This will be used in preference to <a href="#username"><code>username</code></a>/<a href="#password"><code>password</code></a>.</div> </section> @@ -292,7 +292,7 @@ loadScripts(document, 'script');</script <section class="detail" id="username"> <h3>username</h3> <div class="member-signature"><span class="annotations">@Parameter(property="user.name") -</span><span class="modifiers">private</span> <span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.html#line-113">username</a></span></div> +</span><span class="modifiers">private</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.html#line-113">username</a></span></div> <div class="block">The username for the distribution subversion repository. This is typically your Apache id.</div> </section> </li> @@ -300,7 +300,7 @@ loadScripts(document, 'script');</script <section class="detail" id="password"> <h3>password</h3> <div class="member-signature"><span class="annotations">@Parameter(property="user.password") -</span><span class="modifiers">private</span> <span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.html#line-119">password</a></span></div> +</span><span class="modifiers">private</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../../src-html/org/apache/commons/release/plugin/mojos/CommonsStagingCleanupMojo.html#line-119">password</a></span></div> <div class="block">The password associated with <a href="CommonsDistributionStagingMojo.html#username"><code>CommonsDistributionStagingMojo.username</code></a>.</div> </section> </li> @@ -366,7 +366,7 @@ org.apache.maven.plugin.MojoFailureExcep </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2018–2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legal-copy"><small>Copyright © 2018-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-release-plugin/">Apache Commons Release Plugin</a> | <a href="https://issues.apache.org/jira/browse/COMMONSSITE">Issue management</a> | <a href="https://gitbox.apache.org/repos/asf?p=commons-release-plugin.git">Source repository</a></small></p> </footer> </div> </div> Modified: websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/class-use/CommonsDistributionDetachmentMojo.html ============================================================================== --- websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/class-use/CommonsDistributionDetachmentMojo.html (original) +++ websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/class-use/CommonsDistributionDetachmentMojo.html Sat Nov 9 12:57:41 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.release.plugin.mojos.CommonsDistributionDetachmentMojo (Apache Commons Release Plugin 1.8.2 API)</title> +<title>Uses of Class org.apache.commons.release.plugin.mojos.CommonsDistributionDetachmentMojo (Apache Commons Release Plugin 1.8.3 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta name="description" content="use: package: org.apache.commons.release.plugin.mojos, class: CommonsDistributionDetachmentMojo"> @@ -11,7 +11,7 @@ <link rel="stylesheet" type="text/css" href="../../../../../../../script-dir/jquery-ui.min.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../../../../jquery-ui.overrides.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> -<script type="text/javascript" src="../../../../../../../script-dir/jquery-3.6.1.min.js"></script> +<script type="text/javascript" src="../../../../../../../script-dir/jquery-3.7.1.min.js"></script> <script type="text/javascript" src="../../../../../../../script-dir/jquery-ui.min.js"></script> </head> <body class="class-use-page"> @@ -54,7 +54,7 @@ loadScripts(document, 'script');</script No usage of org.apache.commons.release.plugin.mojos.CommonsDistributionDetachmentMojo</main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2018–2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legal-copy"><small>Copyright © 2018-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-release-plugin/">Apache Commons Release Plugin</a> | <a href="https://issues.apache.org/jira/browse/COMMONSSITE">Issue management</a> | <a href="https://gitbox.apache.org/repos/asf?p=commons-release-plugin.git">Source repository</a></small></p> </footer> </div> </div> Modified: websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/class-use/CommonsDistributionStagingMojo.html ============================================================================== --- websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/class-use/CommonsDistributionStagingMojo.html (original) +++ websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/class-use/CommonsDistributionStagingMojo.html Sat Nov 9 12:57:41 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.release.plugin.mojos.CommonsDistributionStagingMojo (Apache Commons Release Plugin 1.8.2 API)</title> +<title>Uses of Class org.apache.commons.release.plugin.mojos.CommonsDistributionStagingMojo (Apache Commons Release Plugin 1.8.3 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta name="description" content="use: package: org.apache.commons.release.plugin.mojos, class: CommonsDistributionStagingMojo"> @@ -11,7 +11,7 @@ <link rel="stylesheet" type="text/css" href="../../../../../../../script-dir/jquery-ui.min.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../../../../jquery-ui.overrides.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> -<script type="text/javascript" src="../../../../../../../script-dir/jquery-3.6.1.min.js"></script> +<script type="text/javascript" src="../../../../../../../script-dir/jquery-3.7.1.min.js"></script> <script type="text/javascript" src="../../../../../../../script-dir/jquery-ui.min.js"></script> </head> <body class="class-use-page"> @@ -54,7 +54,7 @@ loadScripts(document, 'script');</script No usage of org.apache.commons.release.plugin.mojos.CommonsDistributionStagingMojo</main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2018–2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legal-copy"><small>Copyright © 2018-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-release-plugin/">Apache Commons Release Plugin</a> | <a href="https://issues.apache.org/jira/browse/COMMONSSITE">Issue management</a> | <a href="https://gitbox.apache.org/repos/asf?p=commons-release-plugin.git">Source repository</a></small></p> </footer> </div> </div> Modified: websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/class-use/CommonsSiteCompressionMojo.html ============================================================================== --- websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/class-use/CommonsSiteCompressionMojo.html (original) +++ websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/class-use/CommonsSiteCompressionMojo.html Sat Nov 9 12:57:41 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.release.plugin.mojos.CommonsSiteCompressionMojo (Apache Commons Release Plugin 1.8.2 API)</title> +<title>Uses of Class org.apache.commons.release.plugin.mojos.CommonsSiteCompressionMojo (Apache Commons Release Plugin 1.8.3 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta name="description" content="use: package: org.apache.commons.release.plugin.mojos, class: CommonsSiteCompressionMojo"> @@ -11,7 +11,7 @@ <link rel="stylesheet" type="text/css" href="../../../../../../../script-dir/jquery-ui.min.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../../../../jquery-ui.overrides.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> -<script type="text/javascript" src="../../../../../../../script-dir/jquery-3.6.1.min.js"></script> +<script type="text/javascript" src="../../../../../../../script-dir/jquery-3.7.1.min.js"></script> <script type="text/javascript" src="../../../../../../../script-dir/jquery-ui.min.js"></script> </head> <body class="class-use-page"> @@ -54,7 +54,7 @@ loadScripts(document, 'script');</script No usage of org.apache.commons.release.plugin.mojos.CommonsSiteCompressionMojo</main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2018–2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legal-copy"><small>Copyright © 2018-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-release-plugin/">Apache Commons Release Plugin</a> | <a href="https://issues.apache.org/jira/browse/COMMONSSITE">Issue management</a> | <a href="https://gitbox.apache.org/repos/asf?p=commons-release-plugin.git">Source repository</a></small></p> </footer> </div> </div> Modified: websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/class-use/CommonsStagingCleanupMojo.html ============================================================================== --- websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/class-use/CommonsStagingCleanupMojo.html (original) +++ websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/class-use/CommonsStagingCleanupMojo.html Sat Nov 9 12:57:41 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Class org.apache.commons.release.plugin.mojos.CommonsStagingCleanupMojo (Apache Commons Release Plugin 1.8.2 API)</title> +<title>Uses of Class org.apache.commons.release.plugin.mojos.CommonsStagingCleanupMojo (Apache Commons Release Plugin 1.8.3 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta name="description" content="use: package: org.apache.commons.release.plugin.mojos, class: CommonsStagingCleanupMojo"> @@ -11,7 +11,7 @@ <link rel="stylesheet" type="text/css" href="../../../../../../../script-dir/jquery-ui.min.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../../../../jquery-ui.overrides.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> -<script type="text/javascript" src="../../../../../../../script-dir/jquery-3.6.1.min.js"></script> +<script type="text/javascript" src="../../../../../../../script-dir/jquery-3.7.1.min.js"></script> <script type="text/javascript" src="../../../../../../../script-dir/jquery-ui.min.js"></script> </head> <body class="class-use-page"> @@ -54,7 +54,7 @@ loadScripts(document, 'script');</script No usage of org.apache.commons.release.plugin.mojos.CommonsStagingCleanupMojo</main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2018–2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legal-copy"><small>Copyright © 2018-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-release-plugin/">Apache Commons Release Plugin</a> | <a href="https://issues.apache.org/jira/browse/COMMONSSITE">Issue management</a> | <a href="https://gitbox.apache.org/repos/asf?p=commons-release-plugin.git">Source repository</a></small></p> </footer> </div> </div> Modified: websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/package-summary.html ============================================================================== --- websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/package-summary.html (original) +++ websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/package-summary.html Sat Nov 9 12:57:41 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>org.apache.commons.release.plugin.mojos (Apache Commons Release Plugin 1.8.2 API)</title> +<title>org.apache.commons.release.plugin.mojos (Apache Commons Release Plugin 1.8.3 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta name="description" content="declaration: package: org.apache.commons.release.plugin.mojos"> @@ -11,7 +11,7 @@ <link rel="stylesheet" type="text/css" href="../../../../../../script-dir/jquery-ui.min.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../../../jquery-ui.overrides.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> -<script type="text/javascript" src="../../../../../../script-dir/jquery-3.6.1.min.js"></script> +<script type="text/javascript" src="../../../../../../script-dir/jquery-3.7.1.min.js"></script> <script type="text/javascript" src="../../../../../../script-dir/jquery-ui.min.js"></script> </head> <body class="package-declaration-page"> @@ -88,7 +88,7 @@ loadScripts(document, 'script');</script </div> <div class="col-first odd-row-color"><a href="../velocity/package-summary.html">org.apache.commons.release.plugin.velocity</a></div> <div class="col-last odd-row-color"> -<div class="block">Contains classes that take our velocity templates and render's them to a <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Writer.html" title="class or interface in java.io" class="external-link"><code>Writer</code></a> +<div class="block">Contains classes that take our velocity templates and render's them to a <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Writer.html" title="class or interface in java.io" class="external-link"><code>Writer</code></a> class.</div> </div> </div> @@ -129,7 +129,7 @@ loadScripts(document, 'script');</script </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2018–2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legal-copy"><small>Copyright © 2018-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-release-plugin/">Apache Commons Release Plugin</a> | <a href="https://issues.apache.org/jira/browse/COMMONSSITE">Issue management</a> | <a href="https://gitbox.apache.org/repos/asf?p=commons-release-plugin.git">Source repository</a></small></p> </footer> </div> </div> Modified: websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/package-tree.html ============================================================================== --- websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/package-tree.html (original) +++ websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/package-tree.html Sat Nov 9 12:57:41 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>org.apache.commons.release.plugin.mojos Class Hierarchy (Apache Commons Release Plugin 1.8.2 API)</title> +<title>org.apache.commons.release.plugin.mojos Class Hierarchy (Apache Commons Release Plugin 1.8.3 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta name="description" content="tree: package: org.apache.commons.release.plugin.mojos"> @@ -11,7 +11,7 @@ <link rel="stylesheet" type="text/css" href="../../../../../../script-dir/jquery-ui.min.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../../../jquery-ui.overrides.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> -<script type="text/javascript" src="../../../../../../script-dir/jquery-3.6.1.min.js"></script> +<script type="text/javascript" src="../../../../../../script-dir/jquery-3.7.1.min.js"></script> <script type="text/javascript" src="../../../../../../script-dir/jquery-ui.min.js"></script> </head> <body class="package-tree-page"> @@ -58,7 +58,7 @@ loadScripts(document, 'script');</script <section class="hierarchy"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> -<li class="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" class="type-name-link external-link" title="class or interface in java.lang">Object</a> +<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html" class="type-name-link external-link" title="class or interface in java.lang">Object</a> <ul> <li class="circle">org.apache.maven.plugin.AbstractMojo (implements org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo) <ul> @@ -75,7 +75,7 @@ loadScripts(document, 'script');</script </main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2018–2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legal-copy"><small>Copyright © 2018-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-release-plugin/">Apache Commons Release Plugin</a> | <a href="https://issues.apache.org/jira/browse/COMMONSSITE">Issue management</a> | <a href="https://gitbox.apache.org/repos/asf?p=commons-release-plugin.git">Source repository</a></small></p> </footer> </div> </div> Modified: websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/package-use.html ============================================================================== --- websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/package-use.html (original) +++ websites/production/commons/content/proper/commons-release-plugin/apidocs/org/apache/commons/release/plugin/mojos/package-use.html Sat Nov 9 12:57:41 2024 @@ -1,8 +1,8 @@ <!DOCTYPE HTML> -<html lang="en"> +<html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Package org.apache.commons.release.plugin.mojos (Apache Commons Release Plugin 1.8.2 API)</title> +<title>Uses of Package org.apache.commons.release.plugin.mojos (Apache Commons Release Plugin 1.8.3 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta name="description" content="use: package: org.apache.commons.release.plugin.mojos"> @@ -11,7 +11,7 @@ <link rel="stylesheet" type="text/css" href="../../../../../../script-dir/jquery-ui.min.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../../../jquery-ui.overrides.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> -<script type="text/javascript" src="../../../../../../script-dir/jquery-3.6.1.min.js"></script> +<script type="text/javascript" src="../../../../../../script-dir/jquery-3.7.1.min.js"></script> <script type="text/javascript" src="../../../../../../script-dir/jquery-ui.min.js"></script> </head> <body class="package-use-page"> @@ -54,7 +54,7 @@ loadScripts(document, 'script');</script No usage of org.apache.commons.release.plugin.mojos</main> <footer role="contentinfo"> <hr> -<p class="legal-copy"><small>Copyright © 2018–2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legal-copy"><small>Copyright © 2018-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</br> <a href="https://commons.apache.org/proper/commons-release-plugin/">Apache Commons Release Plugin</a> | <a href="https://issues.apache.org/jira/browse/COMMONSSITE">Issue management</a> | <a href="https://gitbox.apache.org/repos/asf?p=commons-release-plugin.git">Source repository</a></small></p> </footer> </div> </div>
