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

leirui pushed a commit to branch research/area-visualization
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 584658ee74bf1fab635da20734635379129a0b2e
Author: Lei Rui <[email protected]>
AuthorDate: Thu Dec 19 16:51:35 2024 +0800

    disable license check
---
 pom.xml | 146 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 73 insertions(+), 73 deletions(-)

diff --git a/pom.xml b/pom.xml
index 241fc71fcfd..d3b84e3199c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -613,66 +613,66 @@
                     <artifactId>sonar-maven-plugin</artifactId>
                     <version>3.9.0.2155</version>
                 </plugin>
-                <plugin>
-                    <groupId>org.apache.rat</groupId>
-                    <artifactId>apache-rat-plugin</artifactId>
-                    <configuration>
-                        <consoleOutput>true</consoleOutput>
-                        <excludes>
-                            <!-- Git related files -->
-                            <exclude>**/.git/**</exclude>
-                            <exclude>**/.mvn/**</exclude>
-                            <exclude>**/.gitignore</exclude>
-                            <exclude>**/.gitmodules</exclude>
-                            <exclude>**/.git-blame-ignore-revs</exclude>
-                            <!-- Maven related files -->
-                            <exclude>**/target/**</exclude>
-                            <!-- Eclipse related files -->
-                            <exclude>**/.project</exclude>
-                            <exclude>**/.settings/**</exclude>
-                            <exclude>**/.classpath</exclude>
-                            <!-- IntelliJ related files -->
-                            <exclude>**/.idea/**</exclude>
-                            <exclude>**/*.iml</exclude>
-                            <!-- Runtime log -->
-                            <exclude>**/*.log</exclude>
-                            <!-- Exclude CVS files -->
-                            <exclude>**/*.cvs</exclude>
-                            <!-- licenses -->
-                            <exclude>licenses/*</exclude>
-                            <!-- only for Travis CI with WinOS-->
-                            <exclude>hadoopbin</exclude>
-                            <exclude>windowssystem32</exclude>
-                            <!-- generated by Github -->
-                            <exclude>**/.github/**</exclude>
-                            <!-- figures -->
-                            <exclude>**/.eps</exclude>
-                            <exclude>**/.png</exclude>
-                            <exclude>**/.jpg</exclude>
-                            <exclude>**/.jpeg</exclude>
-                            <!--Generated by Apache Release -->
-                            <exclude>local-snapshots-dir/**</exclude>
-                            <!-- JSON can't contain comments and therefore no 
Apache header -->
-                            <exclude>*.json</exclude>
-                            <!-- visualization plans -->
-                            <exclude>**/*.plan</exclude>
-                            <exclude>**/NOTICE-binary</exclude>
-                            <exclude>**/LICENSE-binary</exclude>
-                            <!-- json does not support comments-->
-                            <exclude>**/*.json</exclude>
-                            <!-- the zeppelin export file format-->
-                            <exclude>**/*.zpln</exclude>
-                            <!-- exclude go.mod and go.sum in iotdb-client-go 
submodule-->
-                            <exclude>**/go.mod</exclude>
-                            <exclude>**/go.sum</exclude>
-                            <!-- python -->
-                            <exclude>.pytest_cache/**</exclude>
-                            <exclude>venv/**</exclude>
-                            <exclude>apache_iotdb.egg-info/**</exclude>
-                            <exclude>client-py/iotdb/thrift/**</exclude>
-                        </excludes>
-                    </configuration>
-                </plugin>
+                <!--                <plugin>-->
+                <!--                    <groupId>org.apache.rat</groupId>-->
+                <!--                    
<artifactId>apache-rat-plugin</artifactId>-->
+                <!--                    <configuration>-->
+                <!--                        
<consoleOutput>true</consoleOutput>-->
+                <!--                        <excludes>-->
+                <!--                            &lt;!&ndash; Git related files 
&ndash;&gt;-->
+                <!--                            
<exclude>**/.git/**</exclude>-->
+                <!--                            
<exclude>**/.mvn/**</exclude>-->
+                <!--                            
<exclude>**/.gitignore</exclude>-->
+                <!--                            
<exclude>**/.gitmodules</exclude>-->
+                <!--                            
<exclude>**/.git-blame-ignore-revs</exclude>-->
+                <!--                            &lt;!&ndash; Maven related 
files &ndash;&gt;-->
+                <!--                            
<exclude>**/target/**</exclude>-->
+                <!--                            &lt;!&ndash; Eclipse related 
files &ndash;&gt;-->
+                <!--                            
<exclude>**/.project</exclude>-->
+                <!--                            
<exclude>**/.settings/**</exclude>-->
+                <!--                            
<exclude>**/.classpath</exclude>-->
+                <!--                            &lt;!&ndash; IntelliJ related 
files &ndash;&gt;-->
+                <!--                            
<exclude>**/.idea/**</exclude>-->
+                <!--                            <exclude>**/*.iml</exclude>-->
+                <!--                            &lt;!&ndash; Runtime log 
&ndash;&gt;-->
+                <!--                            <exclude>**/*.log</exclude>-->
+                <!--                            &lt;!&ndash; Exclude CVS files 
&ndash;&gt;-->
+                <!--                            <exclude>**/*.cvs</exclude>-->
+                <!--                            &lt;!&ndash; licenses 
&ndash;&gt;-->
+                <!--                            
<exclude>licenses/*</exclude>-->
+                <!--                            &lt;!&ndash; only for Travis 
CI with WinOS&ndash;&gt;-->
+                <!--                            <exclude>hadoopbin</exclude>-->
+                <!--                            
<exclude>windowssystem32</exclude>-->
+                <!--                            &lt;!&ndash; generated by 
Github &ndash;&gt;-->
+                <!--                            
<exclude>**/.github/**</exclude>-->
+                <!--                            &lt;!&ndash; figures 
&ndash;&gt;-->
+                <!--                            <exclude>**/.eps</exclude>-->
+                <!--                            <exclude>**/.png</exclude>-->
+                <!--                            <exclude>**/.jpg</exclude>-->
+                <!--                            <exclude>**/.jpeg</exclude>-->
+                <!--                            &lt;!&ndash;Generated by 
Apache Release &ndash;&gt;-->
+                <!--                            
<exclude>local-snapshots-dir/**</exclude>-->
+                <!--                            &lt;!&ndash; JSON can't 
contain comments and therefore no Apache header &ndash;&gt;-->
+                <!--                            <exclude>*.json</exclude>-->
+                <!--                            &lt;!&ndash; visualization 
plans &ndash;&gt;-->
+                <!--                            <exclude>**/*.plan</exclude>-->
+                <!--                            
<exclude>**/NOTICE-binary</exclude>-->
+                <!--                            
<exclude>**/LICENSE-binary</exclude>-->
+                <!--                            &lt;!&ndash; json does not 
support comments&ndash;&gt;-->
+                <!--                            <exclude>**/*.json</exclude>-->
+                <!--                            &lt;!&ndash; the zeppelin 
export file format&ndash;&gt;-->
+                <!--                            <exclude>**/*.zpln</exclude>-->
+                <!--                            &lt;!&ndash; exclude go.mod 
and go.sum in iotdb-client-go submodule&ndash;&gt;-->
+                <!--                            <exclude>**/go.mod</exclude>-->
+                <!--                            <exclude>**/go.sum</exclude>-->
+                <!--                            &lt;!&ndash; python 
&ndash;&gt;-->
+                <!--                            
<exclude>.pytest_cache/**</exclude>-->
+                <!--                            <exclude>venv/**</exclude>-->
+                <!--                            
<exclude>apache_iotdb.egg-info/**</exclude>-->
+                <!--                            
<exclude>client-py/iotdb/thrift/**</exclude>-->
+                <!--                        </excludes>-->
+                <!--                    </configuration>-->
+                <!--                </plugin>-->
                 <plugin>
                     <groupId>com.diffplug.spotless</groupId>
                     <artifactId>spotless-maven-plugin</artifactId>
@@ -885,19 +885,19 @@
               Check if all files contain Apache headers in them.
               Ignore this plugin, we use license-maven-plugin to check apache 
header.
             -->
-            <plugin>
-                <groupId>org.apache.rat</groupId>
-                <artifactId>apache-rat-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>license-check</id>
-                        <phase>verify</phase>
-                        <goals>
-                            <goal>check</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
+            <!--            <plugin>-->
+            <!--                <groupId>org.apache.rat</groupId>-->
+            <!--                <artifactId>apache-rat-plugin</artifactId>-->
+            <!--                <executions>-->
+            <!--                    <execution>-->
+            <!--                        <id>license-check</id>-->
+            <!--                        <phase>verify</phase>-->
+            <!--                        <goals>-->
+            <!--                            <goal>check</goal>-->
+            <!--                        </goals>-->
+            <!--                    </execution>-->
+            <!--                </executions>-->
+            <!--            </plugin>-->
             <plugin>
                 <groupId>au.com.acegi</groupId>
                 <artifactId>xml-format-maven-plugin</artifactId>

Reply via email to