You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ag...@apache.org on 2014/02/10 22:08:45 UTC

git commit: Fix test for Maven 2

Updated Branches:
  refs/heads/master 6edfdf756 -> d241b6a03


Fix test for Maven 2


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

Branch: refs/heads/master
Commit: d241b6a034d700de649c61bb77c39dc56d3dbf67
Parents: 6edfdf7
Author: Andreas Gudian <ag...@apache.org>
Authored: Mon Feb 10 22:08:33 2014 +0100
Committer: Andreas Gudian <ag...@apache.org>
Committed: Mon Feb 10 22:08:33 2014 +0100

----------------------------------------------------------------------
 .../src/test/resources/testng-groups/pom.xml                 | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/d241b6a0/surefire-integration-tests/src/test/resources/testng-groups/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-integration-tests/src/test/resources/testng-groups/pom.xml b/surefire-integration-tests/src/test/resources/testng-groups/pom.xml
index bfb205e..5ef5e4f 100644
--- a/surefire-integration-tests/src/test/resources/testng-groups/pom.xml
+++ b/surefire-integration-tests/src/test/resources/testng-groups/pom.xml
@@ -44,6 +44,14 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <version>${surefire.version}</version>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
     </plugins>
   </build>