在IDEA中,执行 mvn clean时报错xxx is referencing itself。
解决方案:https://stackoverflow.com/questions/64246267/maven-error-using-intellij-is-referencing-itself
具体做法:采用上图第二条,将父模块pom文件中的对子模块的依赖声明给注释掉了。
在IDEA中,执行 mvn clean时报错xxx is referencing itself。
解决方案:https://stackoverflow.com/questions/64246267/maven-error-using-intellij-is-referencing-itself
具体做法:采用上图第二条,将父模块pom文件中的对子模块的依赖声明给注释掉了。