mirror of https://github.com/apache/maven.git
added debug flag for testing help
This commit is contained in:
parent
7a343e9fc9
commit
a1f92c8b26
|
@ -137,11 +137,9 @@ To test Maven wrapper usage:
|
||||||
- use on test project with takari-maven-plugin version
|
- use on test project with takari-maven-plugin version
|
||||||
|
|
||||||
```
|
```
|
||||||
mvn -N io.takari:maven:0.7.0-SNAPSHOT:wrapper
|
mvn -N -X io.takari:maven:0.7.0-SNAPSHOT:wrapper
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
For release
|
For release
|
||||||
|
|
||||||
- make sure version in mvnw files, MavenWrapperDownloader.java and config files
|
- make sure version in mvnw files, MavenWrapperDownloader.java and config files
|
||||||
|
|
Loading…
Reference in New Issue