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
-DskipTests=true is short form of -Dmaven.test.skip=true
-DskipTests=true
-Dmaven.test.skip=true
Make changes in Setting.xml in your .m2 folder. You can use link to local repo so that the jars once downlaoded should not be downloaded again and again.
file://C:/Users/admin/.m2/repository