org.codehaus.mojo.jboss
Class DeployMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.jboss.AbstractJBossDeployerMojo
org.codehaus.mojo.jboss.DeployMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
public class DeployMojo
- extends AbstractJBossDeployerMojo
Deploys a directory or file to JBoss via JMX.
- Author:
- Jeff Genender
- Is defined by the goal name:
- deploy
| 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_DEPLOY_URL
public static final String DEFAULT_DEPLOY_URL
- See Also:
- Constant Field Values
deployUrlPath
protected String deployUrlPath
- The deployment URL path relative to the base URL path.
- Is defined by:
fileNameEncoding
protected String fileNameEncoding
- The character encoding for the fileName.
- Is defined by:
- expression:
- ${jboss.fileNameEncoding}
- default-value:
- UTF-8
DeployMojo
public DeployMojo()
execute
public void execute()
throws MojoExecutionException
- Main plugin execution.
- Throws:
MojoExecutionException
Copyright © 2005-2010 Codehaus. All Rights Reserved.