You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2019/11/20 07:20:20 UTC

[hadoop] branch branch-3.2 updated: HADOOP-16719. Remove the disallowed element config within maven-checkstyle-plugin (#1724)

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

aajisaka pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new 4c79e2a  HADOOP-16719. Remove the disallowed element config within maven-checkstyle-plugin (#1724)
4c79e2a is described below

commit 4c79e2a02bc51f7f57b36198da948ebaca653db2
Author: Wanqiang Ji <wa...@gmail.com>
AuthorDate: Wed Nov 20 15:18:56 2019 +0800

    HADOOP-16719. Remove the disallowed element config within maven-checkstyle-plugin (#1724)
    
    (cherry picked from commit dfc61d8ea5971e9742af77fcae2cae28011ae0c9)
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3749cd4..c18a4f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -333,8 +333,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
             <suppressionsLocation>checkstyle/suppressions.xml</suppressionsLocation>
             <includeTestSourceDirectory>true</includeTestSourceDirectory>
             <failOnViolation>false</failOnViolation>
-            <format>xml</format>
-            <format>html</format>
             <outputFile>${project.build.directory}/test/checkstyle-errors.xml</outputFile>
           </configuration>
         </plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org