Following the help proviced to my previou question at location
Now I am trying to run the samples\EdgeConfig example.. Here I want the plugin to read the kvms.json file provided inside amples\EdgeConfig\resources\edge\env
I ran the below command
mvn install -Ptest -Dapigee.config.options=create -Dapigee.config.dir=resources/edge/env
and getting thee below error. Kindly assist. I want to run only for env; org not needed.
[INFO] Apigee KVM
[INFO] ************************************************************************
[INFO] Config file org\kvms.json not found.
[INFO] No org scoped KVM config found.
[INFO] Config file env\uat\kvms.json not found.
[INFO] No env scoped KVM config found.
[INFO] Retrieving API list from resources/edge/env\api
Solved! Go to Solution.
Thanks @SnehaNiyogi
Hope the https://api.enterprose.apigee.com is within <apigee.hosturl> tags. Its missing in your profile snippet above.
Just found the issue -
in your mvn command, pass -Dapigee.config.dir=resources/edge
I see you have passed -Dapigee.config.dir=resources/edge/env
If you dont want any org related config to be setup, please remove the files under org directory