jvanzyl     2002/06/27 19:15:15

  Modified:    src/plugins/core plugin.jelly
  Log:
  Almost have site-report working.
  
  Revision  Changes    Path
  1.4       +5 -11     jakarta-turbine-maven/src/plugins/core/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins/core/plugin.jelly,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- plugin.jelly      28 Jun 2002 01:59:35 -0000      1.3
  +++ plugin.jelly      28 Jun 2002 02:15:15 -0000      1.4
  @@ -143,17 +143,11 @@
          allow the users to configure which reports make up the
          standard site for deployment -->
   
  -  <goal name="site">
  -  
  -    <attainGoal name="create-xdocs"/>
  -    <attainGoal name="jdependx"/>
  -    <!--
  -    <attainGoal name="junit-report"/>
  -    -->
  -    <attainGoal name="checkstyle"/>
  -    <attainGoal name="change-log"/>  
  -    <attainGoal name="activity-log"/>  
  -    <attainGoal name="site"/>
  +  <!-- junit-report,site -->
  +
  +  <goal name="site-report"
  +        prereqs="generate-xdocs,jdependx,checkstyle,
  +                 change-log,activity-log,javadocs,jxr,task-list">
     
     </goal>
     
  
  
  

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

Reply via email to