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>