This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 2dd271c9703 [chore](fe) Speed up fe-core checkstyle (#31785)
2dd271c9703 is described below
commit 2dd271c970368fca939042c5a0ebecd8ce626203
Author: walter <[email protected]>
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 bdda188ef19..30d85919c99 100644
--- a/fe/fe-core/pom.xml
+++ b/fe/fe-core/pom.xml
@@ -1125,6 +1125,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: [email protected]
For additional commands, e-mail: [email protected]