File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,6 +108,15 @@ You can also chose to opt out of all additional resources except the wrapper scr
108108mvn wrapper:wrapper -Dtype=script
109109```
110110
111+ Another type is the lite implementation of ` mvnw ` /` mvnw.cmd ` scripts which download the maven directly
112+ via wget or curl on * nix, or PowerShell on Windows, then call the original ` mvn ` /` mvn.cmd `
113+ scripts of the downloaded maven distribution.
114+ This type does not use ` maven-wrapper.jar ` nor ` MavenWrapperDownloader.java ` , only the wrapper scripts are required.
115+
116+ ``` shell
117+ mvn wrapper:wrapper -Dtype=only-script
118+ ```
119+
111120If the JAR is not found to be available by the scripts they will attempt to
112121download the file from the URL specified in
113122` .mvn/wrapper/maven-wrapper.properties ` under ` wrapperUrl ` and put it in place.
You can’t perform that action at this time.
0 commit comments