dion        2003/07/09 00:28:33

  Modified:    src/plugins-build/multiproject plugin.jelly
  Log:
  Fix multiproject:site being busted as multiproject:goal doesn't hold onto the 
projects for processing
  
  Revision  Changes    Path
  1.10      +8 -0      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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- plugin.jelly      9 Jul 2003 06:03:39 -0000       1.9
  +++ plugin.jelly      9 Jul 2003 07:28:33 -0000       1.10
  @@ -36,6 +36,14 @@
       
       <attainGoal name="site" />
       
  +    <!-- get all projects for processing -->
  +    <maven:reactor
  +      basedir="${maven.multiproject.basedir}"
  +      includes="${maven.multiproject.includes}"
  +      excludes="${maven.multiproject.excludes}"
  +      postProcessing="true"
  +      ignoreFailures="true"
  +    />
       <!-- copy or not? -->
       <j:set var="navType" value="${maven.multiproject.navigation}"/>
       <j:if test="${navType == 'aggregate'}">
  
  
  

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

Reply via email to