If i want to create two pom.xml(shared-pom, pom.xml) files for my proxy api, what are the changes do we need do. I tried multple shared-pom.xml from apigee maven plugin git repo. but all xml files are getting multiple issues.
Basically i am trying to download my actual api (which is created with basic functionality) from apigee hybrid and add shared-pom and pom.xml files.
Advanced thanks for your help
Solved! Go to Solution.
@Laxmman - goes back to how you manage your repositories and your CI/CD practice. You can. have individual repos and pipeline to deploy your API proxies and then the API Product can be something that can be configured separately (using another pipeline or through the UI). There are many ways to do it. But it again goes back to your repo structure and SDLC process.
But theoretically you can one pom.xml for it as API Products are org scoped.