Repository: maven-surefire
Updated Branches:
  refs/heads/master bad7cb910 -> 86d78ad1b


Make build work with JDK 1.5 again


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/86d78ad1
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/86d78ad1
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/86d78ad1

Branch: refs/heads/master
Commit: 86d78ad1ba72ed030ef582f6b22693f799ed1097
Parents: a790a61
Author: Andreas Gudian <agud...@apache.org>
Authored: Sat Sep 27 19:59:08 2014 +0200
Committer: Andreas Gudian <agud...@apache.org>
Committed: Sat Sep 27 20:02:58 2014 +0200

----------------------------------------------------------------------
 .../maven/plugin/surefire/report/DefaultReporterFactoryTest.java | 4 ----
 surefire-providers/surefire-junit47/pom.xml                      | 2 --
 2 files changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/86d78ad1/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/report/DefaultReporterFactoryTest.java
----------------------------------------------------------------------
diff --git 
a/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/report/DefaultReporterFactoryTest.java
 
b/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/report/DefaultReporterFactoryTest.java
index 0dc7865..5bb1b61 100644
--- 
a/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/report/DefaultReporterFactoryTest.java
+++ 
b/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/report/DefaultReporterFactoryTest.java
@@ -179,25 +179,21 @@ public class DefaultReporterFactoryTest
             this.stackTrace = stackTrace;
         }
 
-        @Override
         public String writeTraceToString()
         {
             return "";
         }
 
-        @Override
         public String writeTrimmedTraceToString()
         {
             return "";
         }
 
-        @Override
         public String smartTrimmedStackTrace()
         {
             return stackTrace;
         }
 
-        @Override
         public SafeThrowable getThrowable()
         {
             return null;

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/86d78ad1/surefire-providers/surefire-junit47/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/surefire-junit47/pom.xml 
b/surefire-providers/surefire-junit47/pom.xml
index 6dcbad7..b51e1f3 100644
--- a/surefire-providers/surefire-junit47/pom.xml
+++ b/surefire-providers/surefire-junit47/pom.xml
@@ -77,9 +77,7 @@
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <jvm>${java.home}/bin/java</jvm>
           <redirectTestOutputToFile>true</redirectTestOutputToFile>
-          <argLine>-server -Xmx128m -XX:+UseParallelGC -XX:+UseNUMA 
-XX:MaxGCPauseMillis=50</argLine>
         </configuration>
       </plugin>
       <plugin>

Reply via email to