Error:Cannot build Artifact ':war exploded' because it is included into a circul

简介:

 使用IDEA 运行web项目时报错:

Xml代码   收藏代码
  1. Error:Cannot build Artifact 'web_store:war exploded' because it is included into a circular dependency  

解决方法:

 

删除下面的两个

 

相关文章
|
9月前
bug:The following dependencies are imported but could not be resolved lib-flexibleflexible
bug:The following dependencies are imported but could not be resolved lib-flexibleflexible
629 0
|
3天前
|
Java Maven
The goal you specified requires a project to execute but there is no POM in this directory
The goal you specified requires a project to execute but there is no POM in this directory
31 0
|
7月前
Failed to execute goal maven-resources-plugin:3.2.0:resources Input length = 1 -> [Help 1]
Failed to execute goal maven-resources-plugin:3.2.0:resources Input length = 1 -> [Help 1]
79 0
|
Java Maven
Maven3 package时报 'version' contains an expression but should be a constant
父pom文件: 4.0.0 com.wey WEY ${com.wey.version} pom 子Module 4.0.0 com.wey WEY ${com.wey.version} pom package web工程时报 'version' contains an expression but should be a constant这个错误提示,这是因为Maven3 不允许出现version为非常量值的情况。
9244 0
|
9月前
|
Java Apache Maven
Maven 的Could not calculate build plan错误解决方法(不一定适用,看原因)
Maven 的Could not calculate build plan错误解决方法(不一定适用,看原因)
|
11月前
Cannot build artifact ‘SSM模板+登录注册:war exploded‘ because it is included into a circular dependency (a
Cannot build artifact ‘SSM模板+登录注册:war exploded‘ because it is included into a circular dependency (a
77 0
No matching configuration of project :libusb was found.
No matching configuration of project :libusb was found.
463 0
|
Java Maven
[ERROR] Failed to execute goal on project springcloud: Could not resolve dependencies for project co
[ERROR] Failed to execute goal on project springcloud: Could not resolve dependencies for project co
679 0
[ERROR] Failed to execute goal on project springcloud: Could not resolve dependencies for project co
|
Java Maven
Failed to execute goal com.github.wvengen:proguard-maven-plugin:2.0.10:proguard (default) on project
执行Maven Install打包的时候,出现以下错误信息: [ERROR] Failed to execute goal com.github.wvengen:proguard-maven-plugin:2.
6500 0