You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by to...@apache.org on 2011/04/18 15:37:33 UTC

svn commit: r1094567 - /uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml

Author: tommaso
Date: Mon Apr 18 13:37:33 2011
New Revision: 1094567

URL: http://svn.apache.org/viewvc?rev=1094567&view=rev
Log:
[UIMA-1581] - added maven-surefire-plugin configuration to run tests with en_US to get rid of possible failures with non english numeric systems

Modified:
    uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml

Modified: uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml?rev=1094567&r1=1094566&r2=1094567&view=diff
==============================================================================
--- uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml (original)
+++ uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml Mon Apr 18 13:37:33 2011
@@ -161,6 +161,12 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <argLine>-Duser.language=en -Duser.region=region=US</argLine>
+        </configuration>
+      </plugin>
       
     </plugins>
  	</build>