Package org.wildfly.plugin.provision
Class ProvisionServerMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.wildfly.plugin.provision.ProvisionServerMojo
-
- All Implemented Interfaces:
ContextEnabled,Mojo
@Mojo(name="provision", requiresDependencyResolution=COMPILE_PLUS_RUNTIME, defaultPhase=PACKAGE) public class ProvisionServerMojo extends AbstractMojo
Provision a server.- Since:
- 3.0
- Author:
- jfdenise
-
-
Constructor Summary
Constructors Constructor Description ProvisionServerMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
-
-
-
Method Detail
-
execute
public void execute() throws MojoExecutionException, MojoFailureException
-
-