org.codehaus.mojo.jboss
Class ConfigureJBossMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.jboss.AbstractJBossServerMojo
          extended by 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

Field Summary
protected  String javaOpts
           
protected  File outputDirectory
           
 
Fields inherited from class org.codehaus.mojo.jboss.AbstractJBossServerMojo
jbossHome, options, serverName
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
ConfigureJBossMojo()
           
 
Method Summary
 void execute()
          Main plugin execution.
 
Methods inherited from class org.codehaus.mojo.jboss.AbstractJBossServerMojo
checkConfig, dump, getPassword, getUsername, launch
 
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
 

Field Detail

outputDirectory

protected File outputDirectory
Is defined by:
default-value:
${project.build.directory}/jboss

javaOpts

protected String javaOpts
Is defined by:
default-value:
Constructor Detail

ConfigureJBossMojo

public ConfigureJBossMojo()
Method Detail

execute

public void execute()
             throws MojoExecutionException,
                    MojoFailureException
Main plugin execution.

Throws:
MojoExecutionException
MojoFailureException


Copyright © 2005-2010 Codehaus. All Rights Reserved.