Package net.officefloor.maven
Class OpenOfficeFloorMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- net.officefloor.maven.OpenOfficeFloorMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="open", defaultPhase=PRE_INTEGRATION_TEST, requiresDependencyResolution=RUNTIME) public class OpenOfficeFloorMojo extends org.apache.maven.plugin.AbstractMojo
OpenOfficeFloor
Mojo
.- Author:
- Daniel Sagenschneider
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_JMX_PORT
Default JMX port.
-
Constructor Summary
Constructors Constructor Description OpenOfficeFloorMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
java.lang.Process
getProcess()
Obtains theProcess
runningOfficeFloor
.
-
-
-
Field Detail
-
DEFAULT_JMX_PORT
public static final int DEFAULT_JMX_PORT
Default JMX port.- See Also:
- Constant Field Values
-
-
Method Detail
-
getProcess
public java.lang.Process getProcess()
Obtains theProcess
runningOfficeFloor
.- Returns:
Process
runningOfficeFloor
. May benull
.
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
-
-