dion        2003/07/17 18:08:06

  Modified:    src/plugins-build/multiproject plugin.jelly
  Log:
  Added banner's for each reactor
  
  Revision  Changes    Path
  1.13      +3 -1      maven/src/plugins-build/multiproject/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/multiproject/plugin.jelly,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- plugin.jelly      9 Jul 2003 07:56:39 -0000       1.12
  +++ plugin.jelly      18 Jul 2003 01:08:05 -0000      1.13
  @@ -34,6 +34,7 @@
       <!-- generate site docs -->
       <maven:reactor
         basedir="${maven.multiproject.basedir}"
  +      banner="Generating site "
         includes="${maven.multiproject.includes}"
         excludes="${maven.multiproject.excludes}"
         postProcessing="true"
  @@ -77,6 +78,7 @@
        | -->
       <maven:reactor
         basedir="${maven.multiproject.basedir}"
  +      banner="Getting projects for navigation"
         includes="${maven.multiproject.includes}"
         excludes="${maven.multiproject.excludes}"
         postProcessing="true"
  @@ -113,9 +115,9 @@
   A goal to run must be specified, e.g.
   maven -Dgoal=clean multiproject:goal</m:param-check>
   
  -      <ant:echo>Executing ${goal} on all projects</ant:echo>
         <maven:reactor
           basedir="${maven.multiproject.basedir}"
  +        banner="Executing ${goal}"
           includes="${maven.multiproject.includes}"
           excludes="${maven.multiproject.excludes}"
           postProcessing="false"
  
  
  

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

Reply via email to