[INFO] hussar-cloud-module ................................ SUCCESS [ 0.010 s] [INFO] hussar-cloud-module-example-api .................... SUCCESS [ 5.644 s] [INFO] hussar-cloud-module-example-feign .................. SUCCESS [ 1.507 s] [INFO] hussar-cloud-module-example-server ................. SUCCESS [ 1.842 s] [INFO] hussar-cloud-module-example-application ............ FAILURE [ 2.512 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12.210 s [INFO] Finished at: 2025-04-07T11:36:57+08:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources (default-resources) on project hussar-cloud-module-example-application: Input length = 1 -> [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/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :hussar-cloud-module-example-application
问题分析
错误信息中的关键提示是:Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources,表明是maven-resources-plugin 3.2.0版本在执行resources目标时出现问题。