Sai Saran Vaidyanathan

Results 120 comments of Sai Saran Vaidyanathan

HI @Kittiman - you should be able to put all the environment related configurations within the same config.json. The sample [config.json](https://github.com/apigee/apigee-deploy-maven-plugin/blob/master/samples/forecastweatherapi-recommended/src/gateway/forecastweatherapi/config.json) shows how you can have different config for each...

Thanks for getting back. Still unclear on your explanation. Can you give me an example ? The whole point of having this within the main project is so that only...

We have seen customers do the replace approach. However will get back to you once we have this pushed.

@kurtkanaskie - Is this for publishing the Spec to the portal ?

@srinivasmurari - Looks like the machine where this is running is not able to access apigee.googleapis.com Can you please confirm the machine can access? Do you need to pass any...

Can you share the contents of your settings.xml? Hope you are using "https". Thats the only supported protocol. If the proxy is setup correctly, you should see something like [this](https://github.com/apigee/apigee-config-maven-plugin/blob/c2ec928476efcbe50cfbd0e100a195f2d25ddde0/src/main/java/com/apigee/edge/config/mavenplugin/GatewayAbstractMojo.java#L343)...

@srinivasmurari - I am assuming you have actual proxy host and port in your settings.xml and thats what the log is showing? If thats true, thats the extent I can...

Are you trying the maven call from the same machine where you tested the Mgmt API?

Just noticed that your proxy settings doesn't have any username password fields? Is that correct? Can you check your machine config to see if the proxy requires any authentication?