I just started using Maven and I was told to do mvn install in a specific directory.
mvn install
What does mvn install do, exactly?
I think i
Have you looked at any of the Maven docs, for example, the maven install plugin docs?
Nutshell version: it will build the project and install it in your local repository.