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:33:41 UTC

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

dion        2002/11/29 16:33:41

  Modified:    src/plugins-build/xdoc plugin.jelly
               src/plugins-build/dist plugin.jelly
               src/plugins-build/ejb plugin.jelly
               src/plugins-build/ear plugin.jelly
  Log:
  Added missing goal documentation
  
  Revision  Changes    Path
  1.23      +4 -2      jakarta-turbine-maven/src/plugins-build/xdoc/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/xdoc/plugin.jelly,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- plugin.jelly	25 Nov 2002 19:42:12 -0000	1.22
  +++ plugin.jelly	30 Nov 2002 00:33:40 -0000	1.23
  @@ -18,7 +18,8 @@
     <!-- ================================================================== -->
     <!-- T E X E N  T A G  I N I T I A L I Z A T I O N                      -->
     <!-- ================================================================== -->
  -  <goal name="init-texen-tag">
  +  <goal name="init-texen-tag" 
  +    description="Set up the texen tag library for later use">
     
       <define:taglib uri="texen">
         <define:jellybean
  @@ -67,7 +68,8 @@
     <!-- D V S L  T A G  I N I T I A L I Z A T I O N                        -->
     <!-- ================================================================== -->
   
  -  <goal name="init-dvsl-tag">
  +  <goal name="init-dvsl-tag" 
  +    description="Set up the dvsl tag library for later use">
   
       <define:taglib uri="dvsl">
         <define:jellybean 
  
  
  
  1.10      +6 -9      jakarta-turbine-maven/src/plugins-build/dist/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/dist/plugin.jelly,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- plugin.jelly	10 Sep 2002 15:33:55 -0000	1.9
  +++ plugin.jelly	30 Nov 2002 00:33:40 -0000	1.10
  @@ -119,7 +119,8 @@
     </goal>
   
     <goal
  -    name="dist:build-setup">
  +    name="dist:build-setup"
  +    description="Set up directories for a distribution build">
       <delete dir="${maven.dist.dir}"/>
       <mkdir dir="${maven.dist.dir}"/>
     </goal>
  @@ -175,8 +176,7 @@
     <!-- D E P L O Y  D I S T R I B U T I O N                               -->
     <!-- ================================================================== -->
   
  -  <goal
  -    name="dist:deploy">
  +  <goal name="dist:deploy" description="Deploy a distribution">
   
       <m:user-check user="${maven.username}"/>
   
  @@ -204,8 +204,7 @@
     </goal>
   
   
  -  <goal
  -    name="dist:deploy-bin">
  +  <goal name="dist:deploy-bin" description="Deploy a binary distribution">
   
       <m:user-check user="${maven.username}"/>
   
  @@ -220,8 +219,7 @@
   
     </goal>
   
  -  <goal
  -    name="dist:deploy-src">
  +  <goal name="dist:deploy-src" description="Deploy a source distribution">
   
       <m:user-check user="${maven.username}"/>
   
  @@ -242,8 +240,7 @@
   
     <maven:snapshot project="${pom}"/>    
   
  -  <goal
  -    name="dist:deploy-snapshot">
  +  <goal name="dist:deploy-snapshot" description="Deploy a snapshot distribution">
       
       <m:user-check user="${maven.username}"/>
       
  
  
  
  1.2       +2 -1      jakarta-turbine-maven/src/plugins-build/ejb/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/ejb/plugin.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.jelly	19 Nov 2002 23:12:14 -0000	1.1
  +++ plugin.jelly	30 Nov 2002 00:33:41 -0000	1.2
  @@ -10,7 +10,8 @@
     <!--==================================================================-->
     <!-- Initializations                                                  -->
     <!--==================================================================-->
  -  <goal name="ejb:init">
  +  <goal name="ejb:init" 
  +    description="Initialize filesystem and other resources for an ejb build">
   
   
       <j:if test="${sourcesPresent == 'true'}">
  
  
  
  1.2       +2 -1      jakarta-turbine-maven/src/plugins-build/ear/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/ear/plugin.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.jelly	19 Nov 2002 23:12:16 -0000	1.1
  +++ plugin.jelly	30 Nov 2002 00:33:41 -0000	1.2
  @@ -10,7 +10,8 @@
     <!--==================================================================-->
     <!-- Initializations                                                  -->
     <!--==================================================================-->
  -  <goal name="ear:init">
  +  <goal name="ear:init" 
  +    description="Initialise filesystem and other resources for an ear">
   
     </goal>