You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/05/07 12:37:42 UTC

[maven-wrapper] branch master updated: (doc) Fixing doc about installing mvnDebug-scripts

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

sjaranowski 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 a83f8ae  (doc) Fixing doc about installing mvnDebug-scripts
a83f8ae is described below

commit a83f8aed992cef151644814fdabd990e2555a5f9
Author: Mariusz Wyszomierski <ma...@coi.gov.pl>
AuthorDate: Fri Apr 8 00:49:13 2022 +0200

    (doc) Fixing doc about installing mvnDebug-scripts
    
    adaptation of documentation to current behavior: https://github.com/apache/maven-wrapper/blob/master/maven-wrapper-plugin/src/main/java/org/apache/maven/plugins/wrapper/WrapperMojo.java#L98
---
 maven-wrapper-plugin/src/site/markdown/usage.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-wrapper-plugin/src/site/markdown/usage.md b/maven-wrapper-plugin/src/site/markdown/usage.md
index 2105ee3..f842ce3 100644
--- a/maven-wrapper-plugin/src/site/markdown/usage.md
+++ b/maven-wrapper-plugin/src/site/markdown/usage.md
@@ -54,4 +54,4 @@ Debugging
 
 The apache-maven-wrapper distributions all contains the `mvnwDebug`-script for both Windows and Unix based operating systems. 
 This makes it possible to debug through Apache Maven, Maven Plugin or Maven Extension. 
-You can exclude these scripts by calling `mvn wrapper:wrapper -DincludeDebug=false`
+You can include these scripts by calling `mvn wrapper:wrapper -DincludeDebug=true`