I’m using the maven plugin to deploy proxies. I know that I can use the “apigee.options” variable to validate the proxy when importing, but I’d like to be able to validate before importing. This flag just adds a “&validate=true” when POSTing the zip package to the import endpoint. Is this possible?
Ideally I’d be able to validate the proxy while offline to check for cases such as mis-referenced policies (e.g., policy name Foo but the proxy.xml lists Foobar)