For build
mvn package -P test
for deploy instead of mvn install
mvn apigee-enterprise:deploy -P prod
Let’s say if I package with test env and deploy with prod env. Will this deploy to prod using prod parameters from config.json/edge.json ?
Does apigee-enterprise:deploy also deploy the products, caches, kvms etc that are configured in edge.json