Apigee maven plugin Usage

navc88
New Member

I am trying to use the Apigee Maven Plugin for building the CICD using Azure Devops. I came across the Pom.xml. That pom.xml has to be manually written for every proxy. or is there any way we can generate those pom.xmls? or do we have to write individually?

And PFA screen shot. In the sharedpm.xml we have {basedir} mentioned. Where we need to specify about this? because rest all params will be used while installing maven.

9744-apigee-maven-plugin.png

Solved Solved
0 1 124
1 ACCEPTED SOLUTION

HI @Naveen Chalageri

1) Yes you will need the pom.xml for each proxy. Maven needs a pom file to run. It can be a simple pom like the example you have and point to a parent (shared-pom) that has all the build steps

2) basedir is one of the predefined Maven properties

View solution in original post

1 REPLY 1

HI @Naveen Chalageri

1) Yes you will need the pom.xml for each proxy. Maven needs a pom file to run. It can be a simple pom like the example you have and point to a parent (shared-pom) that has all the build steps

2) basedir is one of the predefined Maven properties