Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/AbstractSiteMojo.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/AbstractSiteMojo.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/AbstractSiteMojo.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AbstractSiteMojo (Apache Maven Site Plugin 4.0.0-M4 API)</title>
+<title>AbstractSiteMojo (Apache Maven Site Plugin 4.0.0-M5 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -12,14 +12,14 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="AbstractSiteMojo (Apache Maven Site Plugin
4.0.0-M4 API)";
+ parent.document.title="AbstractSiteMojo (Apache Maven Site Plugin
4.0.0-M5 API)";
}
}
catch(err) {
}
//-->
-var methods = {"i0":10,"i1":42};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance
Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
+var methods = {"i0":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance
Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
@@ -172,16 +172,12 @@ extends org.apache.maven.plugin.Abstract
</td>
</tr>
<tr class="altColor">
-<td class="colFirst"><code>protected
org.apache.maven.rtinfo.RuntimeInformation</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#runtimeInformation">runtimeInformation</a></span></code> </td>
-</tr>
-<tr class="rowColor">
<td class="colFirst"><code>protected
org.apache.maven.doxia.tools.SiteTool</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#siteTool">siteTool</a></span></code>
<div class="block">SiteTool.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#skip">skip</a></span></code>
<div class="block">Set this to 'true' to skip site generation and
staging.</div>
@@ -221,7 +217,7 @@ extends org.apache.maven.plugin.Abstract
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0"
summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span
class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a
href="javascript:show(2);">Instance Methods</a></span><span
class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a
href="javascript:show(8);">Concrete Methods</a></span><span
class="tabEnd"> </span></span><span id="t6" class="tableTab"><span><a
href="javascript:show(32);">Deprecated Methods</a></span><span
class="tabEnd"> </span></span></caption>
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span
class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a
href="javascript:show(2);">Instance Methods</a></span><span
class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a
href="javascript:show(8);">Concrete Methods</a></span><span
class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
@@ -230,12 +226,6 @@ extends org.apache.maven.plugin.Abstract
<td class="colFirst"><code>protected <a
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true"
title="class or interface in java.util">List</a><<a
href="https://docs.oracle.com/javase/8/docs/api/java/util/Locale.html?is-external=true"
title="class or interface in java.util">Locale</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#getLocales--">getLocales</a></span>()</code> </td>
</tr>
-<tr id="i1" class="rowColor">
-<td class="colFirst"><code>protected <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#getMavenVersion--">getMavenVersion</a></span>()</code>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div>
-</td>
-</tr>
</table>
<ul class="blockList">
<li class="blockList"><a
name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
@@ -337,7 +327,7 @@ protected org.apache.maven.artifact
<a name="reactorProjects">
<!-- -->
</a>
-<ul class="blockList">
+<ul class="blockListLast">
<li class="blockList">
<h4>reactorProjects</h4>
<pre>@Parameter(defaultValue="${reactorProjects}",
@@ -347,16 +337,6 @@ protected <a href="https://docs.ora
<div class="block">The reactor projects.</div>
</li>
</ul>
-<a name="runtimeInformation">
-<!-- -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>runtimeInformation</h4>
-<pre>@Component
-protected org.apache.maven.rtinfo.RuntimeInformation
runtimeInformation</pre>
-</li>
-</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
@@ -382,17 +362,6 @@ protected org.apache.maven.rtinfo.R
<!-- -->
</a>
<h3>Method Detail</h3>
-<a name="getMavenVersion--">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getMavenVersion</h4>
-<pre><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true"
title="class or interface in java.lang">@Deprecated</a>
-protected <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> getMavenVersion()</pre>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div>
-</li>
-</ul>
<a name="getLocales--">
<!-- -->
</a>
@@ -471,6 +440,6 @@ protected <a href="https://docs.ora
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2002–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2002–2023 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/class-use/AbstractSiteMojo.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/class-use/AbstractSiteMojo.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/class-use/AbstractSiteMojo.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.maven.plugins.site.AbstractSiteMojo (Apache
Maven Site Plugin 4.0.0-M4 API)</title>
+<title>Uses of Class org.apache.maven.plugins.site.AbstractSiteMojo (Apache
Maven Site Plugin 4.0.0-M5 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.maven.plugins.site.AbstractSiteMojo (Apache Maven Site Plugin
4.0.0-M4 API)";
+ parent.document.title="Uses of Class
org.apache.maven.plugins.site.AbstractSiteMojo (Apache Maven Site Plugin
4.0.0-M5 API)";
}
}
catch(err) {
@@ -289,6 +289,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2002–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2002–2023 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AbstractDeployMojo (Apache Maven Site Plugin 4.0.0-M4 API)</title>
+<title>AbstractDeployMojo (Apache Maven Site Plugin 4.0.0-M5 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="AbstractDeployMojo (Apache Maven Site
Plugin 4.0.0-M4 API)";
+ parent.document.title="AbstractDeployMojo (Apache Maven Site
Plugin 4.0.0-M5 API)";
}
}
catch(err) {
@@ -166,7 +166,7 @@ implements org.codehaus.plexus.personali
<!-- -->
</a>
<h3>Fields inherited from class org.apache.maven.plugins.site.<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html"
title="class in org.apache.maven.plugins.site">AbstractSiteMojo</a></h3>
-<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#i18n">i18n</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#localRepository">localRepository</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#project">project</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#reactorProjects">reactorProjects</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#runtimeInformation">runtimeInformation</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#siteTool">siteTool</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#skip">skip</a></code></li>
+<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#i18n">i18n</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#localRepository">localRepository</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#project">project</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#reactorProjects">reactorProjects</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#siteTool">siteTool</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#skip">skip</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a
name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
@@ -277,7 +277,7 @@ implements org.codehaus.plexus.personali
<!-- -->
</a>
<h3>Methods inherited from class org.apache.maven.plugins.site.<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html"
title="class in org.apache.maven.plugins.site">AbstractSiteMojo</a></h3>
-<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#getLocales--">getLocales</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#getMavenVersion--">getMavenVersion</a></code></li>
+<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#getLocales--">getLocales</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a
name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
@@ -641,6 +641,6 @@ protected org.apache.maven.executio
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2002–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2002–2023 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/AbstractStagingMojo.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/AbstractStagingMojo.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/AbstractStagingMojo.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AbstractStagingMojo (Apache Maven Site Plugin 4.0.0-M4 API)</title>
+<title>AbstractStagingMojo (Apache Maven Site Plugin 4.0.0-M5 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="AbstractStagingMojo (Apache Maven Site
Plugin 4.0.0-M4 API)";
+ parent.document.title="AbstractStagingMojo (Apache Maven Site
Plugin 4.0.0-M5 API)";
}
}
catch(err) {
@@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab";
<div class="subNav">
<ul class="navList">
<li><a
href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html"
title="class in org.apache.maven.plugins.site.deploy"><span
class="typeNameLink">Prev Class</span></a></li>
-<li><a
href="../../../../../../org/apache/maven/plugins/site/deploy/HelpMojo.html"
title="class in org.apache.maven.plugins.site.deploy"><span
class="typeNameLink">Next Class</span></a></li>
+<li><a
href="../../../../../../org/apache/maven/plugins/site/deploy/SiteDeployMojo.html"
title="class in org.apache.maven.plugins.site.deploy"><span
class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a
href="../../../../../../index.html?org/apache/maven/plugins/site/deploy/AbstractStagingMojo.html"
target="_top">Frames</a></li>
@@ -185,7 +185,7 @@ extends <a href="../../../../../../org/a
<!-- -->
</a>
<h3>Fields inherited from class org.apache.maven.plugins.site.<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html"
title="class in org.apache.maven.plugins.site">AbstractSiteMojo</a></h3>
-<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#i18n">i18n</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#localRepository">localRepository</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#project">project</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#reactorProjects">reactorProjects</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#runtimeInformation">runtimeInformation</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#siteTool">siteTool</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#skip">skip</a></code></li>
+<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#i18n">i18n</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#localRepository">localRepository</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#project">project</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#reactorProjects">reactorProjects</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#siteTool">siteTool</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#skip">skip</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a
name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
@@ -245,7 +245,7 @@ extends <a href="../../../../../../org/a
<!-- -->
</a>
<h3>Methods inherited from class org.apache.maven.plugins.site.<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html"
title="class in org.apache.maven.plugins.site">AbstractSiteMojo</a></h3>
-<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#getLocales--">getLocales</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#getMavenVersion--">getMavenVersion</a></code></li>
+<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#getLocales--">getLocales</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a
name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
@@ -378,7 +378,7 @@ protected <a href="https://docs.ora
<div class="subNav">
<ul class="navList">
<li><a
href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html"
title="class in org.apache.maven.plugins.site.deploy"><span
class="typeNameLink">Prev Class</span></a></li>
-<li><a
href="../../../../../../org/apache/maven/plugins/site/deploy/HelpMojo.html"
title="class in org.apache.maven.plugins.site.deploy"><span
class="typeNameLink">Next Class</span></a></li>
+<li><a
href="../../../../../../org/apache/maven/plugins/site/deploy/SiteDeployMojo.html"
title="class in org.apache.maven.plugins.site.deploy"><span
class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a
href="../../../../../../index.html?org/apache/maven/plugins/site/deploy/AbstractStagingMojo.html"
target="_top">Frames</a></li>
@@ -418,6 +418,6 @@ protected <a href="https://docs.ora
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2002–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2002–2023 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/SiteDeployMojo.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/SiteDeployMojo.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/SiteDeployMojo.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SiteDeployMojo (Apache Maven Site Plugin 4.0.0-M4 API)</title>
+<title>SiteDeployMojo (Apache Maven Site Plugin 4.0.0-M5 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="SiteDeployMojo (Apache Maven Site Plugin
4.0.0-M4 API)";
+ parent.document.title="SiteDeployMojo (Apache Maven Site Plugin
4.0.0-M5 API)";
}
}
catch(err) {
@@ -49,7 +49,7 @@ var activeTableTab = "activeTableTab";
</div>
<div class="subNav">
<ul class="navList">
-<li><a
href="../../../../../../org/apache/maven/plugins/site/deploy/HelpMojo.html"
title="class in org.apache.maven.plugins.site.deploy"><span
class="typeNameLink">Prev Class</span></a></li>
+<li><a
href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractStagingMojo.html"
title="class in org.apache.maven.plugins.site.deploy"><span
class="typeNameLink">Prev Class</span></a></li>
<li><a
href="../../../../../../org/apache/maven/plugins/site/deploy/SiteStageDeployMojo.html"
title="class in org.apache.maven.plugins.site.deploy"><span
class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
@@ -169,7 +169,7 @@ extends <a href="../../../../../../org/a
<!-- -->
</a>
<h3>Fields inherited from class org.apache.maven.plugins.site.<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html"
title="class in org.apache.maven.plugins.site">AbstractSiteMojo</a></h3>
-<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#i18n">i18n</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#localRepository">localRepository</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#project">project</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#reactorProjects">reactorProjects</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#runtimeInformation">runtimeInformation</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#siteTool">siteTool</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#skip">skip</a></code></li>
+<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#i18n">i18n</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#localRepository">localRepository</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#project">project</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#reactorProjects">reactorProjects</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#siteTool">siteTool</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#skip">skip</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a
name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
@@ -240,7 +240,7 @@ extends <a href="../../../../../../org/a
<!-- -->
</a>
<h3>Methods inherited from class org.apache.maven.plugins.site.<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html"
title="class in org.apache.maven.plugins.site">AbstractSiteMojo</a></h3>
-<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#getLocales--">getLocales</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#getMavenVersion--">getMavenVersion</a></code></li>
+<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#getLocales--">getLocales</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a
name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
@@ -366,7 +366,7 @@ extends <a href="../../../../../../org/a
</div>
<div class="subNav">
<ul class="navList">
-<li><a
href="../../../../../../org/apache/maven/plugins/site/deploy/HelpMojo.html"
title="class in org.apache.maven.plugins.site.deploy"><span
class="typeNameLink">Prev Class</span></a></li>
+<li><a
href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractStagingMojo.html"
title="class in org.apache.maven.plugins.site.deploy"><span
class="typeNameLink">Prev Class</span></a></li>
<li><a
href="../../../../../../org/apache/maven/plugins/site/deploy/SiteStageDeployMojo.html"
title="class in org.apache.maven.plugins.site.deploy"><span
class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
@@ -407,6 +407,6 @@ extends <a href="../../../../../../org/a
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2002–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2002–2023 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/SiteStageDeployMojo.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/SiteStageDeployMojo.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/SiteStageDeployMojo.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SiteStageDeployMojo (Apache Maven Site Plugin 4.0.0-M4 API)</title>
+<title>SiteStageDeployMojo (Apache Maven Site Plugin 4.0.0-M5 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="SiteStageDeployMojo (Apache Maven Site
Plugin 4.0.0-M4 API)";
+ parent.document.title="SiteStageDeployMojo (Apache Maven Site
Plugin 4.0.0-M5 API)";
}
}
catch(err) {
@@ -177,7 +177,7 @@ extends <a href="../../../../../../org/a
<!-- -->
</a>
<h3>Fields inherited from class org.apache.maven.plugins.site.<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html"
title="class in org.apache.maven.plugins.site">AbstractSiteMojo</a></h3>
-<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#i18n">i18n</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#localRepository">localRepository</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#project">project</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#reactorProjects">reactorProjects</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#runtimeInformation">runtimeInformation</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#siteTool">siteTool</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#skip">skip</a></code></li>
+<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#i18n">i18n</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#localRepository">localRepository</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#project">project</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#reactorProjects">reactorProjects</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#siteTool">siteTool</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#skip">skip</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a
name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
@@ -247,7 +247,7 @@ extends <a href="../../../../../../org/a
<!-- -->
</a>
<h3>Methods inherited from class org.apache.maven.plugins.site.<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html"
title="class in org.apache.maven.plugins.site">AbstractSiteMojo</a></h3>
-<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#getLocales--">getLocales</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#getMavenVersion--">getMavenVersion</a></code></li>
+<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#getLocales--">getLocales</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a
name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
@@ -414,6 +414,6 @@ extends <a href="../../../../../../org/a
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2002–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2002–2023 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/SiteStageMojo.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/SiteStageMojo.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/SiteStageMojo.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SiteStageMojo (Apache Maven Site Plugin 4.0.0-M4 API)</title>
+<title>SiteStageMojo (Apache Maven Site Plugin 4.0.0-M5 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="SiteStageMojo (Apache Maven Site Plugin
4.0.0-M4 API)";
+ parent.document.title="SiteStageMojo (Apache Maven Site Plugin
4.0.0-M5 API)";
}
}
catch(err) {
@@ -182,7 +182,7 @@ extends <a href="../../../../../../org/a
<!-- -->
</a>
<h3>Fields inherited from class org.apache.maven.plugins.site.<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html"
title="class in org.apache.maven.plugins.site">AbstractSiteMojo</a></h3>
-<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#i18n">i18n</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#localRepository">localRepository</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#project">project</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#reactorProjects">reactorProjects</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#runtimeInformation">runtimeInformation</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#siteTool">siteTool</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#skip">skip</a></code></li>
+<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#i18n">i18n</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#localRepository">localRepository</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#project">project</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#reactorProjects">reactorProjects</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#siteTool">siteTool</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#skip">skip</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a
name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
@@ -262,7 +262,7 @@ extends <a href="../../../../../../org/a
<!-- -->
</a>
<h3>Methods inherited from class org.apache.maven.plugins.site.<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html"
title="class in org.apache.maven.plugins.site">AbstractSiteMojo</a></h3>
-<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#getLocales--">getLocales</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#getMavenVersion--">getMavenVersion</a></code></li>
+<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#getLocales--">getLocales</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a
name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
@@ -445,6 +445,6 @@ extends <a href="../../../../../../org/a
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2002–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2002–2023 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/class-use/AbstractDeployMojo.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/class-use/AbstractDeployMojo.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/class-use/AbstractDeployMojo.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.maven.plugins.site.deploy.AbstractDeployMojo
(Apache Maven Site Plugin 4.0.0-M4 API)</title>
+<title>Uses of Class org.apache.maven.plugins.site.deploy.AbstractDeployMojo
(Apache Maven Site Plugin 4.0.0-M5 API)</title>
<link rel="stylesheet" type="text/css"
href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.maven.plugins.site.deploy.AbstractDeployMojo (Apache Maven Site
Plugin 4.0.0-M4 API)";
+ parent.document.title="Uses of Class
org.apache.maven.plugins.site.deploy.AbstractDeployMojo (Apache Maven Site
Plugin 4.0.0-M5 API)";
}
}
catch(err) {
@@ -186,6 +186,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2002–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2002–2023 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/class-use/AbstractStagingMojo.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/class-use/AbstractStagingMojo.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/class-use/AbstractStagingMojo.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.maven.plugins.site.deploy.AbstractStagingMojo
(Apache Maven Site Plugin 4.0.0-M4 API)</title>
+<title>Uses of Class org.apache.maven.plugins.site.deploy.AbstractStagingMojo
(Apache Maven Site Plugin 4.0.0-M5 API)</title>
<link rel="stylesheet" type="text/css"
href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.maven.plugins.site.deploy.AbstractStagingMojo (Apache Maven Site
Plugin 4.0.0-M4 API)";
+ parent.document.title="Uses of Class
org.apache.maven.plugins.site.deploy.AbstractStagingMojo (Apache Maven Site
Plugin 4.0.0-M5 API)";
}
}
catch(err) {
@@ -172,6 +172,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2002–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2002–2023 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/class-use/SiteDeployMojo.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/class-use/SiteDeployMojo.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/class-use/SiteDeployMojo.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.maven.plugins.site.deploy.SiteDeployMojo
(Apache Maven Site Plugin 4.0.0-M4 API)</title>
+<title>Uses of Class org.apache.maven.plugins.site.deploy.SiteDeployMojo
(Apache Maven Site Plugin 4.0.0-M5 API)</title>
<link rel="stylesheet" type="text/css"
href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.maven.plugins.site.deploy.SiteDeployMojo (Apache Maven Site Plugin
4.0.0-M4 API)";
+ parent.document.title="Uses of Class
org.apache.maven.plugins.site.deploy.SiteDeployMojo (Apache Maven Site Plugin
4.0.0-M5 API)";
}
}
catch(err) {
@@ -120,6 +120,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2002–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2002–2023 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/class-use/SiteStageDeployMojo.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/class-use/SiteStageDeployMojo.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/class-use/SiteStageDeployMojo.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.maven.plugins.site.deploy.SiteStageDeployMojo
(Apache Maven Site Plugin 4.0.0-M4 API)</title>
+<title>Uses of Class org.apache.maven.plugins.site.deploy.SiteStageDeployMojo
(Apache Maven Site Plugin 4.0.0-M5 API)</title>
<link rel="stylesheet" type="text/css"
href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.maven.plugins.site.deploy.SiteStageDeployMojo (Apache Maven Site
Plugin 4.0.0-M4 API)";
+ parent.document.title="Uses of Class
org.apache.maven.plugins.site.deploy.SiteStageDeployMojo (Apache Maven Site
Plugin 4.0.0-M5 API)";
}
}
catch(err) {
@@ -120,6 +120,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2002–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2002–2023 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/class-use/SiteStageMojo.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/class-use/SiteStageMojo.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/class-use/SiteStageMojo.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.maven.plugins.site.deploy.SiteStageMojo
(Apache Maven Site Plugin 4.0.0-M4 API)</title>
+<title>Uses of Class org.apache.maven.plugins.site.deploy.SiteStageMojo
(Apache Maven Site Plugin 4.0.0-M5 API)</title>
<link rel="stylesheet" type="text/css"
href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.maven.plugins.site.deploy.SiteStageMojo (Apache Maven Site Plugin
4.0.0-M4 API)";
+ parent.document.title="Uses of Class
org.apache.maven.plugins.site.deploy.SiteStageMojo (Apache Maven Site Plugin
4.0.0-M5 API)";
}
}
catch(err) {
@@ -120,6 +120,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2002–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2002–2023 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/package-frame.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/package-frame.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/package-frame.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.maven.plugins.site.deploy (Apache Maven Site Plugin 4.0.0-M4
API)</title>
+<title>org.apache.maven.plugins.site.deploy (Apache Maven Site Plugin 4.0.0-M5
API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -15,7 +15,6 @@
<ul title="Classes">
<li><a href="AbstractDeployMojo.html" title="class in
org.apache.maven.plugins.site.deploy"
target="classFrame">AbstractDeployMojo</a></li>
<li><a href="AbstractStagingMojo.html" title="class in
org.apache.maven.plugins.site.deploy"
target="classFrame">AbstractStagingMojo</a></li>
-<li><a href="HelpMojo.html" title="class in
org.apache.maven.plugins.site.deploy" target="classFrame">HelpMojo</a></li>
<li><a href="SiteDeployMojo.html" title="class in
org.apache.maven.plugins.site.deploy"
target="classFrame">SiteDeployMojo</a></li>
<li><a href="SiteStageDeployMojo.html" title="class in
org.apache.maven.plugins.site.deploy"
target="classFrame">SiteStageDeployMojo</a></li>
<li><a href="SiteStageMojo.html" title="class in
org.apache.maven.plugins.site.deploy" target="classFrame">SiteStageMojo</a></li>
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/package-summary.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/package-summary.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/package-summary.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.maven.plugins.site.deploy (Apache Maven Site Plugin 4.0.0-M4
API)</title>
+<title>org.apache.maven.plugins.site.deploy (Apache Maven Site Plugin 4.0.0-M5
API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="org.apache.maven.plugins.site.deploy
(Apache Maven Site Plugin 4.0.0-M4 API)";
+ parent.document.title="org.apache.maven.plugins.site.deploy
(Apache Maven Site Plugin 4.0.0-M5 API)";
}
}
catch(err) {
@@ -95,13 +95,6 @@
</td>
</tr>
<tr class="altColor">
-<td class="colFirst"><a
href="../../../../../../org/apache/maven/plugins/site/deploy/HelpMojo.html"
title="class in org.apache.maven.plugins.site.deploy">HelpMojo</a></td>
-<td class="colLast">
-<div class="block">Display help information on maven-site-plugin.<br>
- Call <code>mvn site:help -Ddetail=true -Dgoal=<goal-name></code> to
display parameter details.</div>
-</td>
-</tr>
-<tr class="rowColor">
<td class="colFirst"><a
href="../../../../../../org/apache/maven/plugins/site/deploy/SiteDeployMojo.html"
title="class in org.apache.maven.plugins.site.deploy">SiteDeployMojo</a></td>
<td class="colLast">
<div class="block">Deploys the generated site using <a href="/wagon/">wagon
supported
@@ -109,7 +102,7 @@
<code><distributionManagement></code> section of the POM.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><a
href="../../../../../../org/apache/maven/plugins/site/deploy/SiteStageDeployMojo.html"
title="class in
org.apache.maven.plugins.site.deploy">SiteStageDeployMojo</a></td>
<td class="colLast">
<div class="block">Deploys the generated site to a staging or mock URL to the
site URL
@@ -117,7 +110,7 @@
POM, using <a href="/wagon/">wagon supported protocols</a></div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><a
href="../../../../../../org/apache/maven/plugins/site/deploy/SiteStageMojo.html"
title="class in org.apache.maven.plugins.site.deploy">SiteStageMojo</a></td>
<td class="colLast">
<div class="block">Deploys the generated site to a local staging or mock
directory based on the site URL
@@ -177,6 +170,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2002–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2002–2023 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/package-tree.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/package-tree.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/package-tree.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.maven.plugins.site.deploy Class Hierarchy (Apache Maven Site
Plugin 4.0.0-M4 API)</title>
+<title>org.apache.maven.plugins.site.deploy Class Hierarchy (Apache Maven Site
Plugin 4.0.0-M5 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="org.apache.maven.plugins.site.deploy Class
Hierarchy (Apache Maven Site Plugin 4.0.0-M4 API)";
+ parent.document.title="org.apache.maven.plugins.site.deploy Class
Hierarchy (Apache Maven Site Plugin 4.0.0-M5 API)";
}
}
catch(err) {
@@ -98,7 +98,6 @@
</li>
</ul>
</li>
-<li type="circle">org.apache.maven.plugins.site.deploy.<a
href="../../../../../../org/apache/maven/plugins/site/deploy/HelpMojo.html"
title="class in org.apache.maven.plugins.site.deploy"><span
class="typeNameLink">HelpMojo</span></a></li>
</ul>
</li>
</ul>
@@ -152,6 +151,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2002–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2002–2023 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/package-use.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/package-use.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/package-use.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.maven.plugins.site.deploy (Apache Maven Site
Plugin 4.0.0-M4 API)</title>
+<title>Uses of Package org.apache.maven.plugins.site.deploy (Apache Maven Site
Plugin 4.0.0-M5 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Package
org.apache.maven.plugins.site.deploy (Apache Maven Site Plugin 4.0.0-M4 API)";
+ parent.document.title="Uses of Package
org.apache.maven.plugins.site.deploy (Apache Maven Site Plugin 4.0.0-M5 API)";
}
}
catch(err) {
@@ -160,6 +160,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2002–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2002–2023 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/AbstractSiteDescriptorMojo.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/AbstractSiteDescriptorMojo.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/AbstractSiteDescriptorMojo.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AbstractSiteDescriptorMojo (Apache Maven Site Plugin 4.0.0-M4
API)</title>
+<title>AbstractSiteDescriptorMojo (Apache Maven Site Plugin 4.0.0-M5
API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="AbstractSiteDescriptorMojo (Apache Maven
Site Plugin 4.0.0-M4 API)";
+ parent.document.title="AbstractSiteDescriptorMojo (Apache Maven
Site Plugin 4.0.0-M5 API)";
}
}
catch(err) {
@@ -172,7 +172,7 @@ extends <a href="../../../../../../org/a
<!-- -->
</a>
<h3>Fields inherited from class org.apache.maven.plugins.site.<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html"
title="class in org.apache.maven.plugins.site">AbstractSiteMojo</a></h3>
-<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#i18n">i18n</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#localRepository">localRepository</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#project">project</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#reactorProjects">reactorProjects</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#runtimeInformation">runtimeInformation</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#siteTool">siteTool</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#skip">skip</a></code></li>
+<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#i18n">i18n</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#localRepository">localRepository</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#project">project</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#reactorProjects">reactorProjects</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#siteTool">siteTool</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#skip">skip</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a
name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
@@ -222,7 +222,7 @@ extends <a href="../../../../../../org/a
<!-- -->
</a>
<h3>Methods inherited from class org.apache.maven.plugins.site.<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html"
title="class in org.apache.maven.plugins.site">AbstractSiteMojo</a></h3>
-<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#getLocales--">getLocales</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#getMavenVersion--">getMavenVersion</a></code></li>
+<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#getLocales--">getLocales</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a
name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
@@ -399,6 +399,6 @@ protected <a href="https://docs.ora
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2002–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2002–2023 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/EffectiveSiteMojo.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/EffectiveSiteMojo.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/EffectiveSiteMojo.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>EffectiveSiteMojo (Apache Maven Site Plugin 4.0.0-M4 API)</title>
+<title>EffectiveSiteMojo (Apache Maven Site Plugin 4.0.0-M5 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="EffectiveSiteMojo (Apache Maven Site Plugin
4.0.0-M4 API)";
+ parent.document.title="EffectiveSiteMojo (Apache Maven Site Plugin
4.0.0-M5 API)";
}
}
catch(err) {
@@ -177,7 +177,7 @@ extends <a href="../../../../../../org/a
<!-- -->
</a>
<h3>Fields inherited from class org.apache.maven.plugins.site.<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html"
title="class in org.apache.maven.plugins.site">AbstractSiteMojo</a></h3>
-<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#i18n">i18n</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#localRepository">localRepository</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#project">project</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#reactorProjects">reactorProjects</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#runtimeInformation">runtimeInformation</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#siteTool">siteTool</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#skip">skip</a></code></li>
+<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#i18n">i18n</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#localRepository">localRepository</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#project">project</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#reactorProjects">reactorProjects</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#siteTool">siteTool</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#skip">skip</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a
name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
@@ -252,7 +252,7 @@ extends <a href="../../../../../../org/a
<!-- -->
</a>
<h3>Methods inherited from class org.apache.maven.plugins.site.<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html"
title="class in org.apache.maven.plugins.site">AbstractSiteMojo</a></h3>
-<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#getLocales--">getLocales</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#getMavenVersion--">getMavenVersion</a></code></li>
+<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#getLocales--">getLocales</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a
name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
@@ -451,6 +451,6 @@ protected <a href="https://docs.ora
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2002–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2002–2023 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/SiteDescriptorArtifactMetadata.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/SiteDescriptorArtifactMetadata.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/SiteDescriptorArtifactMetadata.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SiteDescriptorArtifactMetadata (Apache Maven Site Plugin 4.0.0-M4
API)</title>
+<title>SiteDescriptorArtifactMetadata (Apache Maven Site Plugin 4.0.0-M5
API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="SiteDescriptorArtifactMetadata (Apache
Maven Site Plugin 4.0.0-M4 API)";
+ parent.document.title="SiteDescriptorArtifactMetadata (Apache
Maven Site Plugin 4.0.0-M5 API)";
}
}
catch(err) {
@@ -434,6 +434,6 @@ extends org.apache.maven.artifact.metada
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2002–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2002–2023 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/SiteDescriptorAttachMojo.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/SiteDescriptorAttachMojo.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/SiteDescriptorAttachMojo.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SiteDescriptorAttachMojo (Apache Maven Site Plugin 4.0.0-M4 API)</title>
+<title>SiteDescriptorAttachMojo (Apache Maven Site Plugin 4.0.0-M5 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="SiteDescriptorAttachMojo (Apache Maven Site
Plugin 4.0.0-M4 API)";
+ parent.document.title="SiteDescriptorAttachMojo (Apache Maven Site
Plugin 4.0.0-M5 API)";
}
}
catch(err) {
@@ -169,7 +169,7 @@ extends <a href="../../../../../../org/a
<!-- -->
</a>
<h3>Fields inherited from class org.apache.maven.plugins.site.<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html"
title="class in org.apache.maven.plugins.site">AbstractSiteMojo</a></h3>
-<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#i18n">i18n</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#localRepository">localRepository</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#project">project</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#reactorProjects">reactorProjects</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#runtimeInformation">runtimeInformation</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#siteTool">siteTool</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#skip">skip</a></code></li>
+<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#i18n">i18n</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#localRepository">localRepository</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#project">project</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#reactorProjects">reactorProjects</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#siteTool">siteTool</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#skip">skip</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a
name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
@@ -226,7 +226,7 @@ extends <a href="../../../../../../org/a
<!-- -->
</a>
<h3>Methods inherited from class org.apache.maven.plugins.site.<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html"
title="class in org.apache.maven.plugins.site">AbstractSiteMojo</a></h3>
-<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#getLocales--">getLocales</a>,
<a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#getMavenVersion--">getMavenVersion</a></code></li>
+<code><a
href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#getLocales--">getLocales</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a
name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
@@ -356,6 +356,6 @@ extends <a href="../../../../../../org/a
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2002–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2002–2023 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/class-use/AbstractSiteDescriptorMojo.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/class-use/AbstractSiteDescriptorMojo.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/class-use/AbstractSiteDescriptorMojo.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class
org.apache.maven.plugins.site.descriptor.AbstractSiteDescriptorMojo (Apache
Maven Site Plugin 4.0.0-M4 API)</title>
+<title>Uses of Class
org.apache.maven.plugins.site.descriptor.AbstractSiteDescriptorMojo (Apache
Maven Site Plugin 4.0.0-M5 API)</title>
<link rel="stylesheet" type="text/css"
href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.maven.plugins.site.descriptor.AbstractSiteDescriptorMojo (Apache
Maven Site Plugin 4.0.0-M4 API)";
+ parent.document.title="Uses of Class
org.apache.maven.plugins.site.descriptor.AbstractSiteDescriptorMojo (Apache
Maven Site Plugin 4.0.0-M5 API)";
}
}
catch(err) {
@@ -229,6 +229,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2002–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2002–2023 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/class-use/EffectiveSiteMojo.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/class-use/EffectiveSiteMojo.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/class-use/EffectiveSiteMojo.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class
org.apache.maven.plugins.site.descriptor.EffectiveSiteMojo (Apache Maven Site
Plugin 4.0.0-M4 API)</title>
+<title>Uses of Class
org.apache.maven.plugins.site.descriptor.EffectiveSiteMojo (Apache Maven Site
Plugin 4.0.0-M5 API)</title>
<link rel="stylesheet" type="text/css"
href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.maven.plugins.site.descriptor.EffectiveSiteMojo (Apache Maven Site
Plugin 4.0.0-M4 API)";
+ parent.document.title="Uses of Class
org.apache.maven.plugins.site.descriptor.EffectiveSiteMojo (Apache Maven Site
Plugin 4.0.0-M5 API)";
}
}
catch(err) {
@@ -120,6 +120,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2002–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2002–2023 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/class-use/SiteDescriptorArtifactMetadata.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/class-use/SiteDescriptorArtifactMetadata.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/class-use/SiteDescriptorArtifactMetadata.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class
org.apache.maven.plugins.site.descriptor.SiteDescriptorArtifactMetadata (Apache
Maven Site Plugin 4.0.0-M4 API)</title>
+<title>Uses of Class
org.apache.maven.plugins.site.descriptor.SiteDescriptorArtifactMetadata (Apache
Maven Site Plugin 4.0.0-M5 API)</title>
<link rel="stylesheet" type="text/css"
href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.maven.plugins.site.descriptor.SiteDescriptorArtifactMetadata (Apache
Maven Site Plugin 4.0.0-M4 API)";
+ parent.document.title="Uses of Class
org.apache.maven.plugins.site.descriptor.SiteDescriptorArtifactMetadata (Apache
Maven Site Plugin 4.0.0-M5 API)";
}
}
catch(err) {
@@ -120,6 +120,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2002–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2002–2023 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/class-use/SiteDescriptorAttachMojo.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/class-use/SiteDescriptorAttachMojo.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/class-use/SiteDescriptorAttachMojo.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class
org.apache.maven.plugins.site.descriptor.SiteDescriptorAttachMojo (Apache Maven
Site Plugin 4.0.0-M4 API)</title>
+<title>Uses of Class
org.apache.maven.plugins.site.descriptor.SiteDescriptorAttachMojo (Apache Maven
Site Plugin 4.0.0-M5 API)</title>
<link rel="stylesheet" type="text/css"
href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.maven.plugins.site.descriptor.SiteDescriptorAttachMojo (Apache Maven
Site Plugin 4.0.0-M4 API)";
+ parent.document.title="Uses of Class
org.apache.maven.plugins.site.descriptor.SiteDescriptorAttachMojo (Apache Maven
Site Plugin 4.0.0-M5 API)";
}
}
catch(err) {
@@ -120,6 +120,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2002–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2002–2023 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/package-frame.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/package-frame.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/package-frame.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.maven.plugins.site.descriptor (Apache Maven Site Plugin
4.0.0-M4 API)</title>
+<title>org.apache.maven.plugins.site.descriptor (Apache Maven Site Plugin
4.0.0-M5 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/package-summary.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/package-summary.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/package-summary.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.maven.plugins.site.descriptor (Apache Maven Site Plugin
4.0.0-M4 API)</title>
+<title>org.apache.maven.plugins.site.descriptor (Apache Maven Site Plugin
4.0.0-M5 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="org.apache.maven.plugins.site.descriptor
(Apache Maven Site Plugin 4.0.0-M4 API)";
+ parent.document.title="org.apache.maven.plugins.site.descriptor
(Apache Maven Site Plugin 4.0.0-M5 API)";
}
}
catch(err) {
@@ -159,6 +159,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2002–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2002–2023 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/package-tree.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/package-tree.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/package-tree.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.maven.plugins.site.descriptor Class Hierarchy (Apache Maven
Site Plugin 4.0.0-M4 API)</title>
+<title>org.apache.maven.plugins.site.descriptor Class Hierarchy (Apache Maven
Site Plugin 4.0.0-M5 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="org.apache.maven.plugins.site.descriptor
Class Hierarchy (Apache Maven Site Plugin 4.0.0-M4 API)";
+ parent.document.title="org.apache.maven.plugins.site.descriptor
Class Hierarchy (Apache Maven Site Plugin 4.0.0-M5 API)";
}
}
catch(err) {
@@ -155,6 +155,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2002–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2002–2023 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/package-use.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/package-use.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/descriptor/package-use.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.maven.plugins.site.descriptor (Apache Maven
Site Plugin 4.0.0-M4 API)</title>
+<title>Uses of Package org.apache.maven.plugins.site.descriptor (Apache Maven
Site Plugin 4.0.0-M5 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
@@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Package
org.apache.maven.plugins.site.descriptor (Apache Maven Site Plugin 4.0.0-M4
API)";
+ parent.document.title="Uses of Package
org.apache.maven.plugins.site.descriptor (Apache Maven Site Plugin 4.0.0-M5
API)";
}
}
catch(err) {
@@ -197,6 +197,6 @@
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright © 2002–2022 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+<p class="legalCopy"><small>Copyright © 2002–2023 <a
href="https://www.apache.org/">The Apache Software Foundation</a>. All rights
reserved.</small></p>
</body>
</html>
\ No newline at end of file
Modified:
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/package-frame.html
==============================================================================
---
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/package-frame.html
(original)
+++
maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/package-frame.html
Sat Feb 11 20:41:49 2023
@@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.maven.plugins.site (Apache Maven Site Plugin 4.0.0-M4
API)</title>
+<title>org.apache.maven.plugins.site (Apache Maven Site Plugin 4.0.0-M5
API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>