apigee / apigee-deploy-maven-plugin

Apache License 2.0
80 stars 167 forks source link

Support for property sets in Apigee X #191

Closed otheriault closed 2 years ago

otheriault commented 2 years ago

It would be really great to be able to also support property sets in the maven plugin. The files are .property files and this could be well managed in the same repository as the proxies and shared flows to enable gitOps for the property sets.

ssvaidyanathan commented 2 years ago

@otheriault - Since these are resource files, you should be able to configure them using the apigee-config-maven-plugin. Check out this sample. It has the resourceFiles directory with the properties files and in the resourcefiles.json, we refer to the property file. The plugin will do the needful.

Marking this as closed as its already available. Please open an issue in the other repo if you still face any problem

otheriault commented 2 years ago

Thank you, I will look to the other plugin.