Package net.officefloor.maven
Class RunGoogleFunctionMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
net.officefloor.maven.OpenOfficeFloorMojo
net.officefloor.maven.StartGoogleFunctionMojo
net.officefloor.maven.RunGoogleFunctionMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="run",
requiresDependencyResolution=COMPILE)
public class RunGoogleFunctionMojo
extends StartGoogleFunctionMojo
Mojo to run Google Function.-
Field Summary
Fields inherited from class net.officefloor.maven.StartGoogleFunctionMojo
firestorePort, httpPort, httpsPortFields inherited from class net.officefloor.maven.OpenOfficeFloorMojo
DEFAULT_JMX_PORT, jmxPortFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.officefloor.maven.StartGoogleFunctionMojo
getMainClass, loadAdditionalClasspathElements, loadAdditionalSystemPropertiesMethods inherited from class net.officefloor.maven.OpenOfficeFloorMojo
getProcessMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
RunGoogleFunctionMojo
public RunGoogleFunctionMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Specified by:
executein interfaceorg.apache.maven.plugin.Mojo- Overrides:
executein classOpenOfficeFloorMojo- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-