Is it possible to just deploy the existing proxy revision using maven deploy plugin?
This is required for CI/CD implementation. We have two environments stage and prod. First we will deploy to stage using maven install. After verification in stage we need to deploy same proxy revision (latest revision) to prod (without importing creating a new revision). I tried mvn apigee-enterprise:deploy comamnd but didn't work.