I am new to maven and have some basical questions. When I see some projects, there is mvnw file included. What I know is I dont need to install maven on my local if I use mvnw. My question is:
what will happen when I firstly execute
mvnw install? maven with certain version is automatically installed on my local?can I use like
mvn compileinstead ofmvnw compileafter executing mvnw install?
Thanks in advance.