Goals available:
| Goal | Description |
|---|---|
| jboss:configure | Allows you to configure JBoss installation by overlaying a conf, lib and deploy directory. |
| jboss:deploy | Deploys a directory or file to JBoss via JMX. |
| jboss:harddeploy | Hard deploys the file by copying it to the
$JBOSS_HOME/server/[serverName]/deploy directory. |
| jboss:redeploy | ReDeploys a directory or file to JBoss via JMX. |
| jboss:startAndWait | Starts JBoss and waits until the server is started. |
| jboss:start | Starts JBoss. |
| jboss:stop | Stops JBoss. |
| jboss:undeploy | Undeploys a directory or file from JBoss via JMX. |