Reputation: 99
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
Reputation: 4639
mvn -s
-s,--settings <arg> Alternate path for the user settings file
Upvotes: 2