@Mojo(name="install",
defaultPhase=INSTALL,
requiresDependencyResolution=RUNTIME)
@Deprecated
public class InstallMojo
extends AbstractMuleMojo
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
copyToAppsDirectory
Deprecated.
If set to
true attempt to copy the Mule application zip to mule.home/apps or $MULE_HOME/apps |
protected String |
domainDependency
Deprecated.
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
Deprecated.
If set to
true attempt to copy the domain of this Mule application to mule.home/domains or $MULE_HOME/domains |
appDirectory, CLASSES, finalName, LIB, libFolder, localRepository, META_INF, MULE, MULE_APP_PROPERTIES, MULE_CONFIG_XML, MULE_DEPLOY_PROPERTIES, MULE_SRC, muleSourceFolder, MUNIT, munitSourceFolder, outputDirectory, PLUGINS, pluginsFolder, POM_XML, project, projectBaseFolder, projectBuilder, remoteArtifactRepositories, repositorySystem, session, TARGET, TEST_MULE| Constructor and Description |
|---|
InstallMojo()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Deprecated.
|
getFilteredAppDirectory, getMuleAppZipFile@Parameter(property="installDomain",
required=true)
protected boolean installDomain
true attempt to copy the domain of this Mule application to mule.home/domains or $MULE_HOME/domains@Parameter(property="domainDependency",
required=true)
protected String domainDependency
@Parameter(property="copyToAppsDirectory",
required=true)
protected boolean copyToAppsDirectory
true attempt to copy the Mule application zip to mule.home/apps or $MULE_HOME/appsCopyright © 2017. All rights reserved.