Can I use other names like dev_config.json or Test_config.json instead of config.json ?? If yes how would maven get to know which file to pick ??

Assuming this is for the Apigee Maven Config plugin, you should be able to use -Dapigee.config.file=filename.json to specify the configuration file

1 Like