Remove section reporting

In the last two commits, the site reporting feature got gradually decommissioned. The maven plugin project-info-reports got removed in the previous commit, which gets controlled by the reporting section. Because this workflow is out of use, this commit removes the reporting section.
This commit is contained in:
gurkerl83 2020-12-06 21:06:01 +01:00 committed by Andrew Gaul
parent 2b6cbf9c95
commit b537a79b20
1 changed files with 0 additions and 18 deletions

View File

@ -1078,24 +1078,6 @@
</plugins>
</pluginManagement>
</build>
<reporting>
<plugins>
<plugin>
<!-- When building jclouds-project, override the config to use the local file -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>../resources/checkstyle.xml</configLocation>
<suppressionsLocation>../resources/checkstyle-suppressions.xml</suppressionsLocation>
<suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<failOnViolation>true</failOnViolation>
<failsOnError>true</failsOnError>
<violationSeverity>warning</violationSeverity>
</configuration>
</plugin>
</plugins>
</reporting>
<profiles>
<profile>
<id>disable-doclint</id>