org.codehaus.mojo.jboss
Class ConfigureJBossMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.jboss.AbstractJBossServerMojo
org.codehaus.mojo.jboss.ConfigureJBossMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
public class ConfigureJBossMojo
- extends AbstractJBossServerMojo
Allows you to configure JBoss installation by overlaying a conf, lib and deploy directory.
- Is defined by the goal name:
- configure
| 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 |
outputDirectory
protected File outputDirectory
- Is defined by:
- default-value:
- ${project.build.directory}/jboss
javaOpts
protected String javaOpts
- Is defined by:
- default-value:
ConfigureJBossMojo
public ConfigureJBossMojo()
execute
public void execute()
throws MojoExecutionException,
MojoFailureException
- Main plugin execution.
- Throws:
MojoExecutionException
MojoFailureException
Copyright © 2005-2010 Codehaus. All Rights Reserved.