This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch MNG-6914_2 in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/MNG-6914_2 by this push: new eaa9709 [MNG-6914] add more details about MavenWrapperDownloader.java eaa9709 is described below commit eaa97096252aeba129f27a0296caa12988c39b5c Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Fri Oct 15 07:50:54 2021 +0200 [MNG-6914] add more details about MavenWrapperDownloader.java --- apache-maven-wrapper/src/site/apt/index.apt.vm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apache-maven-wrapper/src/site/apt/index.apt.vm b/apache-maven-wrapper/src/site/apt/index.apt.vm index 5931d9a..3945a9c 100644 --- a/apache-maven-wrapper/src/site/apt/index.apt.vm +++ b/apache-maven-wrapper/src/site/apt/index.apt.vm @@ -39,13 +39,13 @@ mvnwDebug.cmd .mvn/wrapper/maven-wrapper.properties ---- - - <<<bin>>>: in addition to <<<scripts>>>, provides <<<maven-wrapper.jar>>> binary: + - <<<bin>>>: in addition to <<<scripts>>>, provides <<<maven-wrapper.jar>>> binary directly so it does not require to be downloaded: ---- .mvn/wrapper/maven-wrapper.jar ---- - - <<<source>>>: in addition to <<<scripts>>>, provides <<<MavenWrapperDownloader.java>>> source: + - <<<source>>>: in addition to <<<scripts>>>, provides <<<MavenWrapperDownloader.java>>> source that will be compiled by the scripts then executed to download <<<maven-wrapper.jar>>>: ---- .mvn/wrapper/MavenWrapperDownloader.java