apigee / apigee-deploy-maven-plugin

Apache License 2.0
80 stars 169 forks source link

config.json Token replacements for the tests #139

Closed heyitsaakash closed 4 years ago

heyitsaakash commented 4 years ago

Hello,

Does config.json only works on the standard policies, proxies and target or is there a way we can trigger the token replacements on the apiproxy/test folders containing integration or unit tests through this file depending on different environment.

thanks, Aakash

ssvaidyanathan commented 4 years ago

@heyitsaakash - it only supports the apiproxy folder. You can use Maven replacer for your use case. Check this sample

Am closing this issue as it is not related to the plugin