Could you please provide the structure of reusing the common proxies to another application in existing environment using Maven plugin

Currently We are reuse the common proxies to parent Application. It is successfully deployed to on-prem(Apigee) but reused proxies does't deployed at on-prem. Could you please provide the procedure and structure of Reuse the common proxies.@Sai Saran Vaidyanathan@Dino@sarthak.

0 4 383
4 REPLIES 4

Hi Pravallika

Can you provide some additional details? What do you mean by "It is successfully deployed to on-prem(Apigee) but reused proxies does't deployed at on-prem" ?

Do you see an error occurring?

As far as re-use of proxies and policies, there are several options.

@Chris Svee may be able to provide some insight. Why don't you give us some more details, and we'll see what Chris has to say?

Hi DinoChiesa and Chris Svee,

We are following the https://github.com/apigee/proxy-dependency-maven-plugin git code. Here we are separated the common policies Api and existing Api. Here we are trying to reuse common proxies api to existing api. When I would make to run application fine and deployed only at existing api policies. It would not deployed common proxies flow(Which we are trying to reuse policies).@Sai Saran Vaidyanathan@Dino@sarthak@Chris Svee

@Pravallika Musali - we will need more info on what is failing to determine why it is failing. Can you share your code? Share the console output ? Why not use Shared flows for common policies and use that across different proxies ?

Hi, PFA the structure_img1 have parent-pom and Test are communicating with relative paths of different poms. parent-pom (PFA commonpolicys_img2) have common policy's. We are trying to reuse these common policies to Test ( PFA test_img3_trying_to_reuse_common_policys). But we are unable to deploy reuse common policy's. Can we get to know that how I would reuse common policies and to deploy on-prem(Apigee).@Sai Saran Vaidyanathan