I am trying to deploy forecastrss-recommended proxy given in sample code, using maven script but I am getting error mentioned in question title. I just cloned GitHub repo and tried to run Maven script available in code.
https://github.com/apigee/apigee-deploy-maven-plugin/tree/master/samples
Solved! Go to Solution.
First thing I would do is go to jslint.com and validate your config.json file. Alternatively, you can use the sample below as a replacement and see if deployment succeeds (or fails with a different error - it may if you have dependent values being manipulated in the config process).
{ "configurations": [{ "name": "test", "policies": [], "proxies": [], "targets": [] }] }
This is a single profile, empty version of config.json.