How to get the Maven local repo location?

前端 未结 7 2015
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-04 08:26

Is there a way to get the Maven local repo location?

Using the following command you can force Maven to use a specific setting file:

 mvn -s < pat         


        
相关标签:
7条回答
  • 2020-12-04 09:17

    You can achieve this by enabling debug mode by using the -X option and find out the line mentioning the local repository being used.

    0 讨论(0)
提交回复
热议问题