What does mvn install in maven exactly do

前端 未结 8 490
离开以前
离开以前 2020-12-04 06:37

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 i

8条回答
  •  醉酒成梦
    2020-12-04 07:01

    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.

提交回复
热议问题