@Mojo(name="deploy-single-as",
requiresDependencyResolution=RUNTIME)
public class VertxDeployAwsAsMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected String |
credentialsId |
protected String |
exclusions |
protected Integer |
port |
protected String |
properties |
protected String |
region |
protected Integer |
requestTimeout |
| Constructor and Description |
|---|
VertxDeployAwsAsMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
org.apache.maven.settings.Server |
getServer() |
@Parameter(required=false,
defaultValue="",
property="deploy.as.properties")
protected String properties
@Parameter(defaultValue="10",
property="deploy.requestTimeout")
protected Integer requestTimeout
@Parameter(property="deploy.credentialsId") protected String credentialsId
@Parameter(defaultValue="6789") protected Integer port
@Parameter(defaultValue="eu-west-1") protected String region
@Parameter(required=false,
defaultValue="",
property="deploy.exclusions")
protected String exclusions
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic org.apache.maven.settings.Server getServer()
throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureExceptionCopyright © 2016. All rights reserved.