I generated an XDoc for the "maven --help" and "maven --goals", got kind of
tired of looking at the text version, wanted it on my work site.

I don't know if a file attachment will make it through to this user's list,
some won't do that.
<?xml version="1.0"?>

<document>
  <properties>
    <title>Maven Usage, Plugins and Goals</title>
  </properties>

  <body>


    <section name="usage">

      <p><code>maven --help</code></p>
      <p><code>usage: maven [options] [goal [goal2 [goal3] ... ]]</code></p>
      <table>
        <tr><th>Options</th><th>Action</th></tr>
        <tr><td>-D,--define arg </td> <td>Define a system property</td></tr>
        <tr><td>-E,--emacs      </td> <td>Produce logging information without adornments</td></tr>
        <tr><td>-X,--debug      </td> <td>Produce execution debug output</td></tr>
        <tr><td>-b,--nobanner   </td> <td>Suppress logo banner</td></tr>
        <tr><td>-d,--dir arg    </td> <td>Set effective working directory</td></tr>
        <tr><td>-e,--exception  </td> <td>Produce exception stack traces</td></tr>
        <tr><td>-f,--find arg   </td> <td>Set project file and effective working directory by finding the project file</td></tr>
        <tr><td>-g,--goals      </td> <td>Display available goals</td></tr>
        <tr><td>-h,--help       </td> <td>Display help information</td></tr>
        <tr><td>-i,--info       </td> <td>Display system information</td></tr>
        <tr><td>-o,--offline    </td> <td>Build is happening offline</td></tr>
        <tr><td>-p,--pom arg    </td> <td>Set project file</td></tr>
        <tr><td>-v,--version    </td> <td>Display version information</td></tr>
      </table>
    </section>

    <section name="Available [Plugins] / Goals">
      <p><code>maven --goals</code></p>


      <subsection name="[ant] : Generate an Ant build file">
        <table>
          <colgroup width="20%"/>
          <tr><td width="20%">generate-build </td><td>Generate an Ant build file</td></tr>
        </table>
      </subsection>

      <subsection name="[antlr] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
          <tr><td width="20%">generate </td><td>Generate source from antlr grammars</td></tr>
          <tr><td width="20%">prepare-filesystem </td><td>Make any necessary directories for antlr processing</td></tr>
        </table>
      </subsection>
      
      <subsection name="[appserver] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
          <tr><td>clean     </td><td>Safely delete an installed appserver instance</td></tr>
          <tr><td>cycle     </td><td>Forced install and start of a appserver instance</td></tr>
          <tr><td>init      </td><td>Initialize resources needed for the plugin</td></tr>
          <tr><td>install   </td><td>Install a appserver instance</td></tr>
          <tr><td>reinstall </td><td>Reinstall a appserver instance</td></tr>
          <tr><td>restart   </td><td>Restart a appserver instance</td></tr>
          <tr><td>start     </td><td>Start a appserver instance</td></tr>
          <tr><td>stop      </td><td>Stop a appserver instance</td></tr>
        </table>
      </subsection>

      <subsection name="[artifact] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
          <tr><td>load</td><td>null</td></tr>
        </table>
      </subsection>
      
      <subsection name="[ashkelon] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
          <tr><td>generate-xml</td><td>null</td></tr>
        </table>
      </subsection>
      
      <subsection name="[aspectj : Compile code with AspectJ">
        <table>
          <colgroup width="20%"/>
          <tr><td>ajdoc</td><td>Javadoc source using ajdoc</td></tr>
          <tr><td>compile</td><td>Compile code with AspectJ</td></tr>
        </table>
      </subsection>

      
      <subsection name="[cactus] : Run all Cactus Test Cases">
        <table>
          <colgroup width="20%"/>
          <tr><td>cactifywar </td><td> Cactify the application war</td></tr>
          <tr><td>compile </td><td> Compiles the cactus tests</td></tr>
          <tr><td>init </td><td> null</td></tr>
          <tr><td>match </td><td> Execute all the Cactus tests matching the given 'testmatch' variable</td></tr>
          <tr><td>report </td><td> Generate a report from the test results</td></tr>
          <tr><td>single </td><td> Run a single Cactus Test Case</td></tr>
          <tr><td>test </td><td> Run all Cactus Test Cases</td></tr>
        </table>
      </subsection>
      
      <subsection name="[castor] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
          <tr><td>prepare-filesystem</td><td>Make any necessary directories for castor processing</td></tr>
        </table>
      </subsection>

      
      <subsection name="[changes] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
          <tr><td>report</td><td>Generate a changes report</td></tr>
        </table>
      </subsection>
      

      <subsection name="artifact ( NO DEFAULT GOAL )">
       [checkstyle] : Perform checkstyle checks
        <table>
          <colgroup width="20%"/>
          <tr><td>init </td><td> null</td></tr>
          <tr><td>license </td><td> null</td></tr>
          <tr><td>report </td><td> Perform checkstyle checks</td></tr>
        </table>
      </subsection>

      
      <subsection name="[clean] : Remove all project artifacts">
        <table>
          <colgroup width="20%"/>
          <tr><td>clean </td><td> Remove all project artifacts</td></tr>
        </table>
      </subsection>
      
      <subsection name="[clover] : Generate HTML test coverage reports with Clover">
        <table>
          <colgroup width="20%"/>
          <tr><td>html-report </td><td> Generate HTML test coverage reports with Clover</td></tr>
          <tr><td>on </td><td> Create the needed directory structure</td></tr>
          <tr><td>swing-report </td><td> Generate Swing test coverage reports with Clover</td></tr>
          <tr><td>test </td><td> null</td></tr>
        </table>
      </subsection>
      
      <subsection name="[codeswitcher] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
          <tr><td>init </td><td> Validate the Maven XML project descriptor</td></tr>
        </table>
      </subsection>
      
      <subsection name="[console] : Run the Maven console">
        <table>
          <colgroup width="20%"/>
          <tr><td>help </td><td> Print the help message.</td></tr>
          <tr><td>listGoals </td><td> List all available goals</td></tr>
        </table>
      </subsection>
      
      
      <subsection name="[convert-snapshots] : null">
      </subsection>
      
      
      <subsection name="[convert-snapshots-auto] : null">
      </subsection>
      
      
      <subsection name="[dist] : Build a complete distribution.">
        <table>
          <colgroup width="20%"/>
          <tr><td>build </td><td> Build a complete distribution.</td></tr>
          <tr><td>build-bin </td><td> Build the binary distribution.</td></tr>
          <tr><td>build-setup </td><td> Set up directories for a distribution build</td></tr>
          <tr><td>build-src </td><td> Build the source distribution.</td></tr>
          <tr><td>deploy </td><td> Deploy a distribution</td></tr>
          <tr><td>deploy-bin </td><td> Deploy a binary distribution</td></tr>
          <tr><td>deploy-snapshot </td><td> Deploy a snapshot distribution</td></tr>
          <tr><td>deploy-src </td><td> Deploy a source distribution</td></tr>
          <tr><td>prepare-bin-filesystem </td><td> Builds the binary distribution file system.</td></tr>
          <tr><td>prepare-src-filesystem </td><td> Builds the source distribution file system.</td></tr>
        </table>
      </subsection>
      
      
      <subsection name="[docbook] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
          <tr><td>transform </td><td> Transform any docbook-simple source into xdocs for later use </td></tr>
        </table>
      </subsection>
      
      <subsection name="[dt] : null">
      </subsection>
      
      <subsection name="[ear] : Build an ear file">
        <table>
          <colgroup width="20%"/>
          <tr><td>deploy </td><td> Deploys the ear to the remote repository </td></tr>
          <tr><td>deploy-snapshot </td><td> Deploys the snapshot version of  the ear to remote repository</td></tr>
          <tr><td>ear </td><td> Build an ear file</td></tr>
          <tr><td>generate-ear-descriptor </td><td> Generates the ear descriptor</td></tr>
          <tr><td>init </td><td> Initialise filesystem and other resources for an ear</td></tr>
          <tr><td>install </td><td> Install the ear in the local repository</td></tr>
          <tr><td>install-snapshot </td><td> Install the snapshot version of the ear in the local repository</td></tr>
          <tr><td>load </td><td> null</td></tr>
          </table>
      </subsection>
      
      
      <subsection name="[eclipse] : Generate Eclipse project files">
        <table>
          <colgroup width="20%"/>
          <tr><td>add-maven-repo </td><td> Ensure that the classpath variable MAVEN_REPO is available</td></tr>
          <tr><td>external-tools </td><td> Generate an Eclipse external tool for each goal</td></tr>
          <tr><td>external-tools-21 </td><td> Generate an Eclipse 2.1 external tool for each goal</td></tr>
          <tr><td>generate-classpath </td><td> Generate Eclipse .classpath file</td></tr>
          <tr><td>generate-project </td><td> Generate Eclipse .project file</td></tr>
        </table>
      </subsection>
      
      <subsection name="[ejb] : Build an ejb file">
        <table>
          <colgroup width="20%"/>
          <tr><td>deploy </td><td> Deploys the ejb to the remote repository</td></tr>
          <tr><td>deploy-snapshot </td><td> Deploys the snapshot version of the ejb to remote repository</td></tr>
          <tr><td>ejb </td><td> Build an ejb file</td></tr>
          <tr><td>init </td><td> Initialize filesystem and other resources for an ejb build</td></tr>
          <tr><td>install </td><td> Install the ejb in the local repository</td></tr>
          <tr><td>install-snapshot </td><td> Install the snapshot version of the ejb in the local repository</td></tr>
        </table>
      </subsection>
      
      <subsection name="[faq] : Generates an FAQ xdoc file from an FAQ XML document">
        <table>
          <colgroup width="20%"/>
          <tr><td>report </td><td> Generate FAQs</td></tr>
        </table>
      </subsection>
      
      
      <subsection name="[fo] : Generate XSL:FO project documentation">
        <table>
          <colgroup width="20%"/>
          <tr><td>fo </td><td> Generate XSL:FO project documentation</td></tr>
        </table>
      </subsection>
      
      
      <subsection name="[genapp] : Generate Application using 'maven -Dpackage=org.mycompany.project genapp'">
      </subsection>
      
      <subsection name="[gump] : Generate Gump descriptor from Maven descriptor">
        <table>
          <colgroup width="20%"/>
          <tr><td>generate-descriptor </td><td> Generate Gump descriptor from Maven descriptor</td></tr>
        </table>
      </subsection>
      
      <subsection name="[hibernate] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
          <tr><td>init </td><td> null</td></tr>
          <tr><td>schema-export </td><td> null</td></tr>
        </table>
      </subsection>
      
      <subsection name="[html2xdoc] : Generates XDoc documentation from normal HTML files">
      </subsection>
      
      <subsection name="[idea] : Generate IDEA project files">
        <table>
          <colgroup width="20%"/>
          <tr><td>generate-project </td><td> Generate IDEA .ipr and .iws project files</td></tr>
        </table>
      </subsection>
      
      <subsection name="[increment-snapshot-version] : null">
      </subsection>


      <subsection name="artifact ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
          <tr><td>validate-war </td><td> Check that a war file is valid</td></tr>
        </table>
      </subsection>
      
      <subsection name="[jalopy] : Format all sources with code convention conformance">
        <table>
          <colgroup width="20%"/>
          <tr><td>format </td><td> Format all sources with code convention conformance</td></tr>
          <tr><td>taskdef </td><td> Define the jalopy task to Ant and Jelly</td></tr>
        </table>
      </subsection>
      
      <subsection name="[jar] : Create the deliverable jar file.">
        <table>
          <colgroup width="20%"/>
          <tr><td>deploy </td><td> Deploy a jar to the remote repository</td></tr>
          <tr><td>deploy-snapshot </td><td> Deploy a snapshot jar to the remote repository</td></tr>
          <tr><td>install </td><td> Install the jar in the local repository</td></tr>
          <tr><td>install-snapshot </td><td> Install a snapshot jar in the local repository</td></tr>
          <tr><td>jar </td><td> Create the deliverable jar file.</td></tr>
          <tr><td>snapshot </td><td> Create a snapshot jar, ie 'id-YYYYMMDD.hhmmss.jar'</td></tr>
        </table>
      </subsection>
      
      <subsection name="[java] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
          <tr><td>compile </td><td> Compile the project</td></tr>
          <tr><td>jar </td><td> Create the deliverable jar file.</td></tr>
          <tr><td>jar-resources </td><td> Copy any resources that must be present in the deployed JAR file</td></tr>
          <tr><td>prepare-filesystem </td><td> Create the directory structure needed to compile</td></tr>
        </table>
      </subsection>
      
      <subsection name="[javadoc] : null">
        <table>
          <colgroup width="20%"/>
          <tr><td>generate </td><td> null</td></tr>
        </table>
      </subsection>
      
      <subsection name="[jboss] : Creates a specific JBoss server configuration">
        <table>
          <colgroup width="20%"/>
          <tr><td>configure </td><td> Creates a specific JBoss server configuration</td></tr>
          <tr><td>deploy-ear </td><td> Deploy ${maven.final.name}.ear</td></tr>
          <tr><td>deploy-ejb </td><td> Deploy ${maven.final.name}.jar</td></tr>
          <tr><td>deploy-exploded-warfile </td><td> Invoke the 'war:webapp' goal and deploy the 
                                     result. Note that 'maven.war.webapp.dir' *must* 
                                     end with '.war' for this to work correctly.</td></tr>
          <tr><td>deploy-warfile </td><td> Invoke the 'war' goal and deploy the result</td></tr>
          <tr><td>dist </td><td> Generate zipped JBoss configuration</td></tr>
          <tr><td>init </td><td> null</td></tr>
          <tr><td>install </td><td> Install the zip into the local repository</td></tr>
          <tr><td>package </td><td> Creates a specific JBoss server configuration</td></tr>
          <tr><td>start </td><td> Starts JBoss with our specific server configuration</td></tr>
          <tr><td>stop </td><td> Stops JBoss</td></tr>
          <tr><td>undeploy-ear </td><td> Undeploy ${maven.final.name}.ear</td></tr>
          <tr><td>undeploy-ejb </td><td> Undeploy ${maven.final.name}.jar</td></tr>
          <tr><td>undeploy-exploded-warfile </td><td> Undeploy the result of the 'war:webapp' goal.
                                     Note that 'maven.war.webapp.dir' *must* end with '.war' for this to work correctly.</td></tr>
          <tr><td>undeploy-warfile </td><td> Undeploy the result of the 'war' goal</td></tr>
        </table>
      </subsection>
      
      <subsection name="[jbuilder] : Generate JBuilder project files">
        <table>
          <colgroup width="20%"/>
          <tr><td>generate-library </td><td> Generate JBuilder [id_project].library file</td></tr>
          <tr><td>generate-project </td><td> Generate JBuilder [id_project].jpx file</td></tr>
        </table>
      </subsection>
      
      <subsection name="[jdee] : Generate JDEE project file">
        <table>
          <colgroup width="20%"/>
          <tr><td>generate-project </td><td> Generate project file in basedir</td></tr>
        </table>
      </subsection>
      
      <subsection name="[jdeveloper] : Generate JDeveloper project files">
        <table>
          <colgroup width="20%"/>
          <tr><td>generate-project </td><td> Generate jdeveloper .jpr</td></tr>
          <tr><td>scanSources </td><td> Scans the source in order to integrate them into JDeveloper files</td></tr>
        </table>
      </subsection>
      
      <subsection name="[jellydoc] : Generates the tag documentation">
        <table>
          <colgroup width="20%"/>
          <tr><td>doclet </td><td> A doclet which outputs all the Jelly tag related metadata as XML</td></tr>
          <tr><td>init </td><td> null</td></tr>
          <tr><td>xml-doclet </td><td> Creates an XML representation of the doclet information</td></tr>
          </table>
      </subsection>
      
      <subsection name="[jnlp] : Generate JNLP file and sign all jars">
        <table>
          <colgroup width="20%"/>
        <tr><td>generate-jnlp </td><td> Generate the .jnlp file and sign all jars</td></tr>
        <tr><td>generate-keystore </td><td> Generate a keystore file</td></tr>
        </table>
      </subsection>
      
      <subsection name="[junitdoclet] : Generate unit tests">
      </subsection>
      
      <subsection name="[latex] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
        <tr><td>generate </td><td> Generate documentation from latex source</td></tr>
        <tr><td>prepare-filesystem </td><td> Prepare the filesystem for latex processing</td></tr>
        </table>
      </subsection>


      
      <subsection name="[latka] : Run the project's latka tests">
        <table>
          <colgroup width="20%"/>
        <tr><td>jmeter-convert </td><td> Convert a jmeter jmx file to a latka suite</td></tr>
        <tr><td>single </td><td> Execute a single test defined using the 'testcase' variable</td></tr>
        <tr><td>test </td><td> Run the project's latka tests</td></tr>
        </table>
      </subsection>
      
      <subsection name="[license] : Generate an XML file from the license file">
        <table>
          <colgroup width="20%"/>
        <tr><td>transfer </td><td> Generate a xml file from your license file</td></tr>
        </table>
      </subsection>
      
      <subsection name="[maven-ashkelon-plugin] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
        <tr><td>deregister </td><td> null</td></tr>
        <tr><td>register </td><td> null</td></tr>
        <tr><td>report </td><td> null</td></tr>
        </table>
      </subsection>
      
      <subsection name="[maven-cactus-plugin] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
        <tr><td>deregister </td><td> null</td></tr>
        <tr><td>register </td><td> null</td></tr>
        </table>
      </subsection>
      
      <subsection name="[maven-changelog-plugin] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
        <tr><td>deregister </td><td> null</td></tr>
        <tr><td>register </td><td> null</td></tr>
        <tr><td>report </td><td> Generate a changelog report</td></tr>
        </table>
      </subsection>
      
      <subsection name="[maven-changes-plugin] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
        <tr><td>deregister </td><td> null</td></tr>
        <tr><td>register </td><td> null</td></tr>
        </table>
      </subsection>
      
      <subsection name="[maven-checkstyle-plugin] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
        <tr><td>deregister </td><td> null</td></tr>
        <tr><td>register </td><td> null</td></tr>
        </table>
      </subsection>
      
      <subsection name="[maven-clover-plugin] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
        <tr><td>deregister </td><td> null</td></tr>
        <tr><td>register </td><td> null</td></tr>
        <tr><td>report </td><td> null</td></tr>
        </table>
      </subsection>
      
      <subsection name="[maven-developer-activity-plugin] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
        <tr><td>deregister </td><td> null</td></tr>
        <tr><td>register </td><td> null</td></tr>
        <tr><td>report </td><td> Generate developer and file activity reports</td></tr>
        </table>
      </subsection>
      
      <subsection name="[maven-faq-plugin] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
        <tr><td>deregister </td><td> null</td></tr>
        <tr><td>register </td><td> null</td></tr>
        </table>
      </subsection>
      
      <subsection name="[maven-file-activity-plugin] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
        <tr><td>deregister </td><td> null</td></tr>
        <tr><td>register </td><td> null</td></tr>
        <tr><td>report </td><td> Generate developer and file activity reports</td></tr>
        </table>
      </subsection>
      
      <subsection name="[maven-javadoc-plugin] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
        <tr><td>deregister </td><td> null</td></tr>
        <tr><td>register </td><td> null</td></tr>
        <tr><td>report </td><td> Generate API documentation</td></tr>
        </table>
      </subsection>
      
      <subsection name="[maven-jdepend-plugin] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
        <tr><td>deregister </td><td> null</td></tr>
        <tr><td>register </td><td> null</td></tr>
       <tr><td> report </td><td> Generate a dependency report with JDepend</td></tr>
        </table>
      </subsection>
      
      <subsection name="[maven-jellydoc-plugin] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
        <tr><td>deregister </td><td> null</td></tr>
        <tr><td>register </td><td> null</td></tr>
        <tr><td>report </td><td> Generates the tag documentation</td></tr>
        </table>
      </subsection>
      
      <subsection name="[maven-junit-report-plugin] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
        <tr><td>deregister </td><td> null</td></tr>
        <tr><td>register </td><td> null</td></tr>
        <tr><td>report </td><td> Generate a report from the test results</td></tr>
        </table>
      </subsection>
      
      <subsection name="[maven-jxr-plugin] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
        <tr><td>deregister </td><td> null</td></tr>
        <tr><td>register </td><td> null</td></tr>
        <tr><td>report </td><td> Generate HTML cross reference sources</td></tr>
        </table>
      </subsection>
      
      <subsection name="[maven-license-plugin] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
        <tr><td>deregister </td><td> null</td></tr>
        <tr><td>register </td><td> null</td></tr>
        <tr><td>report </td><td> Generate an XML file from the license.txt</td></tr>
        </table>
      </subsection>
      
      <subsection name="[maven-linkcheck-plugin] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
        <tr><td>clearcache </td><td> Removes the cache file</td></tr>
        <tr><td>deregister </td><td> null</td></tr>
        <tr><td>register </td><td> null</td></tr>
        <tr><td>report </td><td> null</td></tr>
        <tr><td>report-real </td><td> Generate link check results and then transform to HTML</td></tr>
        </table>
      </subsection>
      
      <subsection name="[maven-pmd-plugin] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
        <tr><td>deregister </td><td> null</td></tr>
        <tr><td>register </td><td> null</td></tr>
        </table>
      </subsection>
      
      <subsection name="[maven-simian-plugin] : Generate Simian (Code Similarity Analyzer) report.">
        <table>
          <colgroup width="20%"/>
        <tr><td>analyze </td><td> null</td></tr>
        <tr><td>deregister </td><td> null</td></tr>
        <tr><td>register </td><td> null</td></tr>
        <tr><td>report </td><td> null</td></tr>
        </table>
      </subsection>
      
      <subsection name="[maven-statcvs-plugin] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
        <tr><td>deregister </td><td> null</td></tr>
        <tr><td>register </td><td> null</td></tr>
        <tr><td>report </td><td> null</td></tr>
        </table>
      </subsection>
      
      <subsection name="[maven-tasklist-plugin] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
        <tr><td>deregister </td><td> null</td></tr>
        <tr><td>register </td><td> null</td></tr>
        <tr><td>report </td><td> Generate a list of tasks from @todo tags in your code</td></tr>
        </table>
      </subsection>
      
      <subsection name="[multiproject] : Run the site goal of all subprojects">
        <table>
          <colgroup width="20%"/>
        <tr><td>artifact </td><td> Builds all artifacts for all subproject</td></tr>
        <tr><td>artifact-callback </td><td> null</td></tr>
        <tr><td>create-nav </td><td> null</td></tr>
        <tr><td>deploy </td><td> Run 'artifact':deploy for all subprojects</td></tr>
        <tr><td>deploy-callback </td><td> null</td></tr>
        <tr><td>deploy-snapshot </td><td> Run 'artifact':deploy-snapshot for all subprojects</td></tr>
        <tr><td>deploy-snapshot-callback </td><td> null</td></tr>
        <tr><td>goal </td><td> Run a given goal on all projects</td></tr>
        <tr><td>install </td><td> Run 'artifact':install for all subprojects</td></tr>
        <tr><td>install-callback </td><td> null</td></tr>
        <tr><td>install-snapshot </td><td> Run 'artifact':install-snapshot for all subprojects</td></tr>
        <tr><td>install-snapshot-callback </td><td> null</td></tr>
        <tr><td>site </td><td> Run the site goal of all subprojects</td></tr>
        </table>
      </subsection>
      
      <subsection name="[native] : Native compiler">
        <table>
          <colgroup width="20%"/>
        <tr><td>compile </td><td> Compile the native compiler</td></tr>
        <tr><td>install </td><td> Install the lib in the local repository</td></tr>
        <tr><td>jniheader </td><td> make jniheaders for classes</td></tr>
        </table>
      </subsection>
      
      <subsection name="[pdf] : Generate PDF project documentation">
        <table>
          <colgroup width="20%"/>
        <tr><td>init </td><td> null</td></tr>
        <tr><td>pdf </td><td> Generate PDF project documentation</td></tr>
        </table>
      </subsection>
      
      <subsection name="[perforce] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
        <tr><td>dummy </td><td> No use</td></tr>
        </table>
      </subsection>
      
      <subsection name="[plugin] : Build a plugin jar and install to the maven.local.repo">
        <table>
          <colgroup width="20%"/>
        <tr><td>deploy </td><td> Install a specific unpacked plugin but no new jar</td></tr>
        <tr><td>generate-docs </td><td> Generate navigation, goals and properties docs</td></tr>
        <tr><td>generate-goals </td><td> Generate goals.xml for the plugin</td></tr>
        <tr><td>generate-navigation </td><td> Generate navigation.xml for the plugin</td></tr>
        <tr><td>generate-properties </td><td> Generate properties.xml for the plugin</td></tr>
        <tr><td>install </td><td> Install the plugin jar, prepare Maven to expand it locally and clear caches</td></tr>
        </table>
      </subsection>
      
      <subsection name="[pmd] : Static Code Analyzer">
        <table>
          <colgroup width="20%"/>
        <tr><td>report </td><td> Generate source code report with PMD</td></tr>
        </table>
      </subsection>
      
      <subsection name="[pom] : Validate the Maven XML project descriptor">
        <table>
          <colgroup width="20%"/>
        <tr><td>contentvalidate </td><td> Validate the content of the Maven POM</td></tr>
        <tr><td>deploy </td><td> Deploy POM to the central repository.</td></tr>
        <tr><td>deploy-snapshot </td><td> Deploys the snapshot version of the POM to remote repository</td></tr>
        <tr><td>install </td><td> Install POM in the local repository.</td></tr>
        <tr><td>install-snapshot </td><td> Install the snapshot version of the POM in the local repository</td></tr>
        <tr><td>update </td><td> Update the POM from its current version to a specified version</td></tr>
        <tr><td>validate </td><td> Validate the Maven XML project descriptor</td></tr>
        </table>
      </subsection>
      
      <subsection name="[release] : null">
      </subsection>
      
      <subsection name="[repository] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
        <tr><td>audit-copy-license </td><td> copy the license for the specified groupId to the repository</td></tr>
        <tr><td>audit-copy-licenses </td><td> copy all licenses in the audit file to the repository</td></tr>
        <tr><td>audit-create-directory </td><td> create the directory, specified by directoryName, for all groups in the audit file</td></tr>
        <tr><td>audit-create-licenses </td><td> create the license directories, for all groups in the audit file, in the repository</td></tr>
        <tr><td>audit-generate-pom </td><td> generate a pom for the groupId provided, based on the audit file</td></tr>
        <tr><td>audit-generate-poms </td><td> generate a pom for all the groupId's in the audit file</td></tr>
        <tr><td>audit-rename-licenses </td><td> rename/link all licenses from their original name to ${groupId}.license</td></tr>
        <tr><td>copy-artifact </td><td> copy an artifact, specified by groupId, artifact and type, to the repository</td></tr>
        <tr><td>copy-jar </td><td> copy a jar, specified by groupId and artifact, to the repository</td></tr>
        <tr><td>copy-snapshot-jar </td><td> copy a snapshot jar, specified by groupId and artifact, to the repository</td></tr>
        <tr><td>create-project </td><td> create a project, specified by groupId, in the repository</td></tr>
        <tr><td>delete-project </td><td> delete a project, specified by groupId, in the repository</td></tr>
        </table>
      </subsection>
      
      <subsection name="[shell] : Generate Zsh files">
        <table>
          <colgroup width="20%"/>
        <tr><td>zsh </td><td> Generate Zsh files</td></tr>
        </table>
      </subsection>
      
      <subsection name="[site] : Generate the web site">
        <table>
          <colgroup width="20%"/>
        <tr><td>deploy </td><td> deploy the generated site docs</td></tr>
        <tr><td>ear </td><td> Create an EAR File from the generated site</td></tr>
        <tr><td>fsdeploy </td><td> Deploy the generated site by copying to the site directory</td></tr>
        <tr><td>generate </td><td> null</td></tr>
        <tr><td>init </td><td> null</td></tr>
        <tr><td>run-reports </td><td> null</td></tr>
        <tr><td>sshdeploy </td><td> Deploy the generated site docs using ssh</td></tr>
        <tr><td>war </td><td> Create a WAR File from the generated site</td></tr>
        </table>
      </subsection>
      
      <subsection name="[statcvs] : Generate CVS statistics for the current CVS project">
        <table>
          <colgroup width="20%"/>
        <tr><td>generate </td><td> Generate CVS statistics for the current CVS project</td></tr>
        </table>
      </subsection>
      
      <subsection name="[struts] : Ensure a war file containing a Struts application is valid">
        <table>
          <colgroup width="20%"/>
        <tr><td>validate-war </td><td> Ensure a war file containing a Struts application is valid</td></tr>
        </table>
      </subsection>
      
      <subsection name="[tasklist] : null">
      </subsection>
      
      <subsection name="[test] : Test the application">
        <table>
          <colgroup width="20%"/>
        <tr><td>compile </td><td> Compile the TestCases and TestSuites</td></tr>
        <tr><td>eclipse </td><td> null</td></tr>
        <tr><td>match </td><td> Execute all the tests matching the given 'testmatch' variable</td></tr>
        <tr><td>match-test </td><td> [deprecated] please use the test:match goal instead</td></tr>
        <tr><td>prepare-filesystem </td><td> Create the needed directory structure</td></tr>
        <tr><td>single </td><td> Execute a single test defined using the 'testcase' variable</td></tr>
        <tr><td>single-test </td><td> [deprecated] please use the test:single goal instead</td></tr>
        <tr><td>test </td><td> Test the application</td></tr>
        <tr><td>test-resources </td><td> Copy any resources that must be present for run tests</td></tr>
        <tr><td>ui </td><td> Starts the Swing TestRunner front end</td></tr>
        </table>
      </subsection>
      
      <subsection name="[tiny-app] : null">
      </subsection>
      
      <subsection name="[torque] : Generates SQL files and Peer-based OM objects">
        <table>
          <colgroup width="20%"/>
        <tr><td>check-om-zip </td><td> null</td></tr>
        <tr><td>create-db </td><td> generates the target database</td></tr>
        <tr><td>datadtd </td><td> Generates the DATA DTD for your project</td></tr>
        <tr><td>datadump </td><td> dump data from database into xml file</td></tr>
        <tr><td>datasql </td><td> generates sql from data xml</td></tr>
        <tr><td>doc </td><td> Generates documentation for your datamodel</td></tr>
        <tr><td>id-table-init-sql </td><td> generates initialization sql for ID Broker</td></tr>
        <tr><td>init </td><td> Build classpath and define tasks</td></tr>
        <tr><td>insert-sql </td><td> inserts the generated sql</td></tr>
        <tr><td>jdbc </td><td> jdbc to xml</td></tr>
        <tr><td>ojb </td><td> Generates the repository and om for ojb (experimental)</td></tr>
        <tr><td>ojb-repository </td><td> Generates the repository for ojb (experimental)</td></tr>
        <tr><td>om </td><td> Generate the Peer-based object model from *-schema.xml files</td></tr>
        <tr><td>om-check </td><td> null</td></tr>
        <tr><td>om-generate </td><td> null</td></tr>
        <tr><td>om-zip </td><td> Moves source om files to separate jar and out of the source tree</td></tr>
        <tr><td>om-zip-worker </td><td> null</td></tr>
        <tr><td>om-zip-worker-delete </td><td> null</td></tr>
        <tr><td>sql </td><td> generates the SQL for your project</td></tr>
        <tr><td>sql-check </td><td> Determine if the SQL files need to be generated</td></tr>
        <tr><td>sql-generate </td><td> null</td></tr>
        <tr><td>sql2xml </td><td> creates an xml schema from an sql schema</td></tr>
        </table>
      </subsection>
      
      <subsection name="[touchstone-goal-A] : null">
       </subsection>
      
      <subsection name="[touchstone-goal-B] : null">
       </subsection>
      
      <subsection name="[touchstone-goal-C] : null">
       </subsection>
      
      <subsection name="[touchstone-goal-D] : null">
       </subsection>
      
      <subsection name="[touchstone-goal-E] : null">
       </subsection>
      
      <subsection name="[touchstone-partner-goal-A] : null">
       </subsection>
      
      <subsection name="[uberjar] : Build a uberjar file">
        <table>
          <colgroup width="20%"/>
        <tr><td>classworlds-conf </td><td> Generates a classworlds conf</td></tr>
        <tr><td>deploy </td><td> Deploys the uberjar to the remote repository</td></tr>
        <tr><td>deploy-snapshot </td><td> Deploys the snapshot version of  the uberjar to remote repository</td></tr>
        <tr><td>init </td><td> null</td></tr>
        <tr><td>install </td><td> Install the uberjar in the local repository</td></tr>
        <tr><td>install-snapshot </td><td> Install the snapshot version of the uberjar in the local repository</td></tr>
        <tr><td>uberjar </td><td> Build an uberjar</td></tr>
        </table>
      </subsection>
      
      <subsection name="[validate-pom-for-release] : null">
      </subsection>
      
      <subsection name="[war] : Build a war file">
        <table>
          <colgroup width="20%"/>
        <tr><td>clean </td><td> Remove all artifacts created by war plugin</td></tr>
        <tr><td>deploy </td><td> Deploys the war to the remote repository</td></tr>
        <tr><td>deploy-snapshot </td><td> Deploys the snapshot version of  the war to remote repository</td></tr>
        <tr><td>init </td><td> Initialize the file system and attain any necessary goals</td></tr>
        <tr><td>install </td><td> Install the war in the local repository</td></tr>
        <tr><td>install-snapshot </td><td> Install the snapshot version of the war in the local repository</td></tr>
        <tr><td>load </td><td> null</td></tr>
        <tr><td>war </td><td> Build a war file</td></tr>
        <tr><td>webapp </td><td> Build a webapp directory</td></tr>
        </table>
      </subsection>
      
      <subsection name="[was40] : Obtain the list of nodes on the WebSphere Application Server">
        <table>
          <colgroup width="20%"/>
        <tr><td>app-start </td><td> Start enterprise application</td></tr>
        <tr><td>app-stop </td><td> Stop an enterprise application</td></tr>
        <tr><td>deploy-ear </td><td> Deploy an enterprise application</td></tr>
        <tr><td>deploy-to-servergroup </td><td> Deploy an application to a server group</td></tr>
        <tr><td>list-node </td><td> Obtain the list of nodes on the WebSphere Application Server</td></tr>
        <tr><td>start </td><td> Starts was40 Application Server</td></tr>
        <tr><td>start-appserver </td><td> Start a websphere application server</td></tr>
        <tr><td>start-servergroup </td><td> Start a websphere server group</td></tr>
        <tr><td>stop </td><td> Stops a websphere node</td></tr>
        <tr><td>stop-appserver </td><td> Stop a websphere application server</td></tr>
        <tr><td>stop-servergroup </td><td> Stop a websphere server group</td></tr>
        <tr><td>undeploy-ear </td><td> Remove an enterprise application</td></tr>
        </table>
      </subsection>
      
      <subsection name="[webserver] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
        <tr><td>clean </td><td> Safely delete an installed webserver instance</td></tr>
        <tr><td>cycle </td><td> Forced install and start of a webserver instance</td></tr>
        <tr><td>init </td><td> Initialize resources needed for the plugin</td></tr>
        <tr><td>install </td><td> Install a webserver instance</td></tr>
        <tr><td>reinstall </td><td> Reinstall a webserver instance</td></tr>
        <tr><td>restart </td><td> Restart a webserver instance</td></tr>
        <tr><td>start </td><td> Start a webserver instance</td></tr>
        <tr><td>stop </td><td> Stop a webserver instance</td></tr>
        </table>
      </subsection>
      
      <subsection name="[wizard] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
        <tr><td>ui </td><td> Run the Maven Swing Wizard</td></tr>
        </table>
      </subsection>
      
      <subsection name="[word2html] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
        <tr><td>generate </td><td> Generate HTML docs from Word via CScript</td></tr>
        <tr><td>prepare-filesystem </td><td> Create directories needed for the plugin</td></tr>
        </table>
      </subsection>
      
      <subsection name="[xdoc] : Generate html project documentation xdoc sources">
        <table>
          <colgroup width="20%"/>
        <tr><td>copy-resources </td><td> copy static resources for use in xdocs generated html</td></tr>
        <tr><td>copy-user-resources </td><td> Copy user provided resources to docs destination</td></tr>
        <tr><td>dump-report-settings </td><td> null</td></tr>
        <tr><td>generate-from-pom </td><td> Generates xdocs for site based on project descriptor</td></tr>
        <tr><td>init </td><td> Generates the directory structure required for xdocs</td></tr>
        <tr><td>jelly-init </td><td> Set up jelly xdoc requirements</td></tr>
        <tr><td>jelly-transform </td><td> transform xdocs using jelly/jsl rather than dvsl</td></tr>
        <tr><td>performJSL </td><td> Allows the LinkCheck plugin to xdoc a single directory</td></tr>
        <tr><td>register-reports </td><td> null</td></tr>
        <tr><td>transform </td><td> Generate html project documentation xdoc sources</td></tr>
        <tr><td>validate </td><td> Validate xdocs match the schema</td></tr>
        </table>
      </subsection>
      
      <subsection name="[xdoclet] ( NO DEFAULT GOAL )">
        <table>
          <colgroup width="20%"/>
          <tr><td>documentdoclet </td><td> documentdoclet</td></tr>
          <tr><td>ejbdoclet </td><td> ejbdoclet</td></tr>
          <tr><td>hibernatedoclet </td><td> hibernatedoclet</td></tr>
          <tr><td>jdodoclet </td><td> jdodoclet</td></tr>
          <tr><td>jmxdoclet </td><td> jmxdoclet</td></tr>
          <tr><td>mockobjectdoclet </td><td> mockobjectdoclet</td></tr>
          <tr><td>webdoclet </td><td> webdoclet</td></tr>
          <tr><td>xdoclet </td><td> xdoclet</td></tr>
        </table>
      </subsection>

      
    </section>


  </body>
</document>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to