[ERROR] Failed to execute goal io.apigee.build-tools.enterprise4g:apigee-edge-maven-plugin:2.5.2-rc2:deploy (deploy-bundle) on project dev-api-proxy: : MojoExecutionException: 400 Bad Request
[ERROR] {
[ERROR] "error": {
[ERROR] "code": 400,
[ERROR] "message": "bundle contains errors",
[ERROR] "status": "INVALID_ARGUMENT",
[ERROR] "details": [
[ERROR] {
[ERROR] "@type": "type.googleapis.com/edge.configstore.bundle.BadBundle",
[ERROR] "violations": [
[ERROR] {
[ERROR] "filename": "apiproxy/apiproxy.yaml",
[ERROR] "description": "zip entry in bundle has invalid path"
[ERROR] },
[ERROR] {
[ERROR] "filename": "apiproxy/policies/policy1.yaml",
[ERROR] "description": "zip entry in bundle has invalid path"
[ERROR] },
[ERROR] {
[ERROR] "filename": "apiproxy/proxies/default.yaml",
[ERROR] "description": "zip entry in bundle has invalid path"
[ERROR] },
[ERROR] {
[ERROR] "filename": "apiproxy/targets/default.yaml",
[ERROR] "description": "zip entry in bundle has invalid path"
[ERROR] },
[ERROR] {
[ERROR] "description": "The proxy must contain a ProxyEndpoint"
[ERROR] }
[ERROR] ]
[ERROR] },
[ERROR] {
[ERROR] "@type": "type.googleapis.com/google.rpc.RequestInfo",
[ERROR] "requestId": "1326809902935083125"
[ERROR] }
[ERROR] ]
[ERROR] }
[ERROR] }