diff --git a/jboss/xdocs/goals.xml b/jboss/xdocs/goals.xml index 488a7d1c..a3569bcd 100644 --- a/jboss/xdocs/goals.xml +++ b/jboss/xdocs/goals.xml @@ -7,6 +7,12 @@ + + jboss + + Default goal. Does the same as jboss:configure. + + jboss:configure @@ -46,6 +52,59 @@ Stops JBoss. + + jboss:deploy-exploded-warfile + + Invoke the war:webapp goal and deploy the result, + using JMX. Note that maven.war.webapp.dir *must* end + with .war for this to work correctly. + + + + jboss:undeploy-exploded-warfile + + Undeploy the result of the war:webapp goal, + using JMX. Note that maven.war.webapp.dir *must* end + with .war for this to work correctly. + + + + jboss:deploy-warfile + + Invoke the war:war goal and deploy the result, using + JMX. + + + + jboss:undeploy-warfile + + Undeploy the result of the war:war goal, using JMX. + + + + jboss:deploy-ejb + + Deploy ${maven.final.name}.jar, using JMX. + + + + jboss:undeploy-ejb + + Undeploy ${maven.final.name}.jar, using JMX. + + + + jboss:deploy-ear + + Deploy ${maven.final.name}.ear, using JMX. + + + + jboss:undeploy-ear + + Undeploy ${maven.final.name}.ear, using JMX. + + \ No newline at end of file