Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Maven Plugin for Proxy Build and Deploy

Hi @Sai Saran Vaidyanathan

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"
}
]
}
]
}
]

0 8 363
8 REPLIES 8