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

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


The following commit(s) were added to refs/heads/master by this push:
     new 61e9a0e4db [IOTDB-3406] Correct the exclude part of xml format plugin 
(#6177)
61e9a0e4db is described below

commit 61e9a0e4db1e60d7fdab9b2d80831312b1e89b4d
Author: Junqing WANG <[email protected]>
AuthorDate: Tue Jun 7 11:50:37 2022 +0800

    [IOTDB-3406] Correct the exclude part of xml format plugin (#6177)
---
 pom.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 41cf1cc480..6cc483beb2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -999,9 +999,11 @@
                         <configuration>
                             <!-- configure your formatting preferences here 
(see link below) -->
                             <indentSize>4</indentSize>
-                            <excludes>**/target/**</excludes>
-                            <excludes>**/checkstyle.xml</excludes>
-                            <excludes>**/import-control.xml</excludes>
+                            <excludes>
+                                <exclude>**/target/**</exclude>
+                                <exclude>**/checkstyle.xml</exclude>
+                                <exclude>**/import-control.xml</exclude>
+                            </excludes>
                         </configuration>
                     </execution>
                 </executions>

Reply via email to