Hi All,
I was curious if we have sth to undeploy API proxy in maven plugin. I couldn't find one.
I know an alternative to use apigeetool (node based) but that does not seem a good option for me.
My use case is sth like (using jenkins)
Step 1) Deploy the API proxy to dev env on SVN commit (Done this using maven plugin).
Step 2) After successful deployment run soapui test cases.
Step 3) If the test cases pass then push it to test env. else
undeploy this revision and deploy the last revision
Please suggest how we can do this??