dion        2003/10/28 14:22:01

  Modified:    src/plugins-build/junit-report plugin.jelly
  Log:
  Start using tag instead of ${pom.getPluginContext(....)}
  
  Revision  Changes    Path
  1.9       +3 -3      maven/src/plugins-build/junit-report/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/junit-report/plugin.jelly,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- plugin.jelly      7 Jul 2003 18:49:36 -0000       1.8
  +++ plugin.jelly      28 Oct 2003 22:22:01 -0000      1.9
  @@ -3,7 +3,8 @@
   <project 
     xmlns:ant="jelly:ant"
     xmlns:doc="doc"
  -  xmlns:j="jelly:core">
  +  xmlns:j="jelly:core"
  +  xmlns:maven="jelly:maven">
     
     <goal name="maven-junit-report-plugin:register">
       <j:if test="${unitTestSourcesPresent == 'true'}">
  @@ -39,8 +40,7 @@
         <j:set var="maven.test.failure.ignore" scope="parent" 
           value="${ignoreTestFailureOld}"/>
   
  -      <j:set var="testReportsDirectory"
  -        
value="${pom.getPluginContext('maven-test-plugin').getVariable('maven.test.reportsDirectory')}"/>
  +      <maven:pluginVar var="testReportsDirectory" plugin='maven-test-plugin' 
property='maven.test.reportsDirectory'/>
   
         <ant:mkdir dir="${testReportsDirectory}"/>
   
  
  
  

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

Reply via email to