Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alexandramartinez/21ec3c0e4977ec71abd8b0156e1ddb7f to your computer and use it in GitHub Desktop.
Save alexandramartinez/21ec3c0e4977ec71abd8b0156e1ddb7f to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.mule.tools.maven</groupId>
<artifactId>mule-maven-plugin</artifactId>
<version>${mule.maven.plugin.version}</version>
<extensions>true</extensions>
<configuration>
<classifier>mule-application</classifier>
<cloudhub2Deployment>
<uri>https://anypoint.mulesoft.com</uri>
<provider>MC</provider>
<environment>Sandbox</environment>
<target>Cloudhub-US-East-2</target>
<server>Repository</server>
<applicationName>${project.artifactId}</applicationName>
<releaseChannel>NONE</releaseChannel>
<replicas>1</replicas>
<vCores>0.1</vCores>
<deploymentSettings>
<generateDefaultPublicUrl>true</generateDefaultPublicUrl>
</deploymentSettings>
</cloudhub2Deployment>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment