Skip to content

Instantly share code, notes, and snippets.

@dedeibel
Created December 31, 2009 08:14
Show Gist options
  • Save dedeibel/266665 to your computer and use it in GitHub Desktop.
Save dedeibel/266665 to your computer and use it in GitHub Desktop.
Index: pom.xml
===================================================================
--- pom.xml (revision 894)
+++ pom.xml (working copy)
<!-- Prevent mvn:test runing wrong tests -->
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.4.3</version>
<configuration>
<excludes>
<exclude>**/*GwtTest.java</exclude>
<exclude>**/Test*.java</exclude>
</excludes>
<argLine>-Duser.language=en -Duser.region=US</argLine>
+ <useFile>false</useFile>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment