bwalding    2003/01/31 18:09:04

  Modified:    src/plugins-build/linkcheck plugin.jelly
  Log:
  Register linkcheck report
  
  Revision  Changes    Path
  1.2       +8 -1      jakarta-turbine-maven/src/plugins-build/linkcheck/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/linkcheck/plugin.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.jelly      30 Jan 2003 10:59:00 -0000      1.1
  +++ plugin.jelly      1 Feb 2003 02:09:03 -0000       1.2
  @@ -11,6 +11,13 @@
         <j:set var="maven.linkcheck.enable" value="true"/>
     </j:if>
     
  +  <goal name="maven-linkcheck-plugin:register">
  +    <doc:registerReport 
  +      name="Link Check Report" 
  +      link="linkcheck"
  +      description="Report on the validity of all links in the documentation."/>
  +  </goal>
  +  
     <define:taglib uri="linkcheck">
       <define:jellybean
         name="linkcheck"
  @@ -29,7 +36,7 @@
          
     <goal name="maven-linkcheck-plugin:report">
        <echo>This run of linkcheck does nothing except create a template linkcheck 
file</echo>
  -     <copy fromFile="${plugin.resources}/linkcheck-temp.xml" 
toFile="${maven.build.dir}/linkcheck.xml"/>
  +     <copy file="${plugin.resources}/linkcheck-temp.xml" 
toFile="${maven.build.dir}/linkcheck.xml"/>
     </goal>
     
     <postGoal name="xdoc:jelly-transform">
  
  
  

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

Reply via email to