fixed test install command

This commit is contained in:
Manfred Moser 2019-02-18 13:40:27 -08:00 committed by rfscholte
parent fa8c70ad82
commit ac2b048b59
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ To test Maven wrapper usage:
- use on test project with takari-maven-plugin version
```
mvn -N io.takari:maven:wrapper:0.7.0-SNAPSHOT
mvn -N io.takari:maven:0.7.0-SNAPSHOT:wrapper
```