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/08 20:19:19 UTC

maven-surefire git commit: exclude maven-project artifact which has been removed for Maven 3.0 (now part of maven-core)

Repository: maven-surefire
Updated Branches:
  refs/heads/3.0-rc1 20d328d58 -> 7f5363765


exclude maven-project artifact which has been removed for Maven 3.0 (now part of maven-core)


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

Branch: refs/heads/3.0-rc1
Commit: 7f53637651d4248da8935f649b4e6d47e10f8106
Parents: 20d328d
Author: Robert Scholte <rf...@codehaus.org>
Authored: Fri Jan 8 20:17:49 2016 +0100
Committer: Robert Scholte <rf...@codehaus.org>
Committed: Fri Jan 8 20:17:49 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/7f536376/maven-surefire-report-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-report-plugin/pom.xml b/maven-surefire-report-plugin/pom.xml
index b0eaa3c..c704a2c 100644
--- a/maven-surefire-report-plugin/pom.xml
+++ b/maven-surefire-report-plugin/pom.xml
@@ -98,6 +98,12 @@ See DefaultContainerConfiguration and AbstractMojoTestCase#L248
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
       <version>2.4</version>
+      <exclusions>
+      	<exclusion>
+      		<artifactId>maven-project</artifactId>
+      		<groupId>org.apache.maven</groupId>
+      	</exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>