You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2002/11/30 01:59:50 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/perforce plugin.jelly

dion        2002/11/29 16:59:50

  Modified:    src/plugins-build/license plugin.jelly
               src/plugins-build/pom plugin.jelly
               src/plugins-build/plexus plugin.jelly
               src/plugins-build/tasklist plugin.jelly
               src/plugins-build/latex plugin.jelly
               src/plugins-build/perforce plugin.jelly
  Log:
  Fix missing goal descriptions
  
  Revision  Changes    Path
  1.4       +2 -1      jakarta-turbine-maven/src/plugins-build/license/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/license/plugin.jelly,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- plugin.jelly	3 Oct 2002 16:15:45 -0000	1.3
  +++ plugin.jelly	30 Nov 2002 00:59:49 -0000	1.4
  @@ -13,7 +13,8 @@
       description="Generate a xml file from your license.txt"
       prereqs="license:transfer"/>
           
  -  <goal name="license:init-tag">
  +  <goal name="license:init-tag"
  +    description="Initialize the license tag library for later use">
         <define:taglib uri="license">
           <define:jellybean name="license" 
             className="org.apache.maven.license.LicenseTask"
  
  
  
  1.8       +1 -1      jakarta-turbine-maven/src/plugins-build/pom/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/pom/plugin.jelly,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- plugin.jelly	5 Nov 2002 18:18:02 -0000	1.7
  +++ plugin.jelly	30 Nov 2002 00:59:49 -0000	1.8
  @@ -12,7 +12,7 @@
       prereqs="pom:validate" />
   
     <!-- set up validation tag library -->
  -  <goal name="pom:taglib">
  +  <goal name="pom:taglib" description="set up validation tag library">
       <d:taglib uri="pom">
         <d:jellybean
           name="validate"
  
  
  
  1.3       +1 -1      jakarta-turbine-maven/src/plugins-build/plexus/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/plexus/plugin.jelly,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.jelly	29 Nov 2002 23:30:48 -0000	1.2
  +++ plugin.jelly	30 Nov 2002 00:59:49 -0000	1.3
  @@ -12,7 +12,7 @@
     <!-- to run Plexus easily.                                                 -->
     <!-- ===================================================================== -->
   
  -  <goal name="plexus:deploy">
  +  <goal name="plexus:deploy" description="Deploys Plexus into a self-contained directory">
       
       <!-- Create the directory structure for the deployed application -->
       
  
  
  
  1.8       +2 -1      jakarta-turbine-maven/src/plugins-build/tasklist/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/tasklist/plugin.jelly,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- plugin.jelly	26 Nov 2002 06:51:00 -0000	1.7
  +++ plugin.jelly	30 Nov 2002 00:59:49 -0000	1.8
  @@ -13,7 +13,8 @@
       <attainGoal name="tasklist:generate"/>
     </goal>
   
  -  <goal name="tasklist:generate" prereqs="vdoclet-init">
  +  <goal name="tasklist:generate" prereqs="vdoclet-init"
  +        description="Generate a list of tasks from @task tags in your code">
   
       <j:if test="${sourcesPresent == 'true'}">
         
  
  
  
  1.5       +4 -2      jakarta-turbine-maven/src/plugins-build/latex/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/latex/plugin.jelly,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- plugin.jelly	22 Oct 2002 02:38:46 -0000	1.4
  +++ plugin.jelly	30 Nov 2002 00:59:49 -0000	1.5
  @@ -5,14 +5,16 @@
     <j:set var="latexSrcDir" value="${maven.latex.src.dir}"/>
   
   
  -  <goal name="latex:prepare-filesystem">
  +  <goal name="latex:prepare-filesystem"
  +    description="Prepare the filesystem for latex processing">
       <j:if test="${!latexSrcDir.equals('MAVEN_LATEX_SRC_DIR_NOT_SET')}">
         <mkdir dir="${maven.build.dir}/docs/pdf/"/>
       </j:if>
     </goal>
   
     <goal name="latex:generate"
  -        prereqs="latex:prepare-filesystem">
  +        prereqs="latex:prepare-filesystem"
  +        description="Generate documentation from latex source">
   
       <j:if test="${!latexSrcDir.equals('MAVEN_LATEX_SRC_DIR_NOT_SET')}">
         <taskdef name="latex" classname="de.prima.shire.anttex.LaTeX"/>
  
  
  
  1.3       +1 -1      jakarta-turbine-maven/src/plugins-build/perforce/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/perforce/plugin.jelly,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.jelly	22 Oct 2002 02:38:46 -0000	1.2
  +++ plugin.jelly	30 Nov 2002 00:59:49 -0000	1.3
  @@ -1,5 +1,5 @@
   <project>
   
  -  <goal name="perforce:dummy"/>
  +  <goal name="perforce:dummy" description="No use"/>
   
   </project>