Modified: maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/usage.html ============================================================================== --- maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/usage.html (original) +++ maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/usage.html Tue May 21 15:15:12 2024 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/markdown/usage.md at 2024-04-22 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/markdown/usage.md at 2024-05-21 | Rendered using Apache Maven Fluido Skin 1.11.2 --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> @@ -48,9 +48,9 @@ <li><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li> <li><a href="../../wrapper/index.html" title="Wrapper">Wrapper</a><span class="divider">/</span></li> <li><a href="index.html" title="Apache Maven Wrapper Plugin">Apache Maven Wrapper Plugin</a><span class="divider">/</span></li> - <li class="active ">Usage <a href="https://github.com/apache/maven-wrapper/tree/maven-wrapper-3.3.1/maven-wrapper-plugin/src/site/markdown/usage.md"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2024-04-22</li> - <li id="projectVersion" class="pull-right">Version: 3.3.1</li> + <li class="active ">Usage <a href="https://github.com/apache/maven-wrapper/tree/maven-wrapper-3.3.2/maven-wrapper-plugin/src/site/markdown/usage.md"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2024-05-21</li> + <li id="projectVersion" class="pull-right">Version: 3.3.2</li> </ul> </div> </header> @@ -138,12 +138,12 @@ It is also an easy way to let everyone b <li>the maven-wrapper.jar contains the code to download, install and run Apache Maven</li> </ul><section> <h2><a name="Apache_Maven_Wrapper_Distribution_Types"></a>Apache Maven Wrapper Distribution Types</h2> -<p>There are 4 types available:</p> +<p>There are 4 distribution types available:</p> <ul> <li> -<p><b>only-script</b> <i>(default)</i>: the lite implementation of <code>mvnw</code>/<code>mvnw.cmd</code> scripts will download the maven directly via wget or curl on *nix, or PowerShell on Windows, +<p><b>only-script</b> <i>(default for new installations)</i>: the lite implementation of <code>mvnw</code>/<code>mvnw.cmd</code> scripts will download the maven directly via wget or curl on *nix, or PowerShell on Windows, then exec/call the original <code>mvn</code>/<code>mvn.cmd</code> scripts of the downloaded maven distribution. This type does not use <code>maven-wrapper.jar</code> nor <code>MavenWrapperDownloader.java</code>, only the wrapper scripts are required.</p> </li> @@ -162,11 +162,14 @@ The downside is that the project will co This type comes with a <code>.mvn/wrapper/MavenWrapperDownloader.java</code> which will be compiled and executed on the fly.</p> </li> </ul> -<p>The type can be specified with <code>mvn wrapper:wrapper -Dtype=x</code>, where x is any of the types listed above.</p></section><section> +<p>The type can be specified with <code>mvn wrapper:wrapper -Dtype={type}</code>, where <code>{type}</code> is any of the types listed above.</p> +<p>When <code>wrapper:wrapper</code> is run in a Maven module which contains a <code>.mvn/wrapper/maven-wrapper.properties</code> file, then the distribution type of the existing Maven Wrapper is used for the execution of the goal. +This allows updating Maven Wrapper, without unintentionally changing the distribution type for an existing project. +You can still use <code>-Dtype={type}</code> to change the distribution type for an existing installation.</p></section><section> <h2><a name="Maven_Version"></a>Maven Version</h2> <p>By default the plugin will assume the same version as the Maven runtime (calling <code>mvn -v</code>). But you can pick a different version. -Either call <code>mvn wrapper:wrapper -Dmaven=x</code>, where x is any valid Apache Maven Release, see <a class="externalLink" href="https://search.maven.org/artifact/org.apache.maven/apache-maven">https://search.maven.org/artifact/org.apache.maven/apache-maven</a> -Another option is adjust the <code>distributionUrl</code> in <code>.mvn/wrapper/maven-wrapper.properties</code></p></section><section> +You can call <code>mvn wrapper:wrapper -Dmaven=x</code>, where <code>x</code> is any valid Apache Maven Release (see <a class="externalLink" href="https://central.sonatype.com/artifact/org.apache.maven/apache-maven/versions">Maven Central</a>). +Another option is to adjust the <code>distributionUrl</code> in <code>.mvn/wrapper/maven-wrapper.properties</code>.</p></section><section> <h2><a name="Debugging"></a>Debugging</h2> <p>The apache-maven-wrapper distributions all contains the <code>mvnwDebug</code>-script for both Windows and Unix based operating systems. This makes it possible to debug through Apache Maven, Maven Plugin or Maven Extension.
Modified: maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/wrapper-mojo.html ============================================================================== --- maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/wrapper-mojo.html (original) +++ maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/wrapper-mojo.html Tue May 21 15:15:12 2024 @@ -2,7 +2,7 @@ <!-- - | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-plugin-report-plugin:3.12.0:report at 2024-04-22 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-plugin-report-plugin:3.12.0:report at 2024-05-21 | Rendered using Apache Maven Fluido Skin 1.11.2 --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> @@ -49,8 +49,8 @@ <li><a href="../../wrapper/index.html" title="Wrapper">Wrapper</a><span class="divider">/</span></li> <li><a href="index.html" title="Apache Maven Wrapper Plugin">Apache Maven Wrapper Plugin</a><span class="divider">/</span></li> <li class="active ">wrapper:wrapper</li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2024-04-22</li> - <li id="projectVersion" class="pull-right">Version: 3.3.1</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2024-05-21</li> + <li id="projectVersion" class="pull-right">Version: 3.3.2</li> </ul> </div> </header> @@ -110,7 +110,7 @@ <section> <h2><a name="wrapper:wrapper"></a>wrapper:wrapper</h2><a name="wrapper:wrapper"></a> <p><strong>Full name</strong>:</p> -<p>org.apache.maven.plugins:maven-wrapper-plugin:3.3.1:wrapper</p> +<p>org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper</p> <p><strong>Description</strong>:</p> <p>Unpacks the maven-wrapper distribution files to the current project source tree.</p> <p><strong>Attributes</strong>:</p> @@ -144,7 +144,8 @@ <td align="left"><a href="#distributionType"><code><distributionType></code></a></td> <td><code>String</code></td> <td><code>3.0.0</code></td> -<td>Options are: +<td>The Maven Wrapper distribution type. +<p>Options are:</p> <dl> <dt> script @@ -170,7 +171,8 @@ <dd> the new lite implementation of mvnw/mvnw.cmd scripts downloads the maven directly and skips maven-wrapper.jar - since 3.2.0 </dd> -</dl> Value will be used as classifier of the downloaded file<br /><strong>Default</strong>: <code>only-script</code><br /><strong>User Property</strong>: <code>type</code></td></tr> +</dl> If <code>-Dtype={type</code>} is not explicitly provided, then <code>distributionType</code> from <code>.mvn/wrapper/maven-wrapper.properties</code> is used, if it exists. Otherwise, <code>only-script</code> is used as the default distribution type. +<p>This value will be used as the classifier of the downloaded file.</p><br /><strong>User Property</strong>: <code>type</code></td></tr> <tr class="b"> <td align="left"><a href="#includeDebugScript"><code><includeDebugScript></code></a></td> <td><code>boolean</code></td> @@ -216,7 +218,8 @@ <li><strong>Required</strong>: <code>No</code></li> <li><strong>User Property</strong>: <code>distributionSha256Sum</code></li></ul><hr /></section><a name="distributionType"><section> <h4><a name="a.3CdistributionType.3E"></a><distributionType></h4><a name="a.3CdistributionType.3E"></a></a> -<div>Options are: +<div>The Maven Wrapper distribution type. +<p>Options are:</p> <dl> <dt> script @@ -242,13 +245,13 @@ <dd> the new lite implementation of mvnw/mvnw.cmd scripts downloads the maven directly and skips maven-wrapper.jar - since 3.2.0 </dd> -</dl> Value will be used as classifier of the downloaded file</div> +</dl> If <code>-Dtype={type</code>} is not explicitly provided, then <code>distributionType</code> from <code>.mvn/wrapper/maven-wrapper.properties</code> is used, if it exists. Otherwise, <code>only-script</code> is used as the default distribution type. +<p>This value will be used as the classifier of the downloaded file.</p></div> <ul> <li><strong>Type</strong>: <code>java.lang.String</code></li> <li><strong>Since</strong>: <code>3.0.0</code></li> <li><strong>Required</strong>: <code>No</code></li> -<li><strong>User Property</strong>: <code>type</code></li> -<li><strong>Default</strong>: <code>only-script</code></li></ul><hr /></section><a name="includeDebugScript"><section> +<li><strong>User Property</strong>: <code>type</code></li></ul><hr /></section><a name="includeDebugScript"><section> <h4><a name="a.3CincludeDebugScript.3E"></a><includeDebugScript></h4><a name="a.3CincludeDebugScript.3E"></a></a> <div>Include <code>mvnwDebug*</code> scripts?</div> <ul> Modified: maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/xref-test/index.html ============================================================================== --- maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/xref-test/index.html (original) +++ maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/xref-test/index.html Tue May 21 15:15:12 2024 @@ -4,7 +4,7 @@ <!-- this is a JXR report set (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Maven Wrapper Plugin 3.3.1 Reference</title> + <title>Apache Maven Wrapper Plugin 3.3.2 Reference</title> <script type="text/javascript"> tmpTargetPage = "" + window.location.search; if (tmpTargetPage != "" && tmpTargetPage != "undefined") Modified: maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/xref-test/org/apache/maven/plugins/wrapper/package-frame.html ============================================================================== --- maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/xref-test/org/apache/maven/plugins/wrapper/package-frame.html (original) +++ maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/xref-test/org/apache/maven/plugins/wrapper/package-frame.html Tue May 21 15:15:12 2024 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Maven Wrapper Plugin 3.3.1 Reference Package org.apache.maven.plugins.wrapper</title> + <title>Apache Maven Wrapper Plugin 3.3.2 Reference Package org.apache.maven.plugins.wrapper</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> <body> Modified: maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/xref-test/org/apache/maven/plugins/wrapper/package-summary.html ============================================================================== --- maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/xref-test/org/apache/maven/plugins/wrapper/package-summary.html (original) +++ maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/xref-test/org/apache/maven/plugins/wrapper/package-summary.html Tue May 21 15:15:12 2024 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Maven Wrapper Plugin 3.3.1 Reference Package org.apache.maven.plugins.wrapper</title> + <title>Apache Maven Wrapper Plugin 3.3.2 Reference Package org.apache.maven.plugins.wrapper</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> @@ -23,7 +23,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Maven Wrapper Plugin 3.3.1 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Maven Wrapper Plugin 3.3.2 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -81,7 +81,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Maven Wrapper Plugin 3.3.1 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Maven Wrapper Plugin 3.3.2 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> Modified: maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/xref-test/overview-frame.html ============================================================================== --- maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/xref-test/overview-frame.html (original) +++ maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/xref-test/overview-frame.html Tue May 21 15:15:12 2024 @@ -4,11 +4,11 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Maven Wrapper Plugin 3.3.1 Reference</title> + <title>Apache Maven Wrapper Plugin 3.3.2 Reference</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" /> </head> <body> - <h1 title="Apache Maven Wrapper Plugin 3.3.1 Reference" class="bar"><strong>Apache Maven Wrapper Plugin 3.3.1 Reference</strong></h1> + <h1 title="Apache Maven Wrapper Plugin 3.3.2 Reference" class="bar"><strong>Apache Maven Wrapper Plugin 3.3.2 Reference</strong></h1> <div class="indexHeader"><span><a href="allclasses-frame.html" target="packageFrame">All Classes</a></span></div> <div class="indexContainer"> <h2 title="Packages">Packages</h2> Modified: maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/xref-test/overview-summary.html ============================================================================== --- maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/xref-test/overview-summary.html (original) +++ maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/xref-test/overview-summary.html Tue May 21 15:15:12 2024 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk7) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Maven Wrapper Plugin 3.3.1 Reference</title> + <title>Apache Maven Wrapper Plugin 3.3.2 Reference</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" /> </head> <body> @@ -22,7 +22,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Maven Wrapper Plugin 3.3.1 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Maven Wrapper Plugin 3.3.2 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -37,7 +37,7 @@ </div> <div class="header"> - <h1 class="title">Apache Maven Wrapper Plugin 3.3.1 Reference</h1> + <h1 class="title">Apache Maven Wrapper Plugin 3.3.2 Reference</h1> </div> <div class="contentContainer"> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Packages table, listing packages"> @@ -71,7 +71,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Maven Wrapper Plugin 3.3.1 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Maven Wrapper Plugin 3.3.2 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> Modified: maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/xref/index.html ============================================================================== --- maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/xref/index.html (original) +++ maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/xref/index.html Tue May 21 15:15:12 2024 @@ -4,7 +4,7 @@ <!-- this is a JXR report set (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Maven Wrapper Plugin 3.3.1 Reference</title> + <title>Apache Maven Wrapper Plugin 3.3.2 Reference</title> <script type="text/javascript"> tmpTargetPage = "" + window.location.search; if (tmpTargetPage != "" && tmpTargetPage != "undefined") Modified: maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/xref/org/apache/maven/plugins/maven_wrapper_plugin/package-frame.html ============================================================================== --- maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/xref/org/apache/maven/plugins/maven_wrapper_plugin/package-frame.html (original) +++ maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/xref/org/apache/maven/plugins/maven_wrapper_plugin/package-frame.html Tue May 21 15:15:12 2024 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Maven Wrapper Plugin 3.3.1 Reference Package org.apache.maven.plugins.maven_wrapper_plugin</title> + <title>Apache Maven Wrapper Plugin 3.3.2 Reference Package org.apache.maven.plugins.maven_wrapper_plugin</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> <body> Modified: maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/xref/org/apache/maven/plugins/maven_wrapper_plugin/package-summary.html ============================================================================== --- maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/xref/org/apache/maven/plugins/maven_wrapper_plugin/package-summary.html (original) +++ maven/website/components/wrapper-archives/wrapper-LATEST/maven-wrapper-plugin/xref/org/apache/maven/plugins/maven_wrapper_plugin/package-summary.html Tue May 21 15:15:12 2024 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Maven Wrapper Plugin 3.3.1 Reference Package org.apache.maven.plugins.maven_wrapper_plugin</title> + <title>Apache Maven Wrapper Plugin 3.3.2 Reference Package org.apache.maven.plugins.maven_wrapper_plugin</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" /> </head> @@ -23,7 +23,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Maven Wrapper Plugin 3.3.1 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Maven Wrapper Plugin 3.3.2 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -81,7 +81,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Maven Wrapper Plugin 3.3.1 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Maven Wrapper Plugin 3.3.2 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList">
