maven install specified settings.xml

Specify settings.xml and repository directory when executing mvn install or deploy

  • If there are multiple settings.xml and repository directories in the environment, you can specify them with the following command
mvn deploy -s D:\maven\conf\settings.xml -Dmaven.repo.local=D:\maven\repository

Guess you like

Origin blog.csdn.net/leafcat7/article/details/133310890