From 6536d96a55bfeab04f0afcbb279065d3b058fa0d Mon Sep 17 00:00:00 2001 From: Brett Leslie Porter <brett@apache.org> Date: Wed, 12 Oct 2005 07:05:37 +0000 Subject: [PATCH] avoid tests until we can figure whether the chicken or egg came first and if it were the chicken, why it crossed the road git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314807 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugins/maven-project-info-reports-plugin/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/maven-plugins/maven-project-info-reports-plugin/pom.xml b/maven-plugins/maven-project-info-reports-plugin/pom.xml index 51a4f2de77..a6fef0fb5e 100644 --- a/maven-plugins/maven-project-info-reports-plugin/pom.xml +++ b/maven-plugins/maven-project-info-reports-plugin/pom.xml @@ -98,6 +98,11 @@ <!-- for reactor ordering --> <build> <plugins> + <plugin> + <artifactId>maven-surefire-plugin</artifactId> + <configuration><skip>true</skip></configuration> + </plugin> + </plugins> <plugin> <artifactId>maven-site-plugin</artifactId> </plugin>