mvn clean install对idea中项目结构的影响
Posted mintsd
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mvn clean install对idea中项目结构的影响相关的知识,希望对你有一定的参考价值。
使用maven命令打包时,如果一个父工程下有多个子module存在循环依赖的情况下,
可能会影响Project Structure下Modules中的Dependencies的工程引用,
即直接引用Module,而非依赖Module的jar包,
启动时出现循环依赖错误,不易发现...
提示: 可通过Analyze -> Module Dependecies.. 进行分析,
再查看Project Structure下Modules中的Dependencies进行修改设置...
以上是关于mvn clean install对idea中项目结构的影响的主要内容,如果未能解决你的问题,请参考以下文章
如何在eclipse中使用mvn clean install
Run “mvn clean install” in Eclipse
mvn clean install vs. deploy vs. release