Sudheep Vallipoyil
Sudheep Vallipoyil

Reputation: 99

Maven -Using different setting files for different builds

Is it possible to specify which settings.xml file is to be used while using mvn command? For 1 project I need to use some settings.xml and for the other different one.

Upvotes: 0

Views: 185

Answers (1)

michaldo
michaldo

Reputation: 4639

mvn -s

-s,--settings <arg> Alternate path for the user settings file

Upvotes: 2

Related Questions