dion        2003/10/28 14:25:19

  Modified:    src/plugins-build/linkcheck plugin.jelly
  Log:
  Start using tag instead of ${pom.getPluginContext(....)}
  
  Revision  Changes    Path
  1.13      +4 -4      maven/src/plugins-build/linkcheck/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/linkcheck/plugin.jelly,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- plugin.jelly      29 Aug 2003 06:27:52 -0000      1.12
  +++ plugin.jelly      28 Oct 2003 22:25:19 -0000      1.13
  @@ -4,10 +4,9 @@
     xmlns:j="jelly:core" 
     xmlns:define="jelly:define"
     xmlns:linkcheck="linkcheck"
  +  xmlns:maven="jelly:maven"
     xmlns:doc="doc">
     
  -  <property name="maven.linkcheck.cache" 
value="${pom.getPluginContext('maven-linkcheck-plugin').getVariable('maven.linkcheck.cache')}"/>
  -  
     <goal name="maven-linkcheck-plugin:register">
       <doc:registerReport 
         name="Link Check Report" 
  @@ -42,8 +41,9 @@
     </goal>
     
     <postGoal name="xdoc:jelly-transform">
  -    <j:set var="reports" 
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('reports')}"/>
  -   <j:set var="context" value="${pom.getPluginContext('maven-xdoc-plugin')}"/>
  +    <maven:pluginVar var="reports" plugin="maven-xdoc-plugin" property="reports" />
  +    <!-- not sure why the following is being done 
  +    <j:set var="context" value="${pom.getPluginContext('maven-xdoc-plugin')}"/> -->
         
       <j:set var="online">${maven.mode.online}</j:set>
       
  
  
  

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

Reply via email to