getting the following error , when i tried to do build
11:55:14,322 ERROR ConfigureMojo:138 - Index 0 out of bounds for length 0
The commmand which I had ran
run mvn apigee-enterprise:configure -X -P test -Dusername=abcd@abcd.com -Dpassword=somepassword
The Config file elements are
{
"configurations": [
{
"name": "test",
"proxies": [
{
"name": "default.xml",
"tokens": [
{
"xpath": "/ProxyEndpoint/HTTPProxyConnection/BasePath",
"value": "/v1/getWorkerImage"
}
]
}
],
"targets": [
{
"name": "default.xml",
"tokens": [
{
"xpath": "/TargetEndpoint/HTTPTargetConnection/URL",
"value": "https://google.com"
}
]
}
]
}
]