From f2b9f287d29b3b924fdd8809408a2d736b72f5dd Mon Sep 17 00:00:00 2001 From: vmassol Date: Thu, 24 Apr 2003 06:47:28 +0000 Subject: [PATCH] Added missing goal description. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113377 13f79535-47bb-0310-9956-ffa450edef68 --- jboss/xdocs/goals.xml | 59 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) 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