昨天,在使用Maven编译我们的Web应用程序时,它开始下载maven-clover2-plugin版本3.1.3-SNAPSHOT
com.atlassian.maven.plugins:maven-clover2-plugin:3.1.3-SNAPSHOT
没有成功,因为此版本尚未添加到存储库(link)
我在调试模式下运行Maven以获取依赖关系树,但我找不到为什么要下载它。这是Maven日志的快照:
[DEBUG] Adding managed dependencies for org.apache.maven.plugins:maven-surefire-plugin
[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.6
[DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.6
[DEBUG] org.apache.maven.surefire:maven-surefire-common:jar:2.6
[DEBUG] org.apache.maven:maven-core:jar:2.0.9
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.5
[DEBUG] maven-clover2-plugin: resolved to version 3.1.3-SNAPSHOT from local repository
你知道哪个库或插件依赖maven-clover2-plugin:3.1.3?谢谢
答案 0 :(得分:1)
只需mvn dependency:tree
来确定它来自哪里