You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2007/11/17 18:43:42 UTC

svn commit: r595979 - /commons/proper/jexl/trunk/pom.xml

Author: niallp
Date: Sat Nov 17 09:43:41 2007
New Revision: 595979

URL: http://svn.apache.org/viewvc?rev=595979&view=rev
Log:
Fix m2 tests not running

Modified:
    commons/proper/jexl/trunk/pom.xml

Modified: commons/proper/jexl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=595979&r1=595978&r2=595979&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Sat Nov 17 09:43:41 2007
@@ -116,7 +116,7 @@
           <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <includes>
-                <include>**/Test*.java</include>
+                <include>**/*Test.java</include>
               </includes>
           </configuration>
         </plugin>