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

pdallig pushed a commit to branch interpreter_shade
in repository https://gitbox.apache.org/repos/asf/zeppelin.git

commit 5dca432f08520072b54db46d5c1c49e1b8cd3a38
Author: Philipp Dallig <philipp.dal...@gmail.com>
AuthorDate: Mon Oct 18 11:22:42 2021 +0200

    Remove checkstyle aggregatation, maybe a new module is required
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 83ce87f..f05f7f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1089,7 +1089,7 @@
               
<excludes>org/apache/zeppelin/interpreter/thrift/*,org/apache/zeppelin/scio/avro/*,org/apache/zeppelin/python/proto/*</excludes>
             </configuration>
           </execution>
-          <execution>
+<!--           <execution>
             <id>checkstyle-gen-html-report</id>
             <phase>install</phase>
             <goals>
@@ -1098,7 +1098,7 @@
             <configuration>
               
<excludes>org/apache/zeppelin/interpreter/thrift/*,org/apache/zeppelin/scio/avro/*,org/apache/zeppelin/python/proto/*</excludes>
             </configuration>
-          </execution>
+          </execution> -->
         </executions>
       </plugin>
 

Reply via email to