Package nl.jpoint.maven.vertx.mojo
Class VertxDeployDirectMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- nl.jpoint.maven.vertx.mojo.VertxDeployDirectMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="deploy-direct", requiresDependencyResolution=RUNTIME) public class VertxDeployDirectMojo extends org.apache.maven.plugin.AbstractMojo
-
-
Field Summary
Fields Modifier and Type Field Description protected StringmetricApplicationprotected StringmetricEnvironmentprotected StringmetricNamespace
-
Constructor Summary
Constructors Constructor Description VertxDeployDirectMojo()
-
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
-
-