Spring-boot-docker打包失败, pom 中定义了两个相同jar。

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/eases_stone/article/details/88698302
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.icongtai.zebra:bumblebee-tji:jar:1.0-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.springframework.cloud:spring-cloud-starter-consul-config:jar -> version (?) vs 2.0.1.RELEASE @ line 259, column 21
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.springframework.boot:spring-boot-configuration-processor:jar -> duplicate declaration of version (?) @ line 265, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[ERROR] [ERROR] Could not find the selected project in the reactor: bumblebee-tji @ 
[ERROR] Could not find the selected project in the reactor: bumblebee-tji -> [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/MavenExecutionException

在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/eases_stone/article/details/88698302