jvanzyl     2004/03/15 16:32:22

  Modified:    maven-plugins/maven-surefire-plugin/src/main/resources/META-INF/maven
                        plugin.xml
  Log:
  o make sure standard resources are copied over too before testing.
  
  Revision  Changes    Path
  1.2       +1 -0      
maven-components/maven-plugins/maven-surefire-plugin/src/main/resources/META-INF/maven/plugin.xml
  
  Index: plugin.xml
  ===================================================================
  RCS file: 
/home/cvs/maven-components/maven-plugins/maven-surefire-plugin/src/main/resources/META-INF/maven/plugin.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.xml        15 Mar 2004 19:32:22 -0000      1.1
  +++ plugin.xml        16 Mar 2004 00:32:22 -0000      1.2
  @@ -62,6 +62,7 @@
         <name>test</name>
         <prereqs>
           <prereq>test:compile</prereq>
  +        <prereq>resources</prereq>
           <prereq>test:resources</prereq>
         </prereqs>
         <configuration>
  
  
  

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

Reply via email to