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