Is there an option to supply a zip proxy bundle to apigee deploy maven plugin?
I am able to deploy the api proxy with the command
mvn apigee-enterprise:deploy -P -Dusername -Ppassword -Dhosturl
However, each time the command is run, it tries to create the bundle and then deploy. I would like to supply a build artifact(proxy bundle) generated once and only do the deployment. Is there an option to do that with apigee deploy maven plugin?
@ssvaidyanathan any pointers on this?
[INFO] Building DDMSFile 1.0
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] >>> apigee-edge-maven-plugin:1.0.2:deploy (default-cli) > package @ DDMSFile >>>
[INFO]
[INFO] --- maven-resources-plugin:2.6:copy-resources (default) @ DDMSFile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 19 resources
[INFO]
[INFO] --- apigee-edge-maven-plugin:1.0.2:configure (configure-bundle) @ DDMSFile ---
[WARNING] The POM for org.eclipse.jgit:org.eclipse.jgit:jar:3.3.2.201404171909-r is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.axis2:axis2-kernel:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.axis2:axis2-metadata:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] No config.json found. Skipping package configuration.
[INFO]
=============Checking for node.js app================
[INFO]
=============Now zipping the App Bundle================
[INFO]
[INFO] <<< apigee-edge-maven-plugin:1.0.2:deploy (default-cli) < package @ DDMSFile <<<
[INFO]
[INFO]
[INFO] --- apigee-edge-maven-plugin:1.0.2:deploy (default-cli) @ DDMSFile ---
[INFO]
=============Initializing Maven Deployment================
[INFO]
=============Importing App================
[INFO]
Request prepared for the server....................