Package nl.jpoint.maven.vertx.mojo
Class VertxDeployAwsAsMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- nl.jpoint.maven.vertx.mojo.VertxDeployAwsAsMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="deploy-single-as", requiresDependencyResolution=RUNTIME) public class VertxDeployAwsAsMojo extends org.apache.maven.plugin.AbstractMojo
-
-
Field Summary
Fields Modifier and Type Field Description protected StringmetricApplicationprotected StringmetricEnvironmentprotected StringmetricNamespace
-
Constructor Summary
Constructors Constructor Description VertxDeployAwsAsMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-
-
-
Field Detail
-
metricNamespace
@Parameter(required=false, defaultValue="", property="deploy.metrics.namespace") protected String metricNamespace
-
metricApplication
@Parameter(required=false, defaultValue="", property="deploy.metrics.application") protected String metricApplication
-
metricEnvironment
@Parameter(required=false, defaultValue="", property="deploy.metrics.environment") protected String metricEnvironment
-
-