How to import Github projects into our Apigee Dashboard

Not applicable
 
Solved Solved
0 1 363
1 ACCEPTED SOLUTION

Typically you can use something like maven plugin as documented here : https://github.com/apigee/apigee-deploy-maven-plugin to extract your project from github and deploy into Apigee. In production scenarios this is typically done with a CI tool like Jenkins,Teamcity etc. where you configure the maven plugin to pull the data from github to deploy in your Apigee org.

View solution in original post

1 REPLY 1

Typically you can use something like maven plugin as documented here : https://github.com/apigee/apigee-deploy-maven-plugin to extract your project from github and deploy into Apigee. In production scenarios this is typically done with a CI tool like Jenkins,Teamcity etc. where you configure the maven plugin to pull the data from github to deploy in your Apigee org.