spring boot 父子项目报错解决方法

时间:2025-04-21 09:13:35

[ERROR] Failed to execute goal :spring-boot-maven-plugin:2.1.:repackage (repackage) on project open-viewmodel: Execution repackage of goal :spring-boot-maven-plugin:2.1.:repackage failed: Unable to find main class -> [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] /confluence/display/MAVEN/PluginExecutionException

 

父文件中删除:

<plugin>
				<groupId></groupId>
				<artifactId>spring-boot-maven-plugin</artifactId>
			</plugin>