(转载)SpringBoot项目运行正常但是打包报错[ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin

错误信息

 [ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:2.0.1.RELEASE:repackage (default) on project xc-framework-common: Execution default of goal org.springframework.boot:spring-boot-maven-plugin:2.0.1.RELEASE:repackage failed:

解决方式

去除pom中如下的插件

<plugin>  
        <groupId>org.springframework.boot</groupId>  
        <artifactId>spring-boot-maven-plugin</artifactId> 
</plugin> 

转自:https://blog.csdn.net/weixin_43464964/article/details/103026558

posted @ 2021-12-15 19:00  1_f  阅读(457)  评论(0)    收藏  举报