Hi, This month we've finished the incubator process to move to code from the maven wrapper to our project.
Initially the idea was to move both the maven-wrapper and the takari-maven-plugin (which contains a wrapper goal) to our codebase, but due to conflicting licensing we only moved the maven-wrapper. Right now I've moved the code of the maven-wrapper to his own branch under maven-studies. >From here we can work on it. I think it makes sense to make it a module of >Maven core, but that's still a decision we need to make. For the maven-wrapper-plugin a new repository has been created. And I've started with a clean branch, trying to set the base of this plugin. Both are open for further development, not just by me. So here are the 2 new git repositories: https://gitbox.apache.org/repos/asf/maven-wrapper-plugin.git (branch MWRAPPER-0_WIP) https://gitbox.apache.org/repos/asf/maven-studies.git (branch maven-wrapper) Enjoy, Robert