You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2002/11/30 00:58:50 UTC

cvs commit: jakarta-turbine-maven project.xml

dion        2002/11/29 15:58:50

  Modified:    .        project.xml
  Log:
  Exclude failing test
  
  Revision  Changes    Path
  1.218     +1 -0      jakarta-turbine-maven/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/project.xml,v
  retrieving revision 1.217
  retrieving revision 1.218
  diff -u -r1.217 -r1.218
  --- project.xml	13 Nov 2002 18:21:11 -0000	1.217
  +++ project.xml	29 Nov 2002 23:58:50 -0000	1.218
  @@ -545,6 +545,7 @@
         </includes>
         <excludes>
           <exclude>**/RepositoryTest.java</exclude>
  +        <exclude>**/JAXPTest.java</exclude>
         </excludes>
       </unitTest>