public class MuleInstallMojo extends AbstractMuleMojo
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
copyToAppsDirectory
If set to
true attempt to copy the Mule application zip to mule.home/apps or $MULE_HOME/apps |
protected String |
domainDependency
If the mule app belongs to a domain you can set this value with the domain dependency information groupId:artifactId:version so during
install phase the mule domain maven plugin can deploy the domain before deploying the application.
|
protected boolean |
installDomain
If set to
true attempt to copy the domain of this Mule application to mule.home/domains or $MULE_HOME/domains |
appDirectory, finalName, mappingsDirectory, outputDirectory, project| Constructor and Description |
|---|
MuleInstallMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
getFilteredAppDirectory, getMuleAppZipFileprotected boolean installDomain
true attempt to copy the domain of this Mule application to mule.home/domains or $MULE_HOME/domainsprotected String domainDependency
protected boolean copyToAppsDirectory
true attempt to copy the Mule application zip to mule.home/apps or $MULE_HOME/appsCopyright © 2014–2015 MuleSoft, Inc.. All rights reserved.