What does mvn install in maven exactly do

前端 未结 8 480
离开以前
离开以前 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:25

    It will run all goals of all configured plugins associated with any phase of the default lifecycle up to the "install" phase:

    https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#Lifecycle_Reference

提交回复
热议问题