2

昨天,在使用 Maven 编译我们的 Web 应用程序时,它开始下载 maven-clover2-plugin 版本 3.1.3-SNAPSHOT

com.atlassian.maven.plugins:maven-clover2-plugin:3.1.3-SNAPSHOT

没有成功,因为此版本尚未添加到存储库(链接

我在调试模式下运行 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吗?谢谢

4

1 回答 1

1

只是想mvn dependency:tree弄清楚它来自哪里

于 2011-12-06T13:57:32.623 回答