Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

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 219
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!