This is an automated email from the ASF dual-hosted git repository.

gaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git

commit b537a79b20d6a7ee9ff25ee48b6991857818c250
Author: gurkerl83 <[email protected]>
AuthorDate: Sun Dec 6 21:06:01 2020 +0100

    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.
---
 project/pom.xml | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/project/pom.xml b/project/pom.xml
index f98d0dc..40e4ad3 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -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>

Reply via email to