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

错误信息

 [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

上一篇:zookeeper是如何保证创建的节点是唯一的?


下一篇:20191302mystat