how to deploy env config (edge.json) with Shared flow specific using maven plugin

Hi ,

please help me or any idea on to know how to deploy env config (edge.json) with Shared flow specific using maven plugin.

i'm able to deploy env config (edge.json) with proxy , but not for shared flow (sharedflow only allowing config.json) .

our requirement is to deploy edge.json for specific sharedflow.

Thanks & Regards,

RP

1 1 184
1 REPLY 1

@Ranganath Parvataneni

edge.json is used by the Apigee Maven config plugin where as config.json is used by Apigee Deploy Maven plugin. In you sharedflow repo, make sure the edge.json is in the same directory as the pom.xml or if you have it in a different folder, then pass the file full path using -Dapigee.config.file={file}

Make sure your pom file has entries for the config plugin to execute. You can refer to samples here. The samples are for a proxy but its applicable for sharedflow as well