public abstract class AbstractMuleDeployerMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.artifact.factory.ArtifactFactory |
artifactFactory |
protected org.apache.maven.artifact.resolver.ArtifactResolver |
artifactResolver |
protected org.apache.maven.settings.crypto.SettingsDecrypter |
decrypter |
protected DeploymentConfiguration |
deploymentConfiguration |
protected org.apache.maven.artifact.repository.ArtifactRepository |
localRepository |
protected DeployerLog |
log |
protected org.apache.maven.project.MavenProject |
mavenProject |
protected org.apache.maven.settings.Settings |
settings |
| Constructor and Description |
|---|
AbstractMuleDeployerMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
agent() |
protected abstract void |
arm() |
protected abstract void |
cloudhub() |
protected abstract void |
cluster() |
protected void |
doExecute() |
void |
execute() |
protected abstract void |
standalone() |
@Parameter protected DeploymentConfiguration deploymentConfiguration
@Component protected org.apache.maven.settings.Settings settings
@Component protected org.apache.maven.settings.crypto.SettingsDecrypter decrypter
@Component protected org.apache.maven.project.MavenProject mavenProject
@Component protected org.apache.maven.artifact.factory.ArtifactFactory artifactFactory
@Component protected org.apache.maven.artifact.resolver.ArtifactResolver artifactResolver
@Parameter(defaultValue="${localRepository}",
readonly=true)
protected org.apache.maven.artifact.repository.ArtifactRepository localRepository
protected DeployerLog log
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionMojo.execute()protected void doExecute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException,
groovy.util.ScriptException,
DeploymentException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptiongroovy.util.ScriptExceptionDeploymentExceptionprotected abstract void cluster()
throws org.apache.maven.plugin.MojoFailureException,
org.apache.maven.plugin.MojoExecutionException,
groovy.util.ScriptException
org.apache.maven.plugin.MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionExceptiongroovy.util.ScriptExceptionprotected abstract void standalone()
throws org.apache.maven.plugin.MojoFailureException,
org.apache.maven.plugin.MojoExecutionException,
DeploymentException,
groovy.util.ScriptException
org.apache.maven.plugin.MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionExceptionDeploymentExceptiongroovy.util.ScriptExceptionprotected abstract void arm()
throws org.apache.maven.plugin.MojoFailureException,
org.apache.maven.plugin.MojoExecutionException,
groovy.util.ScriptException
org.apache.maven.plugin.MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionExceptiongroovy.util.ScriptExceptionprotected abstract void cloudhub()
throws org.apache.maven.plugin.MojoFailureException,
org.apache.maven.plugin.MojoExecutionException,
groovy.util.ScriptException
org.apache.maven.plugin.MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionExceptiongroovy.util.ScriptExceptionprotected abstract void agent()
throws org.apache.maven.plugin.MojoFailureException,
org.apache.maven.plugin.MojoExecutionException,
groovy.util.ScriptException
org.apache.maven.plugin.MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionExceptiongroovy.util.ScriptExceptionCopyright © 2017 MuleSoft Inc. All rights reserved.