博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique:
阅读量:2395 次
发布时间:2019-05-10

本文共 4984 字,大约阅读时间需要 16 分钟。

"C:\Program Files\Java\jdk1.8.0_181\bin\java.exe" -Dmaven.multiModuleProjectDirectory=E:\Software\xiaoye-CRUD\parent "-Dmaven.home=D:\software\IntelliJ IDEA 2018.3\plugins\maven\lib\maven3" "-Dclassworlds.conf=D:\software\IntelliJ IDEA 2018.3\plugins\maven\lib\maven3\bin\m2.conf" "-javaagent:D:\software\IntelliJ IDEA 2018.3\lib\idea_rt.jar=61116:D:\software\IntelliJ IDEA 2018.3\bin" -Dfile.encoding=UTF-8 -classpath "D:\software\IntelliJ IDEA 2018.3\plugins\maven\lib\maven3\boot\plexus-classworlds-2.5.2.jar" org.codehaus.classworlds.Launcher -Didea.version=2018.3 org.mybatis.generator:mybatis-generator-maven-plugin:1.3.7:generate[INFO] Scanning for projects...[WARNING] [WARNING] Some problems were encountered while building the effective model for crud-parent:crud-common:jar:1.0-SNAPSHOT[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.springframework:spring-web:jar -> version ${spring.version} vs 5.1.3.RELEASE @ crud-parent:parent:1.0-SNAPSHOT, E:\Software\xiaoye-CRUD\parent\pom.xml, line 160, column 21[WARNING] [WARNING] Some problems were encountered while building the effective model for crud-parent:crud-manager:jar:1.0-SNAPSHOT[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.springframework:spring-web:jar -> version ${spring.version} vs 5.1.3.RELEASE @ crud-parent:parent:1.0-SNAPSHOT, E:\Software\xiaoye-CRUD\parent\pom.xml, line 160, column 21[WARNING] [WARNING] Some problems were encountered while building the effective model for crud-parent:crud-portal:jar:1.0-SNAPSHOT[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.springframework:spring-web:jar -> version ${spring.version} vs 5.1.3.RELEASE @ crud-parent:parent:1.0-SNAPSHOT, E:\Software\xiaoye-CRUD\parent\pom.xml, line 160, column 21[WARNING] [WARNING] Some problems were encountered while building the effective model for crud-parent:crud-web:war:1.0-SNAPSHOT[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.springframework:spring-web:jar -> version ${spring.version} vs 5.1.3.RELEASE @ crud-parent:parent:1.0-SNAPSHOT, E:\Software\xiaoye-CRUD\parent\pom.xml, line 160, column 21[WARNING] [WARNING] Some problems were encountered while building the effective model for crud-parent:parent:pom:1.0-SNAPSHOT[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.springframework:spring-web:jar -> version ${spring.version} vs 5.1.3.RELEASE @ line 160, 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] [INFO] ------------------------------------------------------------------------[INFO] Reactor Build Order:[INFO] [INFO] parent[INFO] crud-common[INFO] crud-manager[INFO] crud-portal[INFO] crud-web Maven Webapp[INFO]                                                                         [INFO] ------------------------------------------------------------------------[INFO] Building parent 1.0-SNAPSHOT[INFO] ------------------------------------------------------------------------[INFO] [INFO] --- mybatis-generator-maven-plugin:1.3.7:generate (default-cli) @ parent ---[INFO] ------------------------------------------------------------------------[INFO] Reactor Summary:[INFO] [INFO] parent ............................................. FAILURE [  2.862 s][INFO] crud-common ........................................ SKIPPED[INFO] crud-manager ....................................... SKIPPED[INFO] crud-portal ........................................ SKIPPED[INFO] crud-web Maven Webapp .............................. SKIPPED[INFO] ------------------------------------------------------------------------[INFO] BUILD FAILURE[INFO] ------------------------------------------------------------------------[INFO] Total time: 3.366 s[INFO] Finished at: 2019-01-06T15:25:37+08:00[INFO] Final Memory: 8M/123M[INFO] ------------------------------------------------------------------------[ERROR] Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.7:generate (default-cli) on project parent: Execution default-cli of goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.7:generate failed: Cannot resolve classpath entry: E:\Software\xiaoye-CRUD\parent\src\main\resources -> [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/PluginExecutionExceptionProcess finished with exit code 1

dependency.(groupId:artifactId:type:classifier)’ must be unique:依赖必须是唯一的

转载地址:http://ruzob.baihongyu.com/

你可能感兴趣的文章
HIbernate中的事务
查看>>
HIbernate--HQL举例+详解(一)
查看>>
HIbernate--HQL举例+详解(二)
查看>>
HIbernate--HQL举例+详解(三)
查看>>
Hibernate--Restrictions详解
查看>>
JSP--概述及运行原理详解
查看>>
JSP--脚本元素和注释
查看>>
JSP--指令(page、include、taglib)详解
查看>>
JSP--9个内置对象和4个作用域详解
查看>>
JSP--EL表达式详解
查看>>
JSP--JSTL标签库举例+详解
查看>>
Hibernate--QBC举例+详解(一)
查看>>
Hibernate--QBC离线查询举例+详解(二)
查看>>
Oracle11g--常用SQL命令(实用版)
查看>>
Oracle数据库体系结构
查看>>
Oracle--基本查询详解
查看>>
Oracle--条件查询、模糊查询和排序详解
查看>>
Oracle--单行函数(字符函数、数值函数、日期函数、转换函数、通用函数、条件表达式)详解
查看>>
Oracle--多行函数(分组函数)详解
查看>>
Oracle--多表查询、层次查询详解
查看>>