I would like to know on how to add maven wrapper mvnw
to an existing/new maven project.
How this can be done? Please help.
1
Steps:
- Download Apache Maven from here.
- Read here on how to install Apache Maven locally.
- Go into your desired maven project and run this command:
mvn wrapper:wrapper
. This will setup the wrapper for your maven project.
That’s all.