Author: aheritier
Date: Tue Apr 18 14:58:18 2006
New Revision: 395064

URL: http://svn.apache.org/viewcvs?rev=395064&view=rev
Log:
Add goals documentation.

Modified:
    maven/maven-1/core/trunk/maven.xml

Modified: maven/maven-1/core/trunk/maven.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/maven.xml?rev=395064&r1=395063&r2=395064&view=diff
==============================================================================
--- maven/maven-1/core/trunk/maven.xml (original)
+++ maven/maven-1/core/trunk/maven.xml Tue Apr 18 14:58:18 2006
@@ -27,7 +27,7 @@
     </ant:copy>
   </postGoal>
 
-  <goal name="maven:run-touchstone">
+  <goal name="maven:run-touchstone" description="Runs touchstone tests.">
     <!-- 
     Force to set this property to an empty value.
     This property cannot be evaluated in touchstone build because
@@ -49,7 +49,7 @@
     </ant:copy>
   </goal>
 
-  <goal name="maven:build-install" prereqs="clean,jar:jar">
+  <goal name="maven:build-install" prereqs="clean,jar:jar" 
description="Generates a maven installation.">
     <j:set var="tag" value="${pom.artifactId}-${pom.currentVersion}"/>
     <j:set var="installerDir" value="${maven.build.dir}/installer/${tag}"/>
     <ant:delete dir="${installerDir}"/>
@@ -127,7 +127,7 @@
 -->
   </goal>
 
-  <goal name="maven:build-plugin-profile">
+  <goal name="maven:build-plugin-profile" description="Generates the last 
versions list of plugins.">
     <maven:reactor basedir="${maven.plugins.directory}" 
includes="${maven.plugins.includes}" excludes="${maven.plugins.excludes}" 
postProcessing="true" banner="Gathering" ignoreFailures="false"/>
     <ant:copy tofile="${maven.plugins.profile}.bak" 
file="${maven.plugins.profile}"/>
     <j:file name="${maven.plugins.profile}" omitXmlDeclaration="false" 
outputMode="xml" prettyPrint="true">
@@ -168,7 +168,7 @@
   </goal>
 -->
 
-  <goal name="maven:installer" prereqs="maven:build-install">
+  <goal name="maven:installer" prereqs="maven:build-install" 
description="Generate maven distributions (zip, tar, exe, ...)">
     <j:set var="tag" value="${pom.artifactId}-${pom.currentVersion}"/>
     <j:set var="installerDir" value="${maven.build.dir}/installer/${tag}"/>
     <ant:tar longfile="gnu" tarfile="${maven.build.dir}/installer/${tag}.tar">
@@ -248,7 +248,7 @@
     </j:choose>
   </goal>
 
-  <goal name="maven:generate-install-scripts">
+  <goal name="maven:generate-install-scripts" description="Generates 
install_repo scripts.">
     <j:file name="${maven.build.dir}/install_repo.sh" 
omitXmlDeclaration="true">
       <j:whitespace>#!/bin/sh
 REPO_DIR=$1


Reply via email to