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

Maven deployment plugin error

I am doing the deployment using apigee maven plugin and I can see previous revision is NOT undeployed and a new revision is deployed on top of it making more than one revision deployed for same basepath at the same time. I am just doing deployment and not the build. (attached resources for reference)

Tried both commands mentioned below but encountering same issue :

mvn apigee-enterprise:deploy -Dapigee.options=override -Dorg=**** -Dusername=*** -Dpassword=*** -Denv=dev -Dhosturl=*** -Dhosturlversion=v1 -P deployonly

mvn install -Dapigee.options=override -Dorg=**** -Dusername=*** -Dpassword=*** -Denv=dev -Dhosturl=*** -Dhosturlversion=v1 -P deployonly

parent-apiproxy-pom.zip output-mavencommand.txt edgesnapshotwithmultiplerevisionsdeployed.png

0 7 405
7 REPLIES 7
Top Solution Authors