I want to prevent legal issues, so I won't pick up PRs from that repository. Once the Maven Wrapper has it's final location, one can provide new PRs on our codebase.
Robert On 16-2-2020 12:56:55, James Gao <gaoz...@gmail.com> wrote: On Sun, Feb 16, 2020 at 5:50 PM Robert Scholte wrote: > I've found another reason to move it to core: the mvnw scripts are > extended versions of the mvn scripts. > If you do a diff, you'll recognize a block responsible for downloading the > wrapper jar. > But you also notice that all recent improvements on the mvn scripts have > not been adopted. > If you use the mvnw for Maven x.y.z, it should behalve as calling mvn of > Maven x.y.z, now it doesn't. > Hi Robert, there is a PR to integrate the new boot behavior from maven core to the original wrapper.