Updated Branches:
  refs/heads/master 557384893 -> ea8bbbf29

o Maybe test works with 2.2.1 now?


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

Branch: refs/heads/master
Commit: ea8bbbf295fe04dd034ffdb43fd20630b254c546
Parents: 5573848
Author: Kristian Rosenvold <krosenv...@apache.org>
Authored: Fri Dec 7 22:13:36 2012 +0100
Committer: Kristian Rosenvold <krosenv...@apache.org>
Committed: Fri Dec 7 22:13:36 2012 +0100

----------------------------------------------------------------------
 .../surefire-930-failsafe-runtests/pom.xml         |    4 ++++
 surefire-setup-integration-tests/pom.xml           |    5 ++++-
 2 files changed, 8 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/ea8bbbf2/surefire-integration-tests/src/test/resources/surefire-930-failsafe-runtests/pom.xml
----------------------------------------------------------------------
diff --git 
a/surefire-integration-tests/src/test/resources/surefire-930-failsafe-runtests/pom.xml
 
b/surefire-integration-tests/src/test/resources/surefire-930-failsafe-runtests/pom.xml
index 2c97e9d..d783e10 100644
--- 
a/surefire-integration-tests/src/test/resources/surefire-930-failsafe-runtests/pom.xml
+++ 
b/surefire-integration-tests/src/test/resources/surefire-930-failsafe-runtests/pom.xml
@@ -29,6 +29,10 @@
                   <skip>true</skip>
                 </configuration>
             </plugin>
+            <plugin>
+               <artifactId>maven-compiler-plugin</artifactId>
+               <version>2.5.1</version>
+            </plugin>
 
             <plugin>
                 <artifactId>maven-failsafe-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/ea8bbbf2/surefire-setup-integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-setup-integration-tests/pom.xml 
b/surefire-setup-integration-tests/pom.xml
index 82dcee6..dd6f6d4 100644
--- a/surefire-setup-integration-tests/pom.xml
+++ b/surefire-setup-integration-tests/pom.xml
@@ -133,8 +133,11 @@
       </plugin>
       <plugin>
         <artifactId>maven-invoker-plugin</artifactId>
-        <version>1.5</version>
+        <version>1.8</version>
         <configuration>
+          <extraArtifacts>
+              
<extraArtifact>org.apache.maven.surefire:surefire-testng-utils:${project.version}</extraArtifact>
+          </extraArtifacts>
           
<localRepositoryPath>${project.build.directory}/it-repo</localRepositoryPath>
         </configuration>
         <executions>

Reply via email to