You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2016/01/07 19:35:25 UTC

maven-surefire git commit: Use maven-compat only as test scoped dependency for maven-plugin-testing-harness

Repository: maven-surefire
Updated Branches:
  refs/heads/3.0-rc1 c7c76ea60 -> 9cb143414


Use maven-compat only as test scoped dependency for maven-plugin-testing-harness


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

Branch: refs/heads/3.0-rc1
Commit: 9cb143414134a2c8f0bfec5b84f01571875a26fe
Parents: c7c76ea
Author: Robert Scholte <rf...@codehaus.org>
Authored: Thu Jan 7 19:32:42 2016 +0100
Committer: Robert Scholte <rf...@codehaus.org>
Committed: Thu Jan 7 19:32:42 2016 +0100

----------------------------------------------------------------------
 maven-surefire-report-plugin/pom.xml | 6 ++++++
 pom.xml                              | 1 +
 2 files changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/9cb14341/maven-surefire-report-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-report-plugin/pom.xml b/maven-surefire-report-plugin/pom.xml
index 320f9c4..b0eaa3c 100644
--- a/maven-surefire-report-plugin/pom.xml
+++ b/maven-surefire-report-plugin/pom.xml
@@ -118,12 +118,18 @@ See DefaultContainerConfiguration and AbstractMojoTestCase#L248
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
     </dependency>
+    <!-- TESTING -->
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
       <version>2.1</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-compat</artifactId>
+      <scope>test</scope>
+    </dependency>
     <!--<dependency>
       &lt;!&ndash; maven-plugin-testing-harness depends on maven-core which is dependent on scope=runtime Aether &ndash;&gt;
       <groupId>org.apache.maven</groupId>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/9cb14341/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b421ef9..dc9418c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,6 +202,7 @@
         <groupId>org.apache.maven</groupId>
         <artifactId>maven-compat</artifactId>
         <version>${mavenVersion}</version>
+        <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.maven</groupId>