Modified: maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_install_plugin/HelpMojo.html ============================================================================== --- maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_install_plugin/HelpMojo.html (original) +++ maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_install_plugin/HelpMojo.html Wed Jun 26 08:36:57 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (21) --> -<title>HelpMojo (Apache Maven Install Plugin 3.1.2 API)</title> +<title>HelpMojo (Apache Maven Install Plugin 4.0.0-beta-1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.maven.plugins.maven_install_plugin, class: HelpMojo"> @@ -39,7 +39,7 @@ loadScripts(document, 'script');</script <p>Summary:</p> <ul> <li>Nested</li> -<li><a href="#field-summary">Field</a></li> +<li>Field</li> <li><a href="#constructor-summary">Constr</a></li> <li><a href="#method-summary">Method</a></li> </ul> @@ -59,7 +59,7 @@ loadScripts(document, 'script');</script <ul class="sub-nav-list"> <li>Summary: </li> <li>Nested | </li> -<li><a href="#field-summary">Field</a> | </li> +<li>Field | </li> <li><a href="#constructor-summary">Constr</a> | </li> <li><a href="#method-summary">Method</a></li> </ul> @@ -85,22 +85,20 @@ loadScripts(document, 'script');</script <div class="sub-title"><span class="package-label-in-type">Package</span> <a href="package-summary.html">org.apache.maven.plugins.maven_install_plugin</a></div> <h1 title="Class HelpMojo" class="title">Class HelpMojo</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">org.apache.maven.plugin.AbstractMojo +<div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/en/java/javase/17/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.plugins.maven_install_plugin.HelpMojo</div> </div> -</div> <section class="class-description" id="class-description"> <dl class="notes"> <dt>All Implemented Interfaces:</dt> -<dd><code>org.apache.maven.plugin.ContextEnabled</code>, <code>org.apache.maven.plugin.Mojo</code></dd> +<dd><code>org.apache.maven.api.plugin.Mojo</code></dd> </dl> <hr> <div class="type-signature"><span class="annotations">@Mojo(name="help", - requiresProject=false, - threadSafe=true) + projectRequired=false) </span><span class="modifiers">public class </span><span class="element-name type-name-label">HelpMojo</span> -<span class="extends-implements">extends org.apache.maven.plugin.AbstractMojo</span></div> +<span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a> +implements org.apache.maven.api.plugin.Mojo</span></div> <div class="block">Display help information on maven-install-plugin.<br> Call <code>mvn install:help -Ddetail=true -Dgoal=<goal-name></code> to display parameter details.</div> <dl class="notes"> @@ -110,15 +108,6 @@ loadScripts(document, 'script');</script </section> <section class="summary"> <ul class="summary-list"> -<!-- =========== FIELD SUMMARY =========== --> -<li> -<section class="field-summary" id="field-summary"> -<h2>Field Summary</h2> -<div class="inherited-list"> -<h3 id="fields-inherited-from-class-org.apache.maven.plugin.Mojo">Fields inherited from interface org.apache.maven.plugin.Mojo</h3> -<code>ROLE</code></div> -</section> -</li> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <li> <section class="constructor-summary" id="constructor-summary"> @@ -138,8 +127,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" aria-labelledby="method-summary-table-tab0"> -<div class="summary-table three-column-summary"> +<div id="method-summary-table.tabpanel" role="tabpanel"> +<div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0"> <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> @@ -150,11 +139,8 @@ loadScripts(document, 'script');</script </div> </div> <div class="inherited-list"> -<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/17/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/17/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/17/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/17/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/17/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/17/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/17/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/17/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/17/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/17/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/17/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/17/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> @@ -184,10 +170,12 @@ loadScripts(document, 'script');</script <section class="detail" id="execute()"> <h3>execute</h3> <div class="member-signature"><span class="modifiers">public</span> <span class="return-type">void</span> <span class="element-name">execute</span>() - throws <span class="exceptions">org.apache.maven.plugin.MojoExecutionException</span></div> + throws <span class="exceptions">org.apache.maven.api.plugin.MojoException</span></div> <dl class="notes"> +<dt>Specified by:</dt> +<dd><code>execute</code> in interface <code>org.apache.maven.api.plugin.Mojo</code></dd> <dt>Throws:</dt> -<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd> +<dd><code>org.apache.maven.api.plugin.MojoException</code></dd> </dl> </section> </li>
Modified: maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_install_plugin/class-use/HelpMojo.html ============================================================================== --- maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_install_plugin/class-use/HelpMojo.html (original) +++ maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_install_plugin/class-use/HelpMojo.html Wed Jun 26 08:36:57 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (21) --> -<title>Uses of Class org.apache.maven.plugins.maven_install_plugin.HelpMojo (Apache Maven Install Plugin 3.1.2 API)</title> +<title>Uses of Class org.apache.maven.plugins.maven_install_plugin.HelpMojo (Apache Maven Install Plugin 4.0.0-beta-1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.maven.plugins.maven_install_plugin, class: HelpMojo"> Modified: maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_install_plugin/package-summary.html ============================================================================== --- maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_install_plugin/package-summary.html (original) +++ maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_install_plugin/package-summary.html Wed Jun 26 08:36:57 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (21) --> -<title>org.apache.maven.plugins.maven_install_plugin (Apache Maven Install Plugin 3.1.2 API)</title> +<title>org.apache.maven.plugins.maven_install_plugin (Apache Maven Install Plugin 4.0.0-beta-1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.maven.plugins.maven_install_plugin"> Modified: maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_install_plugin/package-tree.html ============================================================================== --- maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_install_plugin/package-tree.html (original) +++ maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_install_plugin/package-tree.html Wed Jun 26 08:36:57 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (21) --> -<title>org.apache.maven.plugins.maven_install_plugin Class Hierarchy (Apache Maven Install Plugin 3.1.2 API)</title> +<title>org.apache.maven.plugins.maven_install_plugin Class Hierarchy (Apache Maven Install Plugin 4.0.0-beta-1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="tree: package: org.apache.maven.plugins.maven_install_plugin"> @@ -57,13 +57,9 @@ 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/17/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> -<li class="circle">org.apache.maven.plugins.maven_install_plugin.<a href="HelpMojo.html" class="type-name-link" title="class in org.apache.maven.plugins.maven_install_plugin">HelpMojo</a></li> -</ul> -</li> +<li class="circle">org.apache.maven.plugins.maven_install_plugin.<a href="HelpMojo.html" class="type-name-link" title="class in org.apache.maven.plugins.maven_install_plugin">HelpMojo</a> (implements org.apache.maven.api.plugin.Mojo)</li> </ul> </li> </ul> Modified: maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_install_plugin/package-use.html ============================================================================== --- maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_install_plugin/package-use.html (original) +++ maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_install_plugin/package-use.html Wed Jun 26 08:36:57 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (21) --> -<title>Uses of Package org.apache.maven.plugins.maven_install_plugin (Apache Maven Install Plugin 3.1.2 API)</title> +<title>Uses of Package org.apache.maven.plugins.maven_install_plugin (Apache Maven Install Plugin 4.0.0-beta-1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: org.apache.maven.plugins.maven_install_plugin"> Modified: maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/overview-summary.html ============================================================================== --- maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/overview-summary.html (original) +++ maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/overview-summary.html Wed Jun 26 08:36:57 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (21) --> -<title>Apache Maven Install Plugin 3.1.2 API</title> +<title>Apache Maven Install Plugin 4.0.0-beta-1 API</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="index redirect"> Modified: maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/overview-tree.html ============================================================================== --- maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/overview-tree.html (original) +++ maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/overview-tree.html Wed Jun 26 08:36:57 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (21) --> -<title>Class Hierarchy (Apache Maven Install Plugin 3.1.2 API)</title> +<title>Class Hierarchy (Apache Maven Install Plugin 4.0.0-beta-1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="class tree"> @@ -58,15 +58,11 @@ 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/17/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> -<li class="circle">org.apache.maven.plugins.maven_install_plugin.<a href="org/apache/maven/plugins/maven_install_plugin/HelpMojo.html" class="type-name-link" title="class in org.apache.maven.plugins.maven_install_plugin">HelpMojo</a></li> -<li class="circle">org.apache.maven.plugins.install.<a href="org/apache/maven/plugins/install/InstallFileMojo.html" class="type-name-link" title="class in org.apache.maven.plugins.install">InstallFileMojo</a></li> -<li class="circle">org.apache.maven.plugins.install.<a href="org/apache/maven/plugins/install/InstallMojo.html" class="type-name-link" title="class in org.apache.maven.plugins.install">InstallMojo</a></li> -</ul> -</li> +<li class="circle">org.apache.maven.plugins.maven_install_plugin.<a href="org/apache/maven/plugins/maven_install_plugin/HelpMojo.html" class="type-name-link" title="class in org.apache.maven.plugins.maven_install_plugin">HelpMojo</a> (implements org.apache.maven.api.plugin.Mojo)</li> +<li class="circle">org.apache.maven.plugins.install.<a href="org/apache/maven/plugins/install/InstallFileMojo.html" class="type-name-link" title="class in org.apache.maven.plugins.install">InstallFileMojo</a> (implements org.apache.maven.api.plugin.Mojo)</li> +<li class="circle">org.apache.maven.plugins.install.<a href="org/apache/maven/plugins/install/InstallMojo.html" class="type-name-link" title="class in org.apache.maven.plugins.install">InstallMojo</a> (implements org.apache.maven.api.plugin.Mojo)</li> </ul> </li> </ul> Modified: maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/script.js ============================================================================== --- maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/script.js (original) +++ maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/script.js Wed Jun 26 08:36:57 2024 @@ -1,26 +1,26 @@ /* * Copyright (c) 2013, 2023, Oracle and/or its affiliates. All rights reserved. - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * * - * This code is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. - * - * This code is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * version 2 for more details (a copy is included in the LICENSE file that - * accompanied this code). - * - * You should have received a copy of the GNU General Public License version - * 2 along with this work; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - * - * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA - * or visit www.oracle.com if you need additional information or have any - * questions. */ var moduleSearchIndex; @@ -157,7 +157,7 @@ function show(tableId, selected, columns } function updateTabs(tableId, selected) { - document.getElementById(tableId + '.tabpanel') + document.querySelector('div#' + tableId +' .summary-table') .setAttribute('aria-labelledby', selected); document.querySelectorAll('button[id^="' + tableId + '"]') .forEach(function(tab, index) { Modified: maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/search-page.js ============================================================================== Binary files - no diff available. Modified: maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/search.html ============================================================================== --- maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/search.html (original) +++ maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/search.html Wed Jun 26 08:36:57 2024 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (21) --> -<title>Search (Apache Maven Install Plugin 3.1.2 API)</title> +<title>Search (Apache Maven Install Plugin 4.0.0-beta-1 API)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="search"> Modified: maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/search.js ============================================================================== --- maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/search.js (original) +++ maven/website/components/plugins-archives/maven-install-plugin-LATEST/apidocs/search.js Wed Jun 26 08:36:57 2024 @@ -1,26 +1,26 @@ /* * Copyright (c) 2015, 2023, Oracle and/or its affiliates. All rights reserved. - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * * - * This code is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. - * - * This code is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * version 2 for more details (a copy is included in the LICENSE file that - * accompanied this code). - * - * You should have received a copy of the GNU General Public License version - * 2 along with this work; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - * - * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA - * or visit www.oracle.com if you need additional information or have any - * questions. */ "use strict"; const messages = { @@ -37,7 +37,7 @@ const messages = { const categories = { modules: "Modules", packages: "Packages", - types: "Types", + types: "Classes and Interfaces", members: "Members", searchTags: "Search Tags" }; Modified: maven/website/components/plugins-archives/maven-install-plugin-LATEST/checkstyle.html ============================================================================== --- maven/website/components/plugins-archives/maven-install-plugin-LATEST/checkstyle.html (original) +++ maven/website/components/plugins-archives/maven-install-plugin-LATEST/checkstyle.html Wed Jun 26 08:36:57 2024 @@ -1,133 +1,68 @@ <!DOCTYPE html> - - <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-checkstyle-plugin:3.3.1:checkstyle at 2024-04-26 - | Rendered using Apache Maven Fluido Skin 1.11.2 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-checkstyle-plugin:3.3.1:checkstyle at 2024-06-26 + + | Rendered using Apache Maven Default Skin --> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" /> <title>Apache Maven Install Plugin – Checkstyle Results</title> - <link rel="stylesheet" href="./css/apache-maven-fluido-1.11.2.min.css" /> + <link rel="stylesheet" href="./css/maven-base.css" /> + <link rel="stylesheet" href="./css/maven-theme.css" /> <link rel="stylesheet" href="./css/site.css" /> <link rel="stylesheet" href="./css/print.css" media="print" /> - <script src="./js/apache-maven-fluido-1.11.2.min.js"></script> - - <!-- Matomo --> - <script> - var _paq = window._paq = window._paq || []; - _paq.push(['disableCookies']); - _paq.push(['trackPageView']); - _paq.push(['enableLinkTracking']); - - (function() { - var u="https://analytics.apache.org/"; - _paq.push(['setTrackerUrl', u+'/matomo.php']); - _paq.push(['setSiteId', '3']); - var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; - g.async=true; g.src=u+'/matomo.js'; s.parentNode.insertBefore(g,s); - })(); - </script> - <!-- End Matomo Code --> </head> - <body class="topBarDisabled"> - <div class="container-fluid"> - <header> - <div id="banner"> - <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png" alt="Apache Maven Install Plugin" style="" /></a></div> - <div class="pull-right"><a href="../../" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png" alt="" style="" /></a></div> - <div class="clear"><hr/></div> - </div> - - <div id="breadcrumbs"> - <ul class="breadcrumb"> - <li><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li> - <li><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li> - <li><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> - <li><a href="index.html" title="Apache Maven Install Plugin">Apache Maven Install Plugin</a><span class="divider">/</span></li> - <li class="active ">Checkstyle Results</li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2024-04-26</li> - <li id="projectVersion" class="pull-right">Version: 3.1.2</li> - </ul> - </div> - </header> - <div class="row-fluid"> - <header id="leftColumn" class="span2"> - <nav class="well sidebar-nav"> - <ul class="nav nav-list"> - <li class="nav-header">Overview</li> - <li><a href="index.html" title="Introduction"><span class="none"></span>Introduction</a></li> - <li><a href="plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li> - <li><a href="usage.html" title="Usage"><span class="none"></span>Usage</a></li> - <li><a href="faq.html" title="FAQ"><span class="none"></span>FAQ</a></li> - <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li> - <li><a href="download.html" title="Download"><span class="none"></span>Download</a></li> - <li class="nav-header">Examples</li> - <li><a href="examples/custom-pom-installation.html" title="Installing Artifact with Custom POM"><span class="none"></span>Installing Artifact with Custom POM</a></li> - <li><a href="examples/generic-pom-generation.html" title="Generating Generic POM"><span class="none"></span>Generating Generic POM</a></li> - <li><a href="examples/specific-local-repo.html" title="Installing to a Specific Local Repository Path"><span class="none"></span>Installing to a Specific Local Repository Path</a></li> - <li><a href="examples/installing-secondary-artifacts.html" title="Installing Secondary Artifacts"><span class="none"></span>Installing Secondary Artifacts</a></li> - <li class="nav-header">Project Documentation</li> - <li><a href="project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li> - <li><a href="project-reports.html" title="Project Reports"><span class="icon-chevron-down"></span>Project Reports</a> - <ul class="nav nav-list"> - <li><a href="surefire-report.html" title="Surefire"><span class="none"></span>Surefire</a></li> - <li class="active"><a><span class="none"></span>Checkstyle</a></li> - <li><a href="pmd.html" title="PMD"><span class="none"></span>PMD</a></li> - <li><a href="xref/index.html" title="Source Xref"><span class="none"></span>Source Xref</a></li> - <li><a href="xref-test/index.html" title="Test Source Xref"><span class="none"></span>Test Source Xref</a></li> - <li><a href="taglist.html" title="Tag List"><span class="none"></span>Tag List</a></li> - <li><a href="apidocs/index.html" title="Javadoc"><span class="none"></span>Javadoc</a></li> - <li><a href="plugin-info.html" title="Plugin Documentation"><span class="none"></span>Plugin Documentation</a></li> - </ul></li> - <li class="nav-header">Maven Projects</li> - <li><a href="../../ref/current" title="Maven"><span class="none"></span>Maven</a></li> - <li><a href="../../archetypes/index.html" title="Archetypes"><span class="none"></span>Archetypes</a></li> - <li><a href="../../extensions/index.html" title="Extensions"><span class="none"></span>Extensions</a></li> - <li><a href="../../pom/index.html" title="Parent POMs"><span class="none"></span>Parent POMs</a></li> - <li><a href="../index.html" title="Plugins"><span class="none"></span>Plugins</a></li> - <li><a href="../../skins/index.html" title="Skins"><span class="none"></span>Skins</a></li> - <li><a href="" title=""><span class="icon-chevron-down"></span></a> - <ul class="nav nav-list"> - <li><a href="../../archetype/index.html" title="Archetype"><span class="none"></span>Archetype</a></li> - <li><a href="../../resolver/index.html" title="Artifact Resolver"><span class="none"></span>Artifact Resolver</a></li> - <li><a href="../../doxia/index.html" title="Doxia"><span class="none"></span>Doxia</a></li> - <li><a href="../../maven-indexer/index.html" title="Indexer"><span class="none"></span>Indexer</a></li> - <li><a href="../../jxr/index.html" title="JXR"><span class="none"></span>JXR</a></li> - <li><a href="../../plugin-testing/index.html" title="Plugin Testing"><span class="none"></span>Plugin Testing</a></li> - <li><a href="../../plugin-tools/index.html" title="Plugin Tools"><span class="none"></span>Plugin Tools</a></li> - <li><a href="../../apache-resource-bundles/index.html" title="Resource Bundles"><span class="none"></span>Resource Bundles</a></li> - <li><a href="../../scm/index.html" title="SCM"><span class="none"></span>SCM</a></li> - <li><a href="../../shared/index.html" title="Shared Components"><span class="none"></span>Shared Components</a></li> - <li><a href="../../surefire/index.html" title="Surefire"><span class="none"></span>Surefire</a></li> - <li><a href="../../wagon/index.html" title="Wagon"><span class="none"></span>Wagon</a></li> - </ul></li> - <li class="nav-header">ASF</li> - <li><a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works"><span class="none"></span>How Apache Works</a></li> - <li><a href="https://www.apache.org/foundation/" class="externalLink" title="Foundation"><span class="none"></span>Foundation</a></li> - <li><a href="https://privacy.apache.org/policies/privacy-policy-public.html" class="externalLink" title="Data Privacy"><span class="none"></span>Data Privacy</a></li> - <li><a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache"><span class="none"></span>Sponsoring Apache</a></li> - <li><a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li> - </ul> - </nav> - <div class="well sidebar-nav"> - <div id="poweredBy"> - <div class="clear"></div> - <div class="clear"></div> - <div class="clear"></div> -<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a> - </div> - </div> - </header> - <main id="bodyColumn" class="span10" > + <body class="composite"> + <div id="banner"> +<div id="bannerLeft">Apache Maven Install Plugin +</div> + <div class="clear"> + <hr/> + </div> + </div> + <div id="breadcrumbs"> + <div class="xleft"> + <span id="publishDate">Last Published: 2024-06-26</span> + | <span id="projectVersion">Version: 4.0.0-beta-1</span> + </div> + <div class="xright"> </div> + <div class="clear"> + <hr/> + </div> + </div> + <div id="leftColumn"> + <div id="navcolumn"> + <h5>Overview</h5> + <ul> + <li class="none"><a href="index.html" title="Introduction">Introduction</a></li> + <li class="none"><a href="plugin-info.html" title="Goals">Goals</a></li> + <li class="none"><a href="usage.html" title="Usage">Usage</a></li> + <li class="none"><a href="faq.html" title="FAQ">FAQ</a></li> + <li class="none"><a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a></li> + <li class="none"><a href="download.html" title="Download">Download</a></li> + </ul> + <h5>Examples</h5> + <ul> + <li class="none"><a href="examples/custom-pom-installation.html" title="Installing Artifact with Custom POM">Installing Artifact with Custom POM</a></li> + <li class="none"><a href="examples/generic-pom-generation.html" title="Generating Generic POM">Generating Generic POM</a></li> + <li class="none"><a href="examples/specific-local-repo.html" title="Installing to a Specific Local Repository Path">Installing to a Specific Local Repository Path</a></li> + <li class="none"><a href="examples/installing-secondary-artifacts.html" title="Installing Secondary Artifacts">Installing Secondary Artifacts</a></li> + </ul> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /> + </a> + </div> + </div> + <div id="bodyColumn"> + <div id="contentBox"> <section> <h2><a name="Checkstyle_Results"></a>Checkstyle Results</h2><a name="Checkstyle_Results"></a> <p>The following document contains the results of <a class="externalLink" href="https://checkstyle.org/">Checkstyle</a> 9.3 with config/maven_checks_nocodestyle.xml ruleset.</p><section> <h3><a name="Summary"></a>Summary</h3><a name="Summary"></a> -<table border="0" class="table table-striped"> +<table border="0" class="bodyTable"> <tr class="a"> <th>Files</th> <th><img src="images/icon_info_sml.gif" alt="" /> Info</th> @@ -136,10 +71,10 @@ <tr class="b"> <td align="left">2</td> <td>0</td> -<td>8</td> +<td>10</td> <td>0</td></tr></table></section><section> <h3><a name="Files"></a>Files</h3><a name="Files"></a> -<table border="0" class="table table-striped"> +<table border="0" class="bodyTable"> <tr class="a"> <th>File</th> <th><img src="images/icon_info_sml.gif" alt="" /> I</th> @@ -148,15 +83,15 @@ <tr class="b"> <td align="left"><a href="#org.2Fapache.2Fmaven.2Fplugins.2Finstall.2FInstallFileMojo.java">org/apache/maven/plugins/install/InstallFileMojo.java</a></td> <td>0</td> -<td>5</td> +<td>6</td> <td>0</td></tr> <tr class="a"> <td align="left"><a href="#org.2Fapache.2Fmaven.2Fplugins.2Finstall.2FInstallMojo.java">org/apache/maven/plugins/install/InstallMojo.java</a></td> <td>0</td> -<td>3</td> +<td>4</td> <td>0</td></tr></table></section><section> <h3><a name="Rules"></a>Rules</h3><a name="Rules"></a> -<table border="0" class="table table-striped"> +<table border="0" class="bodyTable"> <tr class="a"> <th>Category</th> <th>Rule</th> @@ -168,11 +103,11 @@ <ul> <li>ignoreConstructorParameter: <code>"true"</code></li> <li>ignoreSetter: <code>"true"</code></li></ul></td> -<td>8</td> +<td>10</td> <td><img src="images/icon_warning_sml.gif" alt="" /> Warning</td></tr></table></section><section> <h3><a name="Details"></a>Details</h3><a name="Details"></a><section> <h4><a name="org.2Fapache.2Fmaven.2Fplugins.2Finstall.2FInstallFileMojo.java"></a>org/apache/maven/plugins/install/InstallFileMojo.java</h4><a name="org.2Fapache.2Fmaven.2Fplugins.2Finstall.2FInstallFileMojo.java"></a> -<table border="0" class="table table-striped"> +<table border="0" class="bodyTable"> <tr class="a"> <th>Severity</th> <th>Category</th> @@ -183,34 +118,40 @@ <td align="left"><img src="images/icon_warning_sml.gif" alt="" /> Warning</td> <td>coding</td> <td>HiddenField</td> -<td>'pomFile' hides a field.</td> -<td><a href="./xref/org/apache/maven/plugins/install/InstallFileMojo.html#L317">317</a></td></tr> +<td>'session' hides a field.</td> +<td><a href="./xref/org/apache/maven/plugins/install/InstallFileMojo.html#L159">159</a></td></tr> <tr class="a"> <td align="left"><img src="images/icon_warning_sml.gif" alt="" /> Warning</td> <td>coding</td> <td>HiddenField</td> -<td>'session' hides a field.</td> -<td><a href="./xref/org/apache/maven/plugins/install/InstallFileMojo.html#L402">402</a></td></tr> +<td>'pomFile' hides a field.</td> +<td><a href="./xref/org/apache/maven/plugins/install/InstallFileMojo.html#L272">272</a></td></tr> <tr class="b"> <td align="left"><img src="images/icon_warning_sml.gif" alt="" /> Warning</td> <td>coding</td> <td>HiddenField</td> -<td>'session' hides a field.</td> -<td><a href="./xref/org/apache/maven/plugins/install/InstallFileMojo.html#L411">411</a></td></tr> +<td>'pomFile' hides a field.</td> +<td><a href="./xref/org/apache/maven/plugins/install/InstallFileMojo.html#L297">297</a></td></tr> <tr class="a"> <td align="left"><img src="images/icon_warning_sml.gif" alt="" /> Warning</td> <td>coding</td> <td>HiddenField</td> -<td>'file' hides a field.</td> -<td><a href="./xref/org/apache/maven/plugins/install/InstallFileMojo.html#L422">422</a></td></tr> +<td>'pomFile' hides a field.</td> +<td><a href="./xref/org/apache/maven/plugins/install/InstallFileMojo.html#L365">365</a></td></tr> <tr class="b"> <td align="left"><img src="images/icon_warning_sml.gif" alt="" /> Warning</td> <td>coding</td> <td>HiddenField</td> +<td>'file' hides a field.</td> +<td><a href="./xref/org/apache/maven/plugins/install/InstallFileMojo.html#L386">386</a></td></tr> +<tr class="a"> +<td align="left"><img src="images/icon_warning_sml.gif" alt="" /> Warning</td> +<td>coding</td> +<td>HiddenField</td> <td>'version' hides a field.</td> -<td><a href="./xref/org/apache/maven/plugins/install/InstallFileMojo.html#L457">457</a></td></tr></table></section><section> +<td><a href="./xref/org/apache/maven/plugins/install/InstallFileMojo.html#L420">420</a></td></tr></table></section><section> <h4><a name="org.2Fapache.2Fmaven.2Fplugins.2Finstall.2FInstallMojo.java"></a>org/apache/maven/plugins/install/InstallMojo.java</h4><a name="org.2Fapache.2Fmaven.2Fplugins.2Finstall.2FInstallMojo.java"></a> -<table border="0" class="table table-striped"> +<table border="0" class="bodyTable"> <tr class="a"> <th>Severity</th> <th>Category</th> @@ -222,36 +163,37 @@ <td>coding</td> <td>HiddenField</td> <td>'project' hides a field.</td> -<td><a href="./xref/org/apache/maven/plugins/install/InstallMojo.html#L109">109</a></td></tr> +<td><a href="./xref/org/apache/maven/plugins/install/InstallMojo.html#L112">112</a></td></tr> <tr class="a"> <td align="left"><img src="images/icon_warning_sml.gif" alt="" /> Warning</td> <td>coding</td> <td>HiddenField</td> <td>'project' hides a field.</td> -<td><a href="./xref/org/apache/maven/plugins/install/InstallMojo.html#L114">114</a></td></tr> +<td><a href="./xref/org/apache/maven/plugins/install/InstallMojo.html#L117">117</a></td></tr> <tr class="b"> <td align="left"><img src="images/icon_warning_sml.gif" alt="" /> Warning</td> <td>coding</td> <td>HiddenField</td> <td>'project' hides a field.</td> -<td><a href="./xref/org/apache/maven/plugins/install/InstallMojo.html#L188">188</a></td></tr></table></section></section></section> - </main> +<td><a href="./xref/org/apache/maven/plugins/install/InstallMojo.html#L122">122</a></td></tr> +<tr class="a"> +<td align="left"><img src="images/icon_warning_sml.gif" alt="" /> Warning</td> +<td>coding</td> +<td>HiddenField</td> +<td>'project' hides a field.</td> +<td><a href="./xref/org/apache/maven/plugins/install/InstallMojo.html#L180">180</a></td></tr></table></section></section></section> </div> </div> - <hr/> - <footer> - <div class="container-fluid"> - <div class="row-fluid"> - <p>© 2004–2024 -<a href="https://www.apache.org/">The Apache Software Foundation</a> -</p> - </div> + <div class="clear"> + <hr/> + </div> + <div id="footer"> + <div class="xright"> + Copyright © 2004–2024<a href="https://www.apache.org/">The Apache Software Foundation</a>. +. </div> + <div class="clear"> + <hr/> </div> - </footer> -<script> - if(anchors) { - anchors.add(); - } -</script> + </div> </body> </html> \ No newline at end of file Modified: maven/website/components/plugins-archives/maven-install-plugin-LATEST/ci-management.html ============================================================================== --- maven/website/components/plugins-archives/maven-install-plugin-LATEST/ci-management.html (original) +++ maven/website/components/plugins-archives/maven-install-plugin-LATEST/ci-management.html Wed Jun 26 08:36:57 2024 @@ -1,134 +1,63 @@ <!DOCTYPE html> - - <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.5.0:ci-management at 2024-04-26 - | Rendered using Apache Maven Fluido Skin 1.11.2 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.5.0:ci-management at 2024-06-26 + + | Rendered using Apache Maven Default Skin --> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" /> <title>Apache Maven Install Plugin – CI Management</title> - <link rel="stylesheet" href="./css/apache-maven-fluido-1.11.2.min.css" /> + <link rel="stylesheet" href="./css/maven-base.css" /> + <link rel="stylesheet" href="./css/maven-theme.css" /> <link rel="stylesheet" href="./css/site.css" /> <link rel="stylesheet" href="./css/print.css" media="print" /> - <script src="./js/apache-maven-fluido-1.11.2.min.js"></script> - - <!-- Matomo --> - <script> - var _paq = window._paq = window._paq || []; - _paq.push(['disableCookies']); - _paq.push(['trackPageView']); - _paq.push(['enableLinkTracking']); - - (function() { - var u="https://analytics.apache.org/"; - _paq.push(['setTrackerUrl', u+'/matomo.php']); - _paq.push(['setSiteId', '3']); - var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; - g.async=true; g.src=u+'/matomo.js'; s.parentNode.insertBefore(g,s); - })(); - </script> - <!-- End Matomo Code --> </head> - <body class="topBarDisabled"> - <div class="container-fluid"> - <header> - <div id="banner"> - <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png" alt="Apache Maven Install Plugin" style="" /></a></div> - <div class="pull-right"><a href="../../" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png" alt="" style="" /></a></div> - <div class="clear"><hr/></div> - </div> - - <div id="breadcrumbs"> - <ul class="breadcrumb"> - <li><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li> - <li><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li> - <li><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> - <li><a href="index.html" title="Apache Maven Install Plugin">Apache Maven Install Plugin</a><span class="divider">/</span></li> - <li class="active ">CI Management</li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2024-04-26</li> - <li id="projectVersion" class="pull-right">Version: 3.1.2</li> - </ul> - </div> - </header> - <div class="row-fluid"> - <header id="leftColumn" class="span2"> - <nav class="well sidebar-nav"> - <ul class="nav nav-list"> - <li class="nav-header">Overview</li> - <li><a href="index.html" title="Introduction"><span class="none"></span>Introduction</a></li> - <li><a href="plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li> - <li><a href="usage.html" title="Usage"><span class="none"></span>Usage</a></li> - <li><a href="faq.html" title="FAQ"><span class="none"></span>FAQ</a></li> - <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li> - <li><a href="download.html" title="Download"><span class="none"></span>Download</a></li> - <li class="nav-header">Examples</li> - <li><a href="examples/custom-pom-installation.html" title="Installing Artifact with Custom POM"><span class="none"></span>Installing Artifact with Custom POM</a></li> - <li><a href="examples/generic-pom-generation.html" title="Generating Generic POM"><span class="none"></span>Generating Generic POM</a></li> - <li><a href="examples/specific-local-repo.html" title="Installing to a Specific Local Repository Path"><span class="none"></span>Installing to a Specific Local Repository Path</a></li> - <li><a href="examples/installing-secondary-artifacts.html" title="Installing Secondary Artifacts"><span class="none"></span>Installing Secondary Artifacts</a></li> - <li class="nav-header">Project Documentation</li> - <li><a href="project-info.html" title="Project Information"><span class="icon-chevron-down"></span>Project Information</a> - <ul class="nav nav-list"> - <li><a href="index.html" title="About"><span class="none"></span>About</a></li> - <li><a href="summary.html" title="Summary"><span class="none"></span>Summary</a></li> - <li><a href="dependency-info.html" title="Dependency Information"><span class="none"></span>Dependency Information</a></li> - <li><a href="team.html" title="Team"><span class="none"></span>Team</a></li> - <li><a href="scm.html" title="Source Code Management"><span class="none"></span>Source Code Management</a></li> - <li><a href="issue-management.html" title="Issue Management"><span class="none"></span>Issue Management</a></li> - <li><a href="mailing-lists.html" title="Mailing Lists"><span class="none"></span>Mailing Lists</a></li> - <li><a href="dependency-management.html" title="Dependency Management"><span class="none"></span>Dependency Management</a></li> - <li><a href="dependencies.html" title="Dependencies"><span class="none"></span>Dependencies</a></li> - <li><a href="dependency-convergence.html" title="Dependency Convergence"><span class="none"></span>Dependency Convergence</a></li> - <li class="active"><a><span class="none"></span>CI Management</a></li> - <li><a href="plugin-management.html" title="Plugin Management"><span class="none"></span>Plugin Management</a></li> - <li><a href="plugins.html" title="Plugins"><span class="none"></span>Plugins</a></li> - <li><a href="distribution-management.html" title="Distribution Management"><span class="none"></span>Distribution Management</a></li> - </ul></li> - <li><a href="project-reports.html" title="Project Reports"><span class="icon-chevron-right"></span>Project Reports</a></li> - <li class="nav-header">Maven Projects</li> - <li><a href="../../ref/current" title="Maven"><span class="none"></span>Maven</a></li> - <li><a href="../../archetypes/index.html" title="Archetypes"><span class="none"></span>Archetypes</a></li> - <li><a href="../../extensions/index.html" title="Extensions"><span class="none"></span>Extensions</a></li> - <li><a href="../../pom/index.html" title="Parent POMs"><span class="none"></span>Parent POMs</a></li> - <li><a href="../index.html" title="Plugins"><span class="none"></span>Plugins</a></li> - <li><a href="../../skins/index.html" title="Skins"><span class="none"></span>Skins</a></li> - <li><a href="" title=""><span class="icon-chevron-down"></span></a> - <ul class="nav nav-list"> - <li><a href="../../archetype/index.html" title="Archetype"><span class="none"></span>Archetype</a></li> - <li><a href="../../resolver/index.html" title="Artifact Resolver"><span class="none"></span>Artifact Resolver</a></li> - <li><a href="../../doxia/index.html" title="Doxia"><span class="none"></span>Doxia</a></li> - <li><a href="../../maven-indexer/index.html" title="Indexer"><span class="none"></span>Indexer</a></li> - <li><a href="../../jxr/index.html" title="JXR"><span class="none"></span>JXR</a></li> - <li><a href="../../plugin-testing/index.html" title="Plugin Testing"><span class="none"></span>Plugin Testing</a></li> - <li><a href="../../plugin-tools/index.html" title="Plugin Tools"><span class="none"></span>Plugin Tools</a></li> - <li><a href="../../apache-resource-bundles/index.html" title="Resource Bundles"><span class="none"></span>Resource Bundles</a></li> - <li><a href="../../scm/index.html" title="SCM"><span class="none"></span>SCM</a></li> - <li><a href="../../shared/index.html" title="Shared Components"><span class="none"></span>Shared Components</a></li> - <li><a href="../../surefire/index.html" title="Surefire"><span class="none"></span>Surefire</a></li> - <li><a href="../../wagon/index.html" title="Wagon"><span class="none"></span>Wagon</a></li> - </ul></li> - <li class="nav-header">ASF</li> - <li><a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works"><span class="none"></span>How Apache Works</a></li> - <li><a href="https://www.apache.org/foundation/" class="externalLink" title="Foundation"><span class="none"></span>Foundation</a></li> - <li><a href="https://privacy.apache.org/policies/privacy-policy-public.html" class="externalLink" title="Data Privacy"><span class="none"></span>Data Privacy</a></li> - <li><a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache"><span class="none"></span>Sponsoring Apache</a></li> - <li><a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li> - </ul> - </nav> - <div class="well sidebar-nav"> - <div id="poweredBy"> - <div class="clear"></div> - <div class="clear"></div> - <div class="clear"></div> -<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a> - </div> - </div> - </header> - <main id="bodyColumn" class="span10" > + <body class="composite"> + <div id="banner"> +<div id="bannerLeft">Apache Maven Install Plugin +</div> + <div class="clear"> + <hr/> + </div> + </div> + <div id="breadcrumbs"> + <div class="xleft"> + <span id="publishDate">Last Published: 2024-06-26</span> + | <span id="projectVersion">Version: 4.0.0-beta-1</span> + </div> + <div class="xright"> </div> + <div class="clear"> + <hr/> + </div> + </div> + <div id="leftColumn"> + <div id="navcolumn"> + <h5>Overview</h5> + <ul> + <li class="none"><a href="index.html" title="Introduction">Introduction</a></li> + <li class="none"><a href="plugin-info.html" title="Goals">Goals</a></li> + <li class="none"><a href="usage.html" title="Usage">Usage</a></li> + <li class="none"><a href="faq.html" title="FAQ">FAQ</a></li> + <li class="none"><a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a></li> + <li class="none"><a href="download.html" title="Download">Download</a></li> + </ul> + <h5>Examples</h5> + <ul> + <li class="none"><a href="examples/custom-pom-installation.html" title="Installing Artifact with Custom POM">Installing Artifact with Custom POM</a></li> + <li class="none"><a href="examples/generic-pom-generation.html" title="Generating Generic POM">Generating Generic POM</a></li> + <li class="none"><a href="examples/specific-local-repo.html" title="Installing to a Specific Local Repository Path">Installing to a Specific Local Repository Path</a></li> + <li class="none"><a href="examples/installing-secondary-artifacts.html" title="Installing Secondary Artifacts">Installing Secondary Artifacts</a></li> + </ul> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /> + </a> + </div> + </div> + <div id="bodyColumn"> + <div id="contentBox"> <section> <h2><a name="Overview"></a>Overview</h2><a name="Overview"></a> <p>This project uses <a class="externalLink" href="https://www.jenkins.io/">Jenkins</a>.</p></section><section> @@ -138,23 +67,18 @@ <pre><a class="externalLink" href="https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-install-plugin/">https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-install-plugin/</a></pre></div></section><section> <h2><a name="Notifiers"></a>Notifiers</h2><a name="Notifiers"></a> <p>No notifiers are defined. Please check back at a later date.</p></section> - </main> </div> </div> - <hr/> - <footer> - <div class="container-fluid"> - <div class="row-fluid"> - <p>© 2004–2024 -<a href="https://www.apache.org/">The Apache Software Foundation</a> -</p> - </div> - </div> - </footer> -<script> - if(anchors) { - anchors.add(); - } -</script> + <div class="clear"> + <hr/> + </div> + <div id="footer"> + <div class="xright"> + Copyright © 2004–2024<a href="https://www.apache.org/">The Apache Software Foundation</a>. +. </div> + <div class="clear"> + <hr/> + </div> + </div> </body> </html> \ No newline at end of file Added: maven/website/components/plugins-archives/maven-install-plugin-LATEST/css/maven-base.css ============================================================================== --- maven/website/components/plugins-archives/maven-install-plugin-LATEST/css/maven-base.css (added) +++ maven/website/components/plugins-archives/maven-install-plugin-LATEST/css/maven-base.css Wed Jun 26 08:36:57 2024 @@ -0,0 +1,168 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +body { + margin: 0px; + padding: 0px; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear { + clear:both; + visibility: hidden; +} +div.clear hr { + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} \ No newline at end of file Added: maven/website/components/plugins-archives/maven-install-plugin-LATEST/css/maven-theme.css ============================================================================== --- maven/website/components/plugins-archives/maven-install-plugin-LATEST/css/maven-theme.css (added) +++ maven/website/components/plugins-archives/maven-install-plugin-LATEST/css/maven-theme.css Wed Jun 26 08:36:57 2024 @@ -0,0 +1,160 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: medium; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; + padding-bottom: 3px; /* IE-9 scrollbar-fix */ +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} Modified: maven/website/components/plugins-archives/maven-install-plugin-LATEST/css/print.css ============================================================================== --- maven/website/components/plugins-archives/maven-install-plugin-LATEST/css/print.css (original) +++ maven/website/components/plugins-archives/maven-install-plugin-LATEST/css/print.css Wed Jun 26 08:36:57 2024 @@ -17,19 +17,10 @@ * under the License. */ -#banner, -#footer, -#leftcol, -#breadcrumbs, -.docs #toc, -.docs .courtesylinks, -#leftColumn, -#navColumn { - display: none !important; +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; } - -#bodyColumn, -body.docs div.docs { - margin: 0 !important; - border: none !important; +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important } \ No newline at end of file
