mirror of https://github.com/apache/maven.git
update to latest release
This commit is contained in:
parent
9ef2ddbd10
commit
b8790bb95c
|
@ -9,7 +9,7 @@ The easiest way to setup the Maven Wrapper for your project is to use the [Takar
|
|||
`wrapper` goal. To add or update all the necessary Maven Wrapper files to your project execute the following command:
|
||||
|
||||
```
|
||||
mvn -N io.takari:maven:0.7.5:wrapper
|
||||
mvn -N io.takari:maven:0.7.6:wrapper
|
||||
```
|
||||
|
||||
> Note: The default usage should be `mvn -N io.takari:maven:wrapper` but for some
|
||||
|
@ -96,7 +96,7 @@ variable `MVNW_PASSWORD`.
|
|||
To switch the version of Maven used to build a project you can initialize it using
|
||||
|
||||
```
|
||||
mvn -N io.takari:maven:0.7.5:wrapper -Dmaven=3.3.3
|
||||
mvn -N io.takari:maven:0.7.6:wrapper -Dmaven=3.3.3
|
||||
```
|
||||
|
||||
which works for any version except snapshots. Once you have a wrapper you can change its version by setting the
|
||||
|
|
Loading…
Reference in New Issue