You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by su...@apache.org on 2023/04/11 06:02:09 UTC

[shardingsphere] branch master updated: Set consoleOutput for checkstyle-plugin (#25094)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 493a3845888 Set consoleOutput for checkstyle-plugin (#25094)
493a3845888 is described below

commit 493a38458883c0b03183a93dabae07e10ae38ea9
Author: zhaojinchao <zh...@apache.org>
AuthorDate: Tue Apr 11 14:02:01 2023 +0800

    Set consoleOutput for checkstyle-plugin (#25094)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index d37200b6bb7..dd8f9861fc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -887,6 +887,7 @@
                     <artifactId>maven-checkstyle-plugin</artifactId>
                     <version>${maven-checkstyle-plugin.version}</version>
                     <configuration>
+                        <consoleOutput>true</consoleOutput>
                         <failOnViolation>true</failOnViolation>
                         <failsOnError>true</failsOnError>
                         <violationSeverity>error</violationSeverity>