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

apigee.option update with revision not working

Hi All,

We have multiple Apigee environments(e.g. dev, test, qa, etc.) under one org. We want to deploy the same api proxy revision to different environments through apigee deploy maven plugin however it doesn't seem to be working.

e.g. We have any api proxy having latest revision 3 (not deployed to any env) in Apigee Edge UI. When we configure the following parameters in pom.xml to deploy revision 3 in dev or test environment, it doesn't perform any deployment in dev environment.

If XML tags apigee.options and apigee.revision are removed from the profile, new revision 4 is created and deployed in dev

Here is the profile created under the pom.xml.

<profile> <id>dev</id> <properties> <apigee.profile>dev</apigee.profile> <apigee.hosturl>https://api.enterprise.apigee.com</apigee.hosturl> <apigee.apiversion>v1</apigee.apiversion> <apigee.org>lowerenvironment</apigee.org> <apigee.env>dev</apigee.env> <apigee.username>${username}</apigee.username> <apigee.password>${password}</apigee.password> <apigee.options>update</apigee.options> <apigee.revision>3</apigee.revision> </properties> </profile>

Many Thanks,

0 2 723
2 REPLIES 2