apigee / apigee-deploy-maven-plugin

Apache License 2.0
80 stars 167 forks source link

query regarding usage of plugin. #182

Closed anoopsaxena closed 2 years ago

anoopsaxena commented 2 years ago

we already deployed proxy with the help of Apigee-deploy-maven plugin, now need to be implementated config params to manage config like KVM, cache, target server. Can we use apigee-maven plugin for managing config param along with deploy plugin in a single job. Thanks you in advance.

ssvaidyanathan commented 2 years ago

This plugin is for packaging and deploying ONLY. For the configurations, you will need to use the Apigee Maven Config plugin . Check out the README guide there and the samples available.

Closing this issue. If you have any questions or issues with the config plugin, please open a issue on the config plugin repo