can i use team city for deploying Proxy to apigee edge rather than Maven?

Not applicable

can i use team city for deploying Proxy to apigee edge rather than Maven?

0 1 182
1 REPLY 1

Not applicable

Maven is a build/dependency management framework and Team City is a continuous integration/build server. So you can build Maven enabled projects on Team City, including proxies that you've setup to use the Apigee Maven Plugin. However, you have several other options to deploy proxies from within Team City or any other build server if you don't like the Maven options. Proxies can be deployed using the REST API to import a proxy and to deploy a proxy. You can also use apigeetool to easily deploy your proxies. Hope this helps!