org.codehaus.mojo.jboss
Class ReDeployMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.jboss.AbstractJBossDeployerMojo
org.codehaus.mojo.jboss.ReDeployMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
public class ReDeployMojo
- extends AbstractJBossDeployerMojo
ReDeploys a directory or file to JBoss via JMX.
- Author:
- Jeff Genender
- Is defined by the goal name:
- redeploy
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
|
Method Summary |
void |
execute()
Main plugin execution. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_REDEPLOY_URL
public static final String DEFAULT_REDEPLOY_URL
- See Also:
- Constant Field Values
redeployUrlPath
protected String redeployUrlPath
- The redeployment URL.
- Is defined by:
ReDeployMojo
public ReDeployMojo()
execute
public void execute()
throws MojoExecutionException
- Main plugin execution.
- Throws:
MojoExecutionException
Copyright © 2005-2010 Codehaus. All Rights Reserved.