From 982b84bb01c24cb13f8da1d4bf59c9fe66f5e4fd Mon Sep 17 00:00:00 2001 From: Luc Maisonobe <luc@orekit.org> Date: Fri, 12 Dec 2014 15:28:22 +0100 Subject: [PATCH] Fixed reports as we do not need aggregation anymore. --- pom.xml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/pom.xml b/pom.xml index d95430e2..2aa98603 100644 --- a/pom.xml +++ b/pom.xml @@ -311,9 +311,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> <version>${rugged.maven-surefire-report-plugin.version}</version> - <configuration> - <aggregate>true</aggregate> - </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -324,15 +321,6 @@ <enableRulesSummary>false</enableRulesSummary> <headerLocation>${basedir}/license-header.txt</headerLocation> </configuration> - <reportSets> - <reportSet> - <id>aggregate</id> - <inherited>false</inherited> - <reports> - <report>checkstyle</report> - </reports> - </reportSet> - </reportSets> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -356,15 +344,6 @@ <configuration> <linkJavadoc>false</linkJavadoc> </configuration> - <reportSets> - <reportSet> - <id>aggregate</id> - <inherited>false</inherited> - <reports> - <report>aggregate</report> - </reports> - </reportSet> - </reportSets> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -379,15 +358,6 @@ </links> <charset>${project.reporting.outputEncoding}</charset> </configuration> - <reportSets> - <reportSet> - <id>aggregate</id> - <inherited>false</inherited> - <reports> - <report>aggregate</report> - </reports> - </reportSet> - </reportSets> </plugin> <plugin> <groupId>org.jacoco</groupId> -- GitLab