bwalding    2003/02/02 05:44:55

  Modified:    src/plugins-build/linkcheck plugin.jelly
  Log:
  Put the template file in the correct directory
  
  Revision  Changes    Path
  1.3       +4 -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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.jelly      1 Feb 2003 02:09:03 -0000       1.2
  +++ plugin.jelly      2 Feb 2003 13:44:55 -0000       1.3
  @@ -11,6 +11,9 @@
         <j:set var="maven.linkcheck.enable" value="true"/>
     </j:if>
     
  +  <property name="maven.gen.docs" 
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.gen.docs')}"/>
  +  
  +  
     <goal name="maven-linkcheck-plugin:register">
       <doc:registerReport 
         name="Link Check Report" 
  @@ -36,7 +39,7 @@
          
     <goal name="maven-linkcheck-plugin:report">
        <echo>This run of linkcheck does nothing except create a template linkcheck 
file</echo>
  -     <copy file="${plugin.resources}/linkcheck-temp.xml" 
toFile="${maven.build.dir}/linkcheck.xml"/>
  +     <copy file="${plugin.resources}/linkcheck-temp.xml" 
toFile="${maven.gen.docs}/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