You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2023/03/31 12:11:06 UTC

[shardingsphere] branch master updated: Rename spotless.xml (#24927)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2c56e860597 Rename spotless.xml (#24927)
2c56e860597 is described below

commit 2c56e860597caa47109ad9e21534e74f11a13615
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Fri Mar 31 20:10:56 2023 +0800

    Rename spotless.xml (#24927)
    
    * Add ignore rule in PipelineAPIFactory
    
    * Rename spotless.xml
---
 pom.xml                                                               | 4 ++--
 src/resources/{spotless_shardingsphere_formatter.xml => spotless.xml} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 726e2c7fd88..75f397acefa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1014,10 +1014,10 @@
                 <configuration>
                     <java>
                         <eclipse>
-                            <file>${maven.multiModuleProjectDirectory}/src/resources/spotless_shardingsphere_formatter.xml</file>
+                            <file>src/resources/spotless.xml</file>
                         </eclipse>
                         <licenseHeader>
-                            <file>${maven.multiModuleProjectDirectory}/src/resources/license-header</file>
+                            <file>src/resources/license-header</file>
                         </licenseHeader>
                     </java>
                     <pom>
diff --git a/src/resources/spotless_shardingsphere_formatter.xml b/src/resources/spotless.xml
similarity index 100%
rename from src/resources/spotless_shardingsphere_formatter.xml
rename to src/resources/spotless.xml