dev and release help

This commit is contained in:
Manfred Moser 2018-02-19 21:21:48 -08:00 committed by rfscholte
parent 2c0474785d
commit 6f57788264
1 changed files with 19 additions and 0 deletions

View File

@ -99,3 +99,22 @@ distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-mav
```
[1]: https://github.com/takari/takari-maven-plugin
## Developing and Releasing
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
For release
- make sure version in mvnw files and config files and pom files is new upcoming
release
- cut maven release with usual release plugin usage
- update maven plugin to release version
- release it as well