Different options for deploying a MuleSoft application to CloudHub 1.0 Runtime Manager
MuleSoft provides multiple ways to deploy an application to CloudHub 1.0, and all these ways can be integrated with a CI/CD pipeline for automatic deployment of the MuleSoft application to CloudHub 1.0. Let’s explore all the ways we can deploy an application to CloudHub 1.0.
The Mule Maven plugin
The Mule Maven plugin is one of the most important Maven plugins for deploying, undeploying, and packaging MuleSoft applications into CloudHub 1.0. Let’s discuss the Mule Maven plugin in more detail. The following plugin can be configured in the POM.xml file of your application with all the attributes that are needed to deploy and run the application in CloudHub 1.0:
<plugin> <groupId>org.mule.tools.maven</groupId> <artifactId>mule-maven-plugin</artifactId> <version>3.8.6</version> <extensions...