Package org.jboss.jca.sjc.maven
Class Stop
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.jboss.jca.sjc.maven.AbstractHomeMojo
-
- org.jboss.jca.sjc.maven.Stop
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
public class Stop extends AbstractHomeMojo
Stop an IronJacamar/Standalone instance- Author:
- Jesper Pedersen
-
-
Constructor Summary
Constructors Constructor Description Stop()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()Execute-
Methods inherited from class org.jboss.jca.sjc.maven.AbstractHomeMojo
getHome, setHome
-
-
-
-
Method Detail
-
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
-
-