org.codehaus.mojo.jboss
Class HardDeployMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.jboss.AbstractJBossMojo
org.codehaus.mojo.jboss.HardDeployMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class HardDeployMojo
- extends AbstractJBossMojo
Hard deploys the file by copying it to the
$JBOSS_HOME/server/[serverName]/deploy
directory.
- Author:
- Jeff Genender
Field Summary |
protected String |
fileName
The name of the file or directory to deploy or undeploy. |
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fileName
protected String fileName
- The name of the file or directory to deploy or undeploy.
HardDeployMojo
public HardDeployMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2005-2011 Codehaus. All Rights Reserved.