You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2004/03/16 01:32:22 UTC

cvs commit: maven-components/maven-plugins/maven-surefire-plugin/src/main/resources/META-INF/maven plugin.xml

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org