【发布时间】:2015-06-03 11:53:38
【问题描述】:
我的所有依赖项都在 module1/pom.xml 中。 现在我已经引入了module2/pom.xml,常用的依赖移到了parent/pom.xml
之前我曾经在 module1/pom.xml 上运行“mvn clean dependency:copy-dependencies”,它运行良好。但是在引入父 pom.xml 之后就不行了。
我想,是因为module1/pom.xml中没有dependencies标签
我是否缺少一些配置?
【问题讨论】:
标签: maven dependencies maven-3 maven-plugin dependency-management