apigee-config-maven-plugin Help !

kumaramkr
Participant I

Hi All,

I was referring to https://github.com/apigee/apigee-config-maven-plugin to update the KVM using Maven.

9309-edgeconfig.jpg

Use Case#1: Using below command to update the configuration through edge.json works fine as expected through single file approach.

mvn -X install -Ptest -Dusername=************ -Dpassword=************* -Dapigee.config.options=create

Use Case#2: While trying through Multi-file config it somehow fails to update the same (environment:test)

9310-build.jpg

mvn -X install -Ptest -Dusername=*************** -Dpassword=*********** -Dapigee.config.options=create -Dapigee.config.dir=resources/edge/env/test

Solved Solved
0 2 285
1 ACCEPTED SOLUTION

Change your apigee.config.dir to resources/edge and try.

View solution in original post

2 REPLIES 2

Change your apigee.config.dir to resources/edge and try.

Thanks it works for me.