I just started using Maven and I was told to do mvn install
in a specific directory.
What does mvn install
do, exactly?
I think it looks for pom.xml
in the current folder and starts following the instructions specified in that file. Is that correct?