[
https://issues.apache.org/jira/browse/MWRAPPER-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17462686#comment-17462686
]
ASF GitHub Bot commented on MWRAPPER-43:
----------------------------------------
jorsol opened a new pull request #12:
URL: https://github.com/apache/maven-wrapper/pull/12
This adds `--quiet` to wget and `--silent` to curl by default, and only when
MVNW_VERBOSE is set to true it prints the download information.
Also the MavenWrapperDownloader.java is modified to read and print based on
MVNW_VERBOSE.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
> Download of jar must be quiet by default
> ----------------------------------------
>
> Key: MWRAPPER-43
> URL: https://issues.apache.org/jira/browse/MWRAPPER-43
> Project: Maven Wrapper
> Issue Type: Improvement
> Components: Maven Wrapper Scripts
> Affects Versions: 3.1.0
> Reporter: Jorge Solórzano
> Priority: Normal
>
> By default the wrapper must be quiet, if the maven-wrapper.jar is not found
> the scripts try to download the jar using wget, curl or the
> MavenWrapperDownloader.java.
> The download process should only print the output when the MVNW_VERBOSE is
> set to true.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)