SpringBoot框架集成thymeleaf项目clean出错

问题遇到的现象和发生背景

如题

问题相关代码,请勿粘贴截图

mvn _042-springboot-thymeleaf-expression clean

运行结果及报错内容

img

img

报错内容

[ERROR] Unknown lifecycle phase "_042-springboot-thymeleaf-expression". You must specify a valid lifecycle phase or a goal in the format : or :[:]:. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [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/LifecyclePhaseNotFoundException

我的解答思路和尝试过的方法
我想要达到的结果