bwalding    2003/02/19 00:12:00

  Modified:    src/plugins-build/test plugin.jelly
  Log:
  o MAVEN-213:  Removes maven.test.failure between each run of test:test
  
  Revision  Changes    Path
  1.2       +3 -1      jakarta-turbine-maven/src/plugins-build/test/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/test/plugin.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.jelly      24 Jan 2003 03:44:31 -0000      1.1
  +++ plugin.jelly      19 Feb 2003 08:12:00 -0000      1.2
  @@ -50,7 +50,7 @@
     <goal name="test:test"
           description="Test the application"
           prereqs="test:compile">
  -
  +      
       <j:if test="${unitTestSourcesPresent == 'true'}">
         
         <taskdef
  @@ -58,6 +58,8 @@
           classname="org.apache.tools.ant.taskdefs.optional.junit.JUnitTask"
         />
         
  +      ${pom.getContext().removeVariable("maven.test.failure")}
  +    
         <junit printSummary="yes" 
                failureProperty="maven.test.failure"
                fork="${maven.junit.fork}"
  
  
  

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

Reply via email to