Added version to default usage

This commit is contained in:
Manfred Moser 2019-03-13 10:54:13 -07:00 committed by rfscholte
parent 0c6bf1318e
commit e9f0fe4631
1 changed files with 5 additions and 1 deletions

View File

@ -9,9 +9,13 @@ 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:wrapper
mvn -N io.takari:maven:0.7.4:wrapper
```
> Note: The default usage should be `mvn -N io.takari:maven:wrapper` but for some
> users this seem to result in usage of an old version of the wrapper and therefore
> installation of older Maven defaults and so on.
Normally you instruct users to run the `mvn` command like the following:
```