jakartaee / rest

Jakarta RESTful Web Services
Other
353 stars 114 forks source link

Support for Maven Wrapper #1114

Closed mkarg closed 2 years ago

mkarg commented 2 years ago

Since long time this project uses Maven as its build tool. Since short time there is an official Maven Wrapper release provided by the Apache Maven team, i. e. no third-party. To make it as easy as possible for new contributors to get onboard, I think it is a good idea if we support the official Maven Wrapper. The benefit is that nobody needs to manually download and install Maven on his local disk. Instead, simply invoke mvnw verify to get this done automatically.