This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git


The following commit(s) were added to refs/heads/master by this push:
     new 085dd1b  [MWRAPPER-41] fix missing goals documentation (+ small 
improvements)
085dd1b is described below

commit 085dd1be49c551501166877d616dc568c72c3f81
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Sun Dec 19 16:54:19 2021 +0100

    [MWRAPPER-41] fix missing goals documentation (+ small improvements)
---
 maven-wrapper-distribution/src/site/apt/index.apt.vm | 6 +++---
 maven-wrapper-plugin/pom.xml                         | 9 +++++++++
 maven-wrapper-plugin/src/site/markdown/index.md.vm   | 4 ++--
 3 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/maven-wrapper-distribution/src/site/apt/index.apt.vm 
b/maven-wrapper-distribution/src/site/apt/index.apt.vm
index dfb6ed3..16fffc0 100644
--- a/maven-wrapper-distribution/src/site/apt/index.apt.vm
+++ b/maven-wrapper-distribution/src/site/apt/index.apt.vm
@@ -37,15 +37,15 @@ mvnw.cmd
 
  but every distribution has specific content to manage different strategies to 
get {{{../maven-wrapper/}<<<maven-wrapper.jar>>>}}:
  
- - <<<script>>> (default): <<<mvnw>>>/<<<mvnw.cmd>>> scripts will download 
{{{../maven-wrapper/}<<<maven-wrapper.jar>>>}} with <<<wget>>> or <<<curl>>> on 
Unix or PowerShell on Windows
+ - <<<script>>>: <<<mvnw>>>/<<<mvnw.cmd>>> scripts will download 
{{{../maven-wrapper/}<<<maven-wrapper.jar>>>}} with <<<wget>>> or <<<curl>>> on 
*nix, or PowerShell on Windows
  
- - <<<bin>>>: no need to download <<<maven-wrapper.jar>>> binary, it is 
directly provided and used from project source tree:
+ - <<<bin>>> (default): no need to download <<<maven-wrapper.jar>>> binary, it 
is directly provided and used from project source tree (if stored in source 
control):
 
 ----
 .mvn/wrapper/maven-wrapper.jar
 ----
 
- - <<<source>>>: <<<mvnw>>>/<<<mvnw.cmd>>> scripts will compile 
<<<MavenWrapperDownloader.java>>> source then run the class to download 
{{{../maven-wrapper/}<<<maven-wrapper.jar>>>}}:
+ - <<<source>>>: on *nix, if <<<wget>>> and <<<curl>>> are not availabe, 
<<<mvnw>>> script will compile <<<MavenWrapperDownloader.java>>> source then 
run the class to download {{{../maven-wrapper/}<<<maven-wrapper.jar>>>}}:
 
 ----
 .mvn/wrapper/MavenWrapperDownloader.java
diff --git a/maven-wrapper-plugin/pom.xml b/maven-wrapper-plugin/pom.xml
index 13c6bb1..b095b0f 100644
--- a/maven-wrapper-plugin/pom.xml
+++ b/maven-wrapper-plugin/pom.xml
@@ -100,6 +100,15 @@ under the License.
     </plugins>
   </build>
 
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-plugin-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
+
   <profiles>
     <profile>
       <id>run-its</id>
diff --git a/maven-wrapper-plugin/src/site/markdown/index.md.vm 
b/maven-wrapper-plugin/src/site/markdown/index.md.vm
index 8746af6..5d16a6d 100644
--- a/maven-wrapper-plugin/src/site/markdown/index.md.vm
+++ b/maven-wrapper-plugin/src/site/markdown/index.md.vm
@@ -24,8 +24,8 @@ Goals Overview
 --------------
 
 
- * [wrapper:wrapper](./wrapper-mojo.html) is the default goal invoked during 
the 
-   `wrapper` phase. It downloads and unpacks the maven-wrapper distribution,
+ * [wrapper:wrapper](./wrapper-mojo.html) is the default goal, invoked during 
the 
+   `wrapper` phase in Maven 4. It downloads and unpacks the maven-wrapper 
distribution,
 
 Usage
 -----

Reply via email to