You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by ev...@apache.org on 2004/07/27 13:16:33 UTC

cvs commit: maven-components/maven-plugins/maven-resources-plugin pom.xml

evenisse    2004/07/27 04:16:33

  Modified:    maven-plugins/maven-resources-plugin pom.xml
  Log:
  Fix test classname to exclude
  
  Revision  Changes    Path
  1.5       +4 -1      maven-components/maven-plugins/maven-resources-plugin/pom.xml
  
  Index: pom.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/maven-resources-plugin/pom.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- pom.xml	5 Jul 2004 20:10:55 -0000	1.4
  +++ pom.xml	27 Jul 2004 11:16:33 -0000	1.5
  @@ -27,8 +27,11 @@
     </dependencies>
     <build>
       <unitTest>
  +      <includes>
  +        <include>**/*.java</include>
  +      </includes>
         <excludes>
  -        <exclude>**/ResourcesPluginTest.java</exclude>
  +        <exclude>**/ResourcesMojoTest.java</exclude>
         </excludes>
       </unitTest>
     </build>