Author: sebb Date: Tue Jan 6 18:51:34 2009 New Revision: 732206 URL: http://svn.apache.org/viewvc?rev=732206&view=rev Log: Avoid bug in Surefire 2.4.3 which stops when java is found in a directory name...
Modified: commons/proper/scxml/branches/J6/pom.xml Modified: commons/proper/scxml/branches/J6/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/pom.xml?rev=732206&r1=732205&r2=732206&view=diff ============================================================================== --- commons/proper/scxml/branches/J6/pom.xml (original) +++ commons/proper/scxml/branches/J6/pom.xml Tue Jan 6 18:51:34 2009 @@ -220,7 +220,8 @@ <include>org/apache/commons/scxml/SCXMLTestSuite.java</include> <include>org/apache/commons/scxml/env/EnvTestSuite.java</include> <include>org/apache/commons/scxml/env/faces/EnvFacesTestSuite.java</include> - <include>org/apache/commons/scxml/env/javascript/EnvJavaScriptTestSuite.java</include> + <!-- Avoid bug in Surefire 2.4.3 which stops when java is found in a directory name --> + <include>org/apache/commons/scxml/env/j*avascript/EnvJavaScriptTestSuite.java</include> <include>org/apache/commons/scxml/env/jexl/EnvJexlTestSuite.java</include> <include>org/apache/commons/scxml/env/jsp/EnvJspTestSuite.java</include> <include>org/apache/commons/scxml/env/servlet/EnvServletTestSuite.java</include>