Package org.jboss.jca.sjc.maven
Class Start
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.jboss.jca.sjc.maven.AbstractHomeMojo
-
- org.jboss.jca.sjc.maven.Start
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
public class Start extends AbstractHomeMojo
Start an IronJacamar/Standalone instance- Author:
- Jesper Pedersen
-
-
Constructor Summary
Constructors Constructor Description Start()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()ExecutevoidsetOptions(File v)Set the options-
Methods inherited from class org.jboss.jca.sjc.maven.AbstractHomeMojo
getHome, setHome
-
-
-
-
Method Detail
-
setOptions
public void setOptions(File v)
Set the options- Parameters:
v- The value
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureExceptionExecute- Specified by:
executein interfaceorg.apache.maven.plugin.Mojo- Specified by:
executein classAbstractHomeMojo- Throws:
org.apache.maven.plugin.MojoExecutionException- Thrown if the plugin cant be executedorg.apache.maven.plugin.MojoFailureException- Thrown if there is an error
-
-