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

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 7b51c4aacac1008008456e91af2909fa47485c78
Author: walter <w41te...@gmail.com>
AuthorDate: Tue Mar 5 18:54:26 2024 +0800

    [chore](fe) Speed up fe-core checkstyle (#31785)
    
    by excluding checkstyle-cachefile from auto clean
---
 fe/fe-core/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml
index db766cff351..1ce305a06e0 100644
--- a/fe/fe-core/pom.xml
+++ b/fe/fe-core/pom.xml
@@ -1093,6 +1093,15 @@ under the License.
                 <version>3.1.0</version>
                 <configuration>
                     <skip>${skip.clean}</skip>
+                    <excludeDefaultDirectories>true</excludeDefaultDirectories>
+                    <filesets>
+                        <fileset>
+                            <directory>target</directory>
+                            <excludes>
+                                <exclude>checkstyle-cachefile</exclude>
+                            </excludes>
+                        </fileset>
+                    </filesets>
                 </configuration>
                 <executions>
                     <execution>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to