better instructions for dev and test

This commit is contained in:
Manfred Moser 2019-02-18 13:37:50 -08:00 committed by rfscholte
parent a9854a8ccc
commit 112e6ad795
1 changed files with 8 additions and 4 deletions

View File

@ -131,10 +131,14 @@ https://github.com/takari/maven-wrapper/issues/17
To test Maven wrapper usage:
- build the maven wrapper as snapshot version
- update version in maven plugin
- build maven plugin
- use on test project with maven plugin version
- build the maven-wrapper as snapshot version
- update version in takari-maven-plugin
- build takari-maven-plugin
- use on test project with takari-maven-plugin version
```
mvn -N io.takari:maven:wrapper:0.7.0-SNAPSHOT
```