昨日、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?ありがとうございました