Package org.jboss.jca.sjc.maven
Class Undeploy
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.jboss.jca.sjc.maven.AbstractHostPortMojo
org.jboss.jca.sjc.maven.Undeploy
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
An undeploy task
- Author:
- Jesper Pedersen
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.jca.sjc.maven.AbstractHostPortMojo
executeCommand, executeCommand, getHost, getPort, isCommandAvailable, isLocal, setHost, setPortMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
Undeploy
public Undeploy()Constructor
-
-
Method Details
-
setFile
Set the file- 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 classAbstractHostPortMojo- Throws:
org.apache.maven.plugin.MojoExecutionException- Thrown if the plugin cant be executedorg.apache.maven.plugin.MojoFailureException- Thrown if there is an error
-