Maven: Set the settings.xml location in the pom.xml?

前端 未结 3 1119
南笙
南笙 2021-01-13 04:13

Is it possible to set the location of the settings.xml file inside the pom.xml file.

I know you can do it from the command line typing

3条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-13 04:34

    No, but you can set what you need from the settings.xml file into the pom.xml and it will override what's in settings.xml

提交回复
热议问题