Hi,
I am trying to set up a Maven project with my proxies configuration files (with https://github.com/apigee/apigee-deploy-maven-plugin) and am having trouble to make it work.
I configured pom files accordingly with the plugin documentation.
My project structure is :
mainFolder pom.xml (artifactId = parent-pom) proxy1 apiproxy pom.xml
I configured pom files accordingly with the doc.
When I run "mvn apigee-enterprise:deploy -P dev" (credential parameters are set in the pom), I get :
[ERROR] 400 Bad Request { "code" : "messaging.config.beans.InvalidBundle", "message" : "Bundle is invalid. Empty bundle", "contexts" : [ ] }
When I run "mvn clean install", the end of build log is :
=============Now zipping the App Bundle================ [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] parent-pom ......................................... FAILURE [ 1.718 s] [INFO] bi-proxy ........................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.915 s [INFO] Finished at: 2019-03-05T14:38:36+08:00 [INFO] Final Memory: 11M/245M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal io.apigee.build-tools.enterprise4g:apigee-edge-maven-plugin:1.1.6:configure (configure-bundle) on project parent-pom: C:\Users\XXX\Projets\mgmt-apigee-api\target\parent-pom-1.0-SNAPSHOT.zip (Specified path not found) -> [Help 1]