You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2003/04/24 08:47:28 UTC

cvs commit: maven/src/plugins-build/jboss/xdocs goals.xml

vmassol     2003/04/23 23:47:28

  Modified:    src/plugins-build/jboss/xdocs goals.xml
  Log:
  Added missing goal description.
  
  Revision  Changes    Path
  1.3       +59 -0     maven/src/plugins-build/jboss/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/jboss/xdocs/goals.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- goals.xml	14 Apr 2003 17:12:41 -0000	1.2
  +++ goals.xml	24 Apr 2003 06:47:28 -0000	1.3
  @@ -8,6 +8,12 @@
     <body>
       <goals>
         <goal>
  +        <name>jboss</name>
  +        <description>
  +          Default goal. Does the same as <code>jboss:configure</code>.
  +        </description>
  +      </goal>
  +      <goal>
           <name>jboss:configure</name>
           <description>
             Creates a custom JBoss server configuration directory structure.
  @@ -44,6 +50,59 @@
           <name>jboss:stop</name>
           <description>
             Stops JBoss.
  +        </description>
  +      </goal>
  +      <goal>
  +        <name>jboss:deploy-exploded-warfile</name>
  +        <description>
  +          Invoke the <code>war:webapp</code> goal and deploy the result,
  +          using JMX. Note that <code>maven.war.webapp.dir</code> *must* end 
  +          with <code>.war</code> for this to work correctly.
  +        </description>
  +      </goal>
  +      <goal>
  +        <name>jboss:undeploy-exploded-warfile</name>
  +        <description>
  +          Undeploy the result of the <code>war:webapp</code> goal,
  +          using JMX. Note that <code>maven.war.webapp.dir</code> *must* end 
  +          with <code>.war</code> for this to work correctly.
  +        </description>
  +      </goal>
  +      <goal>
  +        <name>jboss:deploy-warfile</name>
  +        <description>
  +          Invoke the <code>war:war</code> goal and deploy the result, using 
  +          JMX.
  +        </description>
  +      </goal>
  +      <goal>
  +        <name>jboss:undeploy-warfile</name>
  +        <description>
  +          Undeploy the result of the <code>war:war</code> goal, using JMX.
  +        </description>
  +      </goal>
  +      <goal>
  +        <name>jboss:deploy-ejb</name>
  +        <description>
  +          Deploy <code>${maven.final.name}.jar</code>, using JMX.
  +        </description>
  +      </goal>
  +      <goal>
  +        <name>jboss:undeploy-ejb</name>
  +        <description>
  +          Undeploy <code>${maven.final.name}.jar</code>, using JMX.
  +        </description>
  +      </goal>
  +      <goal>
  +        <name>jboss:deploy-ear</name>
  +        <description>
  +          Deploy <code>${maven.final.name}.ear</code>, using JMX.
  +        </description>
  +      </goal>
  +      <goal>
  +        <name>jboss:undeploy-ear</name>
  +        <description>
  +          Undeploy <code>${maven.final.name}.ear</code>, using JMX.
           </description>
         </goal>
       </goals>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org