Trying to use apigee deploy maven plugin to deploy an already exported proxy bundle. I'm using Azure devops and using the below command .
I am getting the below error, though the bundle is not empty.
[ERROR] Failed to execute goal io.apigee.build-tools.enterprise4g:apigee-edge-maven-plugin:1.1.7:deploy (default-cli) on project DashAPI_maventest: : MojoExecutionException: 400 Bad Request [ERROR] { [ERROR] "code" : "messaging.config.beans.InvalidBundle", [ERROR] "message" : "Bundle is invalid. Empty bundle", [ERROR] "contexts" : [ ] [ERROR] } [ERROR] -> [Help 1]
The whole file bundle is attached here along with the pom xmls in the suggested folder structure for the maven plugin.