TeslaCN opened a new issue, #25190: URL: https://github.com/apache/shardingsphere/issues/25190
## Bug Report ### Which version of ShardingSphere did you use? master - e4d0557d5039dc1dce2c8d8c8fe9eb06b85aa1ac ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. Failed: ```bash % pwd /home/wuweijie/projects/shardingsphere/sql-parser/dialect/mysql % mvn clean install -q -DskipTests ``` This worked: ```bash % pwd /home/wuweijie/projects/shardingsphere % mvn clean install -f sql-parser/dialect/mysql/pom.xml -q -DskipTests ``` ### Expected behavior Build specific modules successfully. ### Actual behavior ``` % pwd /home/wuweijie/projects/shardingsphere/sql-parser/dialect/mysql % mvn clean install -q -DskipTests Running `/home/wuweijie/projects/shardingsphere/mvnw`... [ERROR] Failed to execute goal com.diffplug.spotless:spotless-maven-plugin:2.22.1:apply (default) on project shardingsphere-sql-parser-mysql: Execution default of goal com.diffplug.spotless:spotless-maven-plugin:2.22.1:apply failed: Unable to locate file with path: src/resources/spotless/java.xml: Could not find resource 'src/resources/spotless/java.xml'. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
