mirror of https://github.com/apache/maven.git
updated changelog and docs for dev to fix #78
This commit is contained in:
parent
49c5d41284
commit
26ff1f4570
|
@ -13,6 +13,9 @@ at an easier glance.
|
|||
- same as mvn itself
|
||||
- see https://github.com/takari/maven-wrapper/pull/113
|
||||
- contributed by Guy Brand https://github.com/guylabs
|
||||
- Ensure correct executable flag setting
|
||||
- fixes https://github.com/takari/maven-wrapper/issues/78
|
||||
- contributed by Manfred Moser - http://www.simpligility.com
|
||||
- Updated documentation to include plugin version
|
||||
|
||||
## Version 0.5.3 - 2019-02-25
|
||||
|
|
|
@ -150,6 +150,7 @@ used.
|
|||
|
||||
To test Maven wrapper usage:
|
||||
|
||||
- ensure you are building on a Unix filesystem with correct mounting for executable flag setting
|
||||
- build the maven-wrapper as snapshot version
|
||||
- update version in takari-maven-plugin
|
||||
- build takari-maven-plugin
|
||||
|
|
Loading…
Reference in New Issue