org.codehaus.mojo.jboss
Class StartMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.jboss.AbstractJBossServerMojo
org.codehaus.mojo.jboss.StartMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- StartAndWaitMojo
public class StartMojo
- extends AbstractJBossServerMojo
Starts JBoss.
- Author:
- Jeff Genender
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
|
Method Summary |
void |
execute()
Main plugin execution. |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STARTUP_COMMAND
public static final String STARTUP_COMMAND
- The command to start JBoss.
- See Also:
- Constant Field Values
startOptions
protected String startOptions
- The set of space separated options to pass to the JBoss "run" command.
- Since:
- 1.5.0
options
protected String options
- Deprecated. use startOptions instead
- The set of options to pass to the JBoss "run" command.
StartMojo
public StartMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Main plugin execution.
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2005-2011 Codehaus. All Rights Reserved.