Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Maven-Config-Plugin env KVM update help needed - New question

Not applicable

Following the help proviced to my previou question at location

https://community.apigee.com/questions/46905/maven-config-plugin-env-kvm-update-help-needed.html?chi...

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 Solved
0 7 442
1 ACCEPTED 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

View solution in original post

7 REPLIES 7