Hi
I’m looking at using Maven to manage our deployments, storing API Proxies in our Git repositories.
I have found samples using the Maven Apigee Deploy plugin for building a bundle from the repository and publishing it onto our Apigee Edge instance. However, the Apigee management plane is obviously the IDE for developing proxies, which leads me to my question:
How do we download a bundle from Apigee using Maven?
I can’t find any documentation that mentions this use case. I assume the developer isn’t expected to download the bundle manually, unzip it and then copy the files into his/her local repository before committing the changes? That could be error-prone to say the least!
Thanks in advance
Kind regards
Richard